Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/buildroot/package/kmod/
H A DConfig.in2 bool "kmod"
7 http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
12 bool "kmod utilities"
15 Install kmod module utilities (depmod, insmod, lsmod,
20 comment "kmod needs a toolchain w/ dynamic library"
H A Dkmod.mk8 KMOD_SOURCE = kmod-$(KMOD_VERSION).tar.xz
9 KMOD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kmod
78 KMOD_BIN_PATH = ../bin/kmod
80 KMOD_BIN_PATH = ../usr/bin/kmod
119 ln -sf ../bin/kmod $(HOST_DIR)/sbin/depmod
H A Dkmod.hash1 # From https://www.kernel.org/pub/linux/utils/kernel/kmod/sha256sums.asc
2 sha256 0b80eea7aa184ac6fd20cafa2a1fdf290ffecc70869a797079e2cc5c6225a52a kmod-29.tar.xz
H A DConfig.in.host2 bool "host kmod"
4 kmod is a set of tools to handle common tasks with Linux
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/
H A Dkmod_29.bb5 DESCRIPTION = "kmod is a set of tools to handle common tasks with Linux kernel modules like \
7 HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kmod/"
20 SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git;branch=master \
46 # to force user to remove old module-init-tools and replace them with kmod variants
55 # add symlinks to kmod
56 ln -rs ${D}${base_bindir}/kmod ${D}${base_bindir}/lsmod
58 ln -rs ${D}${base_bindir}/kmod ${D}${base_sbindir}/${tool}
75 ALTERNATIVE:kmod = "insmod modprobe rmmod modinfo bin-lsmod lsmod depmod"
H A Ddepmodwrapper-cross_1.0.bb14 DEPENDS += "kmod-native"
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dkmod-path.c10 static int test(const char *path, bool alloc_name, bool kmod, in test() argument
21 path, alloc_name, m.kmod, m.comp, m.name); in test()
23 TEST_ASSERT_VAL("wrong kmod", m.kmod == kmod); in test()
/OK3568_Linux_fs/buildroot/package/eudev/
H A Deudev.mk18 --enable-kmod \
22 EUDEV_DEPENDENCIES = host-gperf host-pkgconf util-linux-libs kmod
69 --disable-kmod \
H A DConfig.in6 depends on !BR2_STATIC_LIBS # kmod
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch20 src/core/kmod-setup.c | 1 +
49 --- a/src/core/kmod-setup.c
50 +++ b/src/core/kmod-setup.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libblockdev/
H A Dlibblockdev_2.26.bb21 PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm"
28 PACKAGECONFIG[kmod] = "--with-kbd, --without-kbd, kmod"
/OK3568_Linux_fs/docs/licenses/
H A Dmanifest.csv5 …ies)] glibc [GPL-2.0+ (programs), LGPL-2.1+, BSD-3-Clause, MIT (library)] kmod [LGPL-2.1+ (library…
6 …ies)] glibc [GPL-2.0+ (programs), LGPL-2.1+, BSD-3-Clause, MIT (library)] kmod [LGPL-2.1+ (library…
7 …[MIT] glibc [GPL-2.0+ (programs), LGPL-2.1+, BSD-3-Clause, MIT (library)] kmod [LGPL-2.1+ (library…
17 …dev","glibc [GPL-2.0+ (programs), LGPL-2.1+, BSD-3-Clause, MIT (library)] kmod [LGPL-2.1+ (library…
18 "kmod","29","LGPL-2.1+ (library)","libkmod/COPYING","kmod-29.tar.xz","https://cdn.kernel.org/pub/li…
35 …ies)] glibc [GPL-2.0+ (programs), LGPL-2.1+, BSD-3-Clause, MIT (library)] kmod [LGPL-2.1+ (library…
38 … GPL-2.0 (py-smbus), LGPL-2.1+ (libi2c)] iputils [GPL-2.0+, BSD-3-Clause] kmod [LGPL-2.1+ (library…
40 …ies)] glibc [GPL-2.0+ (programs), LGPL-2.1+, BSD-3-Clause, MIT (library)] kmod [LGPL-2.1+ (library…
41 …ies)] glibc [GPL-2.0+ (programs), LGPL-2.1+, BSD-3-Clause, MIT (library)] kmod [LGPL-2.1+ (library…
42 …ies)] glibc [GPL-2.0+ (programs), LGPL-2.1+, BSD-3-Clause, MIT (library)] kmod [LGPL-2.1+ (library…
[all …]
/OK3568_Linux_fs/buildroot/package/openrc/
H A DConfig.in6 select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # kmod tools
19 procps, modprobe (kmod), net-tools
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/
H A Dlttng-tools_2.13.9.bb18 … bash gawk babeltrace procps perl-module-overloading coreutils util-linux kmod ${LTTNGMODULES} sed…
28 PACKAGECONFIG ??= "${LTTNGUST} kmod"
31 PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod"
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/
H A Davoid_parallel_tests.patch4 Subject: [PATCH] kmod: avoid parallel-tests
32 …AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by kmod])…
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dgadget_hid.rst147 static struct options kmod[] = {
225 for (i = 0; kmod[i].opt != NULL; i++)
226 if (strcmp(tok, kmod[i].opt) == 0) {
227 report[0] = report[0] | kmod[i].val;
230 if (kmod[i].opt != NULL)
343 for (i = 0; kmod[i].opt != NULL; i++)
344 printf("\t\t%s\n", kmod[i].opt);
/OK3568_Linux_fs/kernel/tools/testing/selftests/kmod/
H A DMakefile7 TEST_PROGS := kmod.sh
H A Dkmod.sh118 if ! which kmod 2> /dev/null > /dev/null; then
129 KMOD_VERSION=$(kmod --version | awk '{print $3}')
/OK3568_Linux_fs/buildroot/package/ipset/
H A Dipset.mk11 IPSET_CONF_OPTS = --with-kmod=no
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddso.c271 return m.kmod; in is_kernel_module()
385 m->kmod = false; in __kmod_path__parse()
388 m->kmod = true; in __kmod_path__parse()
406 m->kmod = !strncmp(ext, ".ko", 3); in __kmod_path__parse()
409 if (m->kmod) { in __kmod_path__parse()
432 if (m->kmod && m->comp) { in dso__set_module_info()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/images/
H A Dcore-image-testcontroller.bb10 bash coreutils util-linux tar gzip bzip2 kmod \
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/packagegroups/
H A Dpackagegroup-core-base-utils.bb43 kmod \
/OK3568_Linux_fs/buildroot/package/pciutils/
H A Dpciutils.mk36 PCIUTILS_DEPENDENCIES += kmod
/OK3568_Linux_fs/buildroot/package/libblockdev/
H A Dlibblockdev.mk12 LIBBLOCKDEV_DEPENDENCIES = host-pkgconf libglib2 kmod udev
H A DConfig.in3 depends on !BR2_STATIC_LIBS # kmod

1234