HomeSort by: relevance | last modified time | path
    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