OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:loadtype
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/netbsd32/
netbsd32_module.c
214
uintptr_t
loadtype
;
local in function:netbsd32_modctl
252
loadtype
= (uintptr_t)arg;
253
switch (
loadtype
) { /* 0 = modload, 1 = autoload */
259
(void *)
loadtype
, NULL);
/src/sys/kern/
sys_module.c
275
uintptr_t
loadtype
;
local in function:sys_modctl
308
loadtype
= (uintptr_t)arg;
309
switch (
loadtype
) { /* 0 = modload, 1 = autoload */
315
(void *)
loadtype
, NULL);
Completed in 54 milliseconds
Indexes created Wed Sep 24 14:09:57 GMT 2025