代码搜索:module
找到约 10,000 项符合「module」的源代码
代码结果 10,000
www.eeworm.com/read/352754/10516415
h module.h
/*
* Dynamic loading of modules into the kernel.
*/
#ifndef _LINUX_MODULE_H
#define _LINUX_MODULE_H
/* values of module.state */
#define MOD_UNINITIALIZED 0
#define MOD_RUNNING 1
#define
www.eeworm.com/read/352754/10517118
c module.c
#include
#include
#include
#include /* defines GFP_KERNEL */
#include
#include
#include
www.eeworm.com/read/278639/10522227
mk module.mk
########################################################################
#
# Filename: module.mk
#
# Description: Build instructions for the examples in Chapter 9.
#
# Notes: The o
www.eeworm.com/read/278637/10522347
mk module.mk
########################################################################
#
# Filename: module.mk
#
# Description: Build instructions for the examples in Chapter 7.
#
# Notes:
#
www.eeworm.com/read/278635/10522564
mk module.mk
########################################################################
#
# Filename: module.mk
#
# Description: Build instructions for the examples in Chapter 6.
#
# Notes:
#
www.eeworm.com/read/423636/10543034
sbl module.sbl
www.eeworm.com/read/423636/10543194
out module.out
www.eeworm.com/read/423636/10543227
map module.map
******************************************************************************
TMS320C2000 COFF Linker PC v4.1.3
*******************************************************
www.eeworm.com/read/278026/10580495
dpr module.dpr
// Module name: Module.C & Module.H ->> Module.dpr
// Notices: Copyright (c) 1995-1997 Jeffrey Richter
// Translator: 刘麻子, Liu_mazi@126.com
library Module;
uses Windows, Messages, Other in '
www.eeworm.com/read/278026/10580498