OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:modinfo_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
module.h
83
} const
modinfo_t
;
typedef
94
const
modinfo_t
*mod_info;
108
* containing only one entry, pointing to the module's
modinfo_t
record.
160
static const
modinfo_t
__CONCAT(name,_modinfo) = { \
190
int module_builtin_add(
modinfo_t
* const *, size_t, bool);
191
int module_builtin_remove(
modinfo_t
*, bool);
module.h
83
} const
modinfo_t
;
typedef
94
const
modinfo_t
*mod_info;
108
* containing only one entry, pointing to the module's
modinfo_t
record.
160
static const
modinfo_t
__CONCAT(name,_modinfo) = { \
190
int module_builtin_add(
modinfo_t
* const *, size_t, bool);
191
int module_builtin_remove(
modinfo_t
*, bool);
Completed in 69 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026