OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:auto_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_syscall.c
66
const struct sc_autoload *
auto_list
;
local in function:sys_nomodule
87
if ((
auto_list
= em->e_sc_autoload) != NULL)
88
for (;
auto_list
->al_code > 0;
auto_list
++) {
89
if (
auto_list
->al_code != code) {
92
if (module_autoload(
auto_list
->al_module,
kern_syscall.c
66
const struct sc_autoload *
auto_list
;
local in function:sys_nomodule
87
if ((
auto_list
= em->e_sc_autoload) != NULL)
88
for (;
auto_list
->al_code > 0;
auto_list
++) {
89
if (
auto_list
->al_code != code) {
92
if (module_autoload(
auto_list
->al_module,
Completed in 84 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025