代码搜索:modules

找到约 10,000 项符合「modules」的源代码

代码结果 10,000
www.eeworm.com/read/408355/2251805

svn-base find-madwifi-modules.sh.svn-base

#!/bin/sh if [ -z "${1}" ] ; then echo "Purpose:" echo "Locate all madwifi-related kernel modules for a given kernel" echo "(including all its subdirectories)." echo echo "Usage:" echo "$0 [-l]
www.eeworm.com/read/237496/6305865

makefile

#$Id: Makefile,v 1.42 2006/06/21 08:50:07 maximsch2 Exp $ # # Copyright (c) 2002 - 2003 Oliver Kurth # (c) 2003 - 2004 Jörg Albert # # This program is free software; yo
www.eeworm.com/read/189071/8491308

makefile

# To build modules outside of the kernel tree, we run "make" # in the kernel source tree; the Makefile these then includes this # Makefile once again. # This conditional selects whether we are being
www.eeworm.com/read/188490/8537047

makefile

# To build modules outside of the kernel tree, we run "make" # in the kernel source tree; the Makefile these then includes this # Makefile once again. # This conditional selects whether we are being
www.eeworm.com/read/288615/8618271

makefile

# To build modules outside of the kernel tree, we run "make" # in the kernel source tree; the Makefile these then includes this # Makefile once again. # This conditional selects whether we are being
www.eeworm.com/read/288614/8618287

makefile

# To build modules outside of the kernel tree, we run "make" # in the kernel source tree; the Makefile these then includes this # Makefile once again. # This conditional selects whether we are being
www.eeworm.com/read/185581/9028024

makefile

# To build modules outside of the kernel tree, we run "make" # in the kernel source tree; the Makefile these then includes this # Makefile once again. # This conditional selects whether we are being
www.eeworm.com/read/380520/9143965

makefile

# To build modules outside of the kernel tree, we run "make" # in the kernel source tree; the Makefile these then includes this # Makefile once again. # This conditional selects whether we are being
www.eeworm.com/read/181916/9227502

c custom.c

/* * This file is the basis of a custom Python interpreter. Use it for Linux, * UNIX and Windows (console). You will also need to edit mkcustom.py. */ #include int main(int argc, c
www.eeworm.com/read/181916/9227507

c customw.c

/* * This file is the basis of a custom Python interpreter. Use it for Windows * (non-console). You will also need to edit mkcustom.py. */ #define WIN32_LEAN_AND_MEAN #include #inc