代码搜索:module-init-tools

找到约 47 项符合「module-init-tools」的源代码

代码结果 47
www.eeworm.com/read/273027/10930949

am makefile.am

insmod_SOURCES = insmod.c testing.h lsmod_SOURCES = lsmod.c testing.h modprobe_SOURCES = modprobe.c zlibsupport.c testing.h zlibsupport.h rmmod_SOURCES = rmmod.c testing.h depmod_SOURCES = depmod.c mo
www.eeworm.com/read/338768/12285314

am makefile.am

insmod_SOURCES = insmod.c testing.h lsmod_SOURCES = lsmod.c testing.h modprobe_SOURCES = modprobe.c zlibsupport.c testing.h zlibsupport.h rmmod_SOURCES = rmmod.c testing.h depmod_SOURCES = depmod.c mo
www.eeworm.com/read/338271/12315324

am makefile.am

insmod_SOURCES = insmod.c testing.h lsmod_SOURCES = lsmod.c testing.h modprobe_SOURCES = modprobe.c zlibsupport.c testing.h zlibsupport.h rmmod_SOURCES = rmmod.c testing.h depmod_SOURCES = depmod.c mo
www.eeworm.com/read/229403/4756565

in config.in

config BR2_PACKAGE_MODULE_INIT_TOOLS bool "module-init-tools" default n help The module-init-tools package contains a set of programs for loading, inserting, and removing kernel modules for
www.eeworm.com/read/229403/4756564

mk module-init-tools.mk

############################################################# # # module-init-tools # ############################################################# MODULE_INIT_TOOLS_SOURCE=module-init-tools-3.1.tar.b
www.eeworm.com/read/276787/4163685

control module-init-tools.control

Package: module-init-tools Version: 3.2.2-r3 Description: This package contains a set of programs for loading, inserting, and removing kernel modules for Linux (versions 2.5.48 and above). It serves t
www.eeworm.com/read/273027/10930969

news

0.9 Release of module-init-tools This release needs depmod again, which should help speed for those of you with 1300 modules. A replacement depmod is provided, since the previous one gets rightfully
www.eeworm.com/read/338768/12285342

news

0.9 Release of module-init-tools This release needs depmod again, which should help speed for those of you with 1300 modules. A replacement depmod is provided, since the previous one gets rightfully
www.eeworm.com/read/338271/12315352

news

0.9 Release of module-init-tools This release needs depmod again, which should help speed for those of you with 1300 modules. A replacement depmod is provided, since the previous one gets rightfully
www.eeworm.com/read/209559/4974524

c modpost.c

/* Postprocess module symbol versions * * Copyright 2003 Kai Germaschewski * 2002-2003 Rusty Russell, IBM Corporation * * Based in part on module-init-tools/depmod.c,file2alias