HomeSort by: relevance | last modified time | path
    Searched defs:module_autounload_unsafe (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_module.c 107 bool module_autounload_unsafe = true; variable
109 bool module_autounload_unsafe = false;
579 NULL, 0, &module_autounload_unsafe, 0,
1770 (error == ENOTTY && module_autounload_unsafe)) {
kern_module.c 107 bool module_autounload_unsafe = true; variable
109 bool module_autounload_unsafe = false;
579 NULL, 0, &module_autounload_unsafe, 0,
1770 (error == ENOTTY && module_autounload_unsafe)) {

Completed in 35 milliseconds