OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:module_current
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/com32/include/sys/
module.h
184
*
module_current
- return the module at the head of the module list.
186
static inline struct elf_module *
module_current
(void)
function
/external/syslinux/com32/lib/sys/module/
exec.c
178
cur_module =
module_current
();
elf_module.c
222
head =
module_current
();
Completed in 43 milliseconds