Home
last modified time | relevance | path

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

123

/external/igt-gpu-tools/lib/
Digt_kmod.c129 struct kmod_module *kmod = kmod_module_get_module(mod); in igt_kmod_is_loaded() local
130 const char *kmod_name = kmod_module_get_name(kmod); in igt_kmod_is_loaded()
133 kmod_module_unref(kmod); in igt_kmod_is_loaded()
137 kmod_module_unref(kmod); in igt_kmod_is_loaded()
144 static int modprobe(struct kmod_module *kmod, const char *options) in modprobe() argument
152 return kmod_module_probe_insert_module(kmod, flags, options, in modprobe()
175 struct kmod_module *kmod; in igt_kmod_load() local
178 err = kmod_module_new_from_name(ctx, mod_name, &kmod); in igt_kmod_load()
182 err = modprobe(kmod, opts); in igt_kmod_load()
187 kmod_module_get_name(kmod)); in igt_kmod_load()
[all …]
Digt_kmod.h46 struct kmod_module *kmod; member
62 void igt_kselftest_get_tests(struct kmod_module *kmod,
/external/kmod/
DREADME.md1 ## kmod - Linux kernel module handling
14 http://www.kernel.org/pub/linux/utils/kernel/kmod/
17 git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
18 http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
19 https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
22 http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
23 https://github.com/kmod-project/kmod
26 #kmod on irc.freenode.org
36 kmod is a set of tools to handle common tasks with Linux kernel modules like
40 kmod. See libkmod/README for more details on this library and how to use it.
[all …]
DNEWS1 kmod 30
77 - Start some changes in the out-of-tree test modules in kmod so they are useful
78 for being really inserted in the kernel rather than relying on kmod's mock
82 kmod 29
127 kmod 28
140 kmod 27
189 kmod 26
217 If kmod is linked with openssl we parse the signature and return the
232 If kmod is not linked to openssl we just start printing "unknonwn" in the
236 kmod 25
[all …]
DMakefile.am464 genhtml -t "kmod test coverage" -o $(coverage_dir) $(coverage_dir)/.lcov-clean.info
504 head -1 NEWS | grep -q "kmod $(VERSION)"
505 git commit -a -m "kmod $(VERSION)"
506 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])
21 AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by kmod])])
22 …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.c907 struct kmod_module *kmod; member
942 DBG("free %p kmod=%p, path=%s\n", mod, mod->kmod, mod->path); in mod_free()
944 kmod_module_unref(mod->kmod); in mod_free()
1035 static int depmod_module_add(struct depmod *depmod, struct kmod_module *kmod) in depmod_module_add() argument
1043 modname = kmod_module_get_name(kmod); in depmod_module_add()
1049 mod->kmod = kmod; in depmod_module_add()
1057 mod->path = strdup(kmod_module_get_path(kmod)); in depmod_module_add()
1087 DBG("add %p kmod=%p, path=%s\n", mod, kmod, mod->path); in depmod_module_add()
1099 DBG("del %p kmod=%p, path=%s\n", mod, mod->kmod, mod->path); in depmod_module_del()
1219 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()
/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/>.
/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/rust/crates/vsock/
DMakefile22 .PHONY: all check clean vsock kmod vm
47 kmod: target
/external/rust/crates/nix/
DCargo.toml.orig42 "hostname", "inotify", "ioctl", "kmod", "mman", "mount", "mqueue",
58 kmod = []

123