/external/kmod/tools/ |
D | .gitignore | 4 /kmod 5 /kmod-depmod 6 /kmod-insmod 7 /kmod-lsmod 8 /kmod-modinfo 9 /kmod-modprobe 10 /kmod-rmmod
|
/external/kmod/ |
D | README | 1 kmod - Linux kernel module handling 7 …-0f70-4006-be21-550f6692b73b/449920/shields_badge.svg)](https://semaphoreci.com/lucasdemarchi/kmod) 16 http://www.kernel.org/pub/linux/utils/kernel/kmod/ 19 git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git 20 http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git 21 https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git 24 http://git.kernel.org/?p=utils/kernel/kmod/kmod.git 27 #kmod on irc.freenode.org 37 kmod is a set of tools to handle common tasks with Linux kernel modules like 41 kmod. See libkmod/README for more details on this library and how to use it. [all …]
|
D | NEWS | 1 kmod 24 19 kmod 23 48 kmod 22 69 kmod 21 73 - kmod tool started to learn the "insert" and "remove" commands that 78 - kmod tool now prints the relevant configuration options it was built 81 module but kmod was built without support for the compression method. 85 servers by distro maintainers. If kmod is configured with 90 kmod 20 130 kmod 19 [all …]
|
D | Makefile.am | 446 genhtml -t "kmod test coverage" -o $(coverage_dir) $(coverage_dir)/.lcov-clean.info 486 head -1 NEWS | grep -q "kmod $(VERSION)" 487 git commit -a -m "kmod $(VERSION)" 488 git tag -m "kmod $(VERSION)" -s v$(VERSION)
|
D | CODING-STYLE | 1 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
|
D | README.md | 1 ## kmod - Linux kernel module handling 3 …-4006-be21-550f6692b73b/449920/shields_badge.svg)](https://semaphoreci.com/lucasdemarchi/kmod)<br/>
|
D | configure.ac | 2 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/syslinux/com32/hdt/ |
D | hdt-cli-kernel.c | 61 for (int kmod = 0; in main_show_kernel() local 62 kmod < pci_device->dev_info->linux_kernel_module_count; kmod++) { in main_show_kernel() 63 if (kmod > 0) { in main_show_kernel() 67 pci_device->dev_info->linux_kernel_module[kmod], in main_show_kernel() 112 for (int kmod = 0; in show_kernel_modules() local 113 kmod < pci_device->dev_info->linux_kernel_module_count; kmod++) { in show_kernel_modules() 115 pci_device->dev_info->linux_kernel_module[kmod], in show_kernel_modules()
|
D | hdt-cli-pci.c | 99 for (int kmod = 0; in show_pci_device() local 100 kmod < pci_device->dev_info->linux_kernel_module_count; kmod++) { in show_pci_device() 101 if (kmod > 0) { in show_pci_device() 105 pci_device->dev_info->linux_kernel_module[kmod], in show_pci_device() 179 for (int kmod = 0; in show_pci_devices() local 180 kmod < pci_device->dev_info->linux_kernel_module_count; kmod++) { in show_pci_devices() 181 if (kmod > 0) { in show_pci_devices() 185 pci_device->dev_info->linux_kernel_module[kmod], in show_pci_devices()
|
D | hdt-dump-kernel.c | 60 for (int kmod = 0; in dump_kernel() local 61 kmod < pci_device->dev_info->linux_kernel_module_count; kmod++) { in dump_kernel() 63 add_as(pci_device->dev_info->category_name, pci_device->dev_info->linux_kernel_module[kmod]) in dump_kernel()
|
D | hdt-dump-pci.c | 79 for (int kmod = 0; in dump_pci() local 80 kmod < pci_device->dev_info->linux_kernel_module_count; kmod++) { in dump_pci() 81 if (kmod > 0) { in dump_pci() 85 pci_device->dev_info->linux_kernel_module[kmod], in dump_pci()
|
D | hdt-menu-pci.c | 159 for (int kmod = 0; in compute_PCI() local 160 kmod < pci_device->dev_info->linux_kernel_module_count; kmod++) { in compute_PCI() 161 if (kmod > 0) { in compute_PCI() 165 pci_device->dev_info->linux_kernel_module[kmod], in compute_PCI()
|
/external/kmod/libkmod/python/ |
D | README | 1 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()
|
/external/kmod/libkmod/python/kmod/ |
D | version.py.in | 3 # 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.pxd | 3 # 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 | kmod.pxd | 3 # 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 | list.pxd | 3 # 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 | module.pxd | 3 # 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.pyx | 3 # 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 | list.pyx | 3 # 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 | module.pyx | 3 # 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.pxd | 3 # 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
|
D | kmod.pyx | 4 # 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/>.
|
/external/kmod/testsuite/rootfs-pristine/test-util/ |
D | alias-correct.txt | 16 input kmod[p.b]lib 19 output kmod[p.b]lib
|
/external/kmod/shell-completion/bash/ |
D | kmod | 1 # kmod completion -*- shell-script -*- 3 # This file is part of kmod. 103 complete -F _kmod kmod
|