Home
last modified time | relevance | path

Searched refs:kmod (Results 1 – 25 of 39) sorted by relevance

12

/external/kmod/
DREADME1 kmod - Linux kernel module handling
7 https://lucasdemarchi.semaphoreci.com/projects/kmod
17 http://www.kernel.org/pub/linux/utils/kernel/kmod/
20 git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
21 http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
22 https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
25 http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
28 #kmod on irc.freenode.org
38 kmod is a set of tools to handle common tasks with Linux kernel modules like
42 kmod. See libkmod/README for more details on this library and how to use it.
[all …]
DNEWS1 kmod 26
29 If kmod is linked with openssl we parse the signature and return the
44 If kmod is not linked to openssl we just start printing "unknonwn" in the
48 kmod 25
71 kmod 24
89 kmod 23
118 kmod 22
139 kmod 21
143 - kmod tool started to learn the "insert" and "remove" commands that
148 - kmod tool now prints the relevant configuration options it was built
[all …]
DMakefile.am449 genhtml -t "kmod test coverage" -o $(coverage_dir) $(coverage_dir)/.lcov-clean.info
489 head -1 NEWS | grep -q "kmod $(VERSION)"
490 git commit -a -m "kmod $(VERSION)"
491 git tag -m "kmod $(VERSION)" -s v$(VERSION)
DMETADATA1 name: "kmod"
6 value: "https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git"
DCODING-STYLE1 Every project has its coding style, and kmod is not an exception. This
2 document describes the preferred coding style for kmod code, in order to keep
8 First of all, kmod coding style must follow every rule for Linux kernel
13 Signed-off-by: line(s)". kmod does not used Signed-Off lines, so including
18 Besides the kernel coding style above, kmod coding style is heavily based on
Dconfigure.ac2 AC_INIT([kmod], package
5 [kmod],
6 [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])
22 AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by kmod])])
23 …test "x$enable_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile is not supported by kmod])])
/external/kmod/tools/
D.gitignore4 /kmod
5 /kmod-depmod
6 /kmod-insmod
7 /kmod-lsmod
8 /kmod-modinfo
9 /kmod-modprobe
10 /kmod-rmmod
Ddepmod.c865 struct kmod_module *kmod; member
900 DBG("free %p kmod=%p, path=%s\n", mod, mod->kmod, mod->path); in mod_free()
902 kmod_module_unref(mod->kmod); in mod_free()
993 static int depmod_module_add(struct depmod *depmod, struct kmod_module *kmod) in depmod_module_add() argument
1001 modname = kmod_module_get_name(kmod); in depmod_module_add()
1007 mod->kmod = kmod; in depmod_module_add()
1015 mod->path = strdup(kmod_module_get_path(kmod)); in depmod_module_add()
1045 DBG("add %p kmod=%p, path=%s\n", mod, kmod, mod->path); in depmod_module_add()
1057 DBG("del %p kmod=%p, path=%s\n", mod, mod->kmod, mod->path); in depmod_module_del()
1177 struct kmod_module *kmod; in depmod_modules_search_file() local
[all …]
/external/kmod/libkmod/python/
DREADME1 python-kmod
4 Python bindings for kmod/libkmod
6 python-kmod is a Python wrapper module for libkmod, exposing common
15 >>> import kmod
16 >>> km = kmod.Kmod()
D.gitignore6 kmod/version.py
/external/kmod/libkmod/python/kmod/
Dversion.py.in3 # This file is part of python-kmod.
5 # python-kmod is free software: you can redistribute it and/or modify it under
9 # python-kmod is distributed in the hope that it will be useful, but WITHOUT
15 # along with python-kmod. If not, see <http://www.gnu.org/licenses/>.
D_util.pxd3 # This file is part of python-kmod.
5 # python-kmod is free software: you can redistribute it and/or modify it under
9 # python-kmod is distributed in the hope that it will be useful, but WITHOUT
15 # along with python-kmod. If not, see <http://www.gnu.org/licenses/>.
Dkmod.pxd3 # This file is part of python-kmod.
5 # python-kmod is free software: you can redistribute it and/or modify it under
9 # python-kmod is distributed in the hope that it will be useful, but WITHOUT
15 # along with python-kmod. If not, see <http://www.gnu.org/licenses/>.
Dlist.pxd3 # This file is part of python-kmod.
5 # python-kmod is free software: you can redistribute it and/or modify it under
9 # python-kmod is distributed in the hope that it will be useful, but WITHOUT
15 # along with python-kmod. If not, see <http://www.gnu.org/licenses/>.
Dmodule.pxd3 # This file is part of python-kmod.
5 # python-kmod is free software: you can redistribute it and/or modify it under
9 # python-kmod is distributed in the hope that it will be useful, but WITHOUT
15 # along with python-kmod. If not, see <http://www.gnu.org/licenses/>.
D_util.pyx3 # This file is part of python-kmod.
5 # python-kmod is free software: you can redistribute it and/or modify it under
9 # python-kmod is distributed in the hope that it will be useful, but WITHOUT
15 # along with python-kmod. If not, see <http://www.gnu.org/licenses/>.
Dlist.pyx3 # This file is part of python-kmod.
5 # python-kmod is free software: you can redistribute it and/or modify it under
9 # python-kmod is distributed in the hope that it will be useful, but WITHOUT
15 # along with python-kmod. If not, see <http://www.gnu.org/licenses/>.
Dmodule.pyx3 # This file is part of python-kmod.
5 # python-kmod is free software: you can redistribute it and/or modify it under
9 # python-kmod is distributed in the hope that it will be useful, but WITHOUT
15 # along with python-kmod. If not, see <http://www.gnu.org/licenses/>.
123 km = kmod.Kmod()
152 km = kmod.Kmod()
D_libkmod_h.pxd3 # This file is part of python-kmod.
5 # python-kmod is free software: you can redistribute it and/or modify it under
9 # python-kmod is distributed in the hope that it will be useful, but WITHOUT
15 # along with python-kmod. If not, see <http://www.gnu.org/licenses/>.
46 # access to kmod generated lists
Dkmod.pyx4 # This file is part of python-kmod.
6 # python-kmod is free software: you can redistribute it and/or modify it under
10 # python-kmod is distributed in the hope that it will be useful, but WITHOUT
16 # along with python-kmod. If not, see <http://www.gnu.org/licenses/>.
D__init__.py21 from .kmod import Kmod
/external/kmod/testsuite/rootfs-pristine/test-util/
Dalias-correct.txt16 input kmod[p.b]lib
19 output kmod[p.b]lib
/external/kmod/shell-completion/bash/
Dkmod1 # kmod completion -*- shell-script -*-
3 # This file is part of kmod.
103 complete -F _kmod kmod
/external/kmod/testsuite/rootfs-pristine/test-rootfs/lib/modules/
Da1 kmod-test-chroot-works
/external/linux-kselftest/tools/testing/selftests/kmod/
DMakefile6 TEST_PROGS := kmod.sh

12