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

  /src/sys/kern/
kern_module.c 104 bool module_autounload_unsafe = true; variable in typeref:typename:__read_mostly bool
106 bool module_autounload_unsafe = false;
576 NULL, 0, &module_autounload_unsafe, 0,
1767 (error == ENOTTY && module_autounload_unsafe)) {
kern_module.c 104 bool module_autounload_unsafe = true; variable in typeref:typename:__read_mostly bool
106 bool module_autounload_unsafe = false;
576 NULL, 0, &module_autounload_unsafe, 0,
1767 (error == ENOTTY && module_autounload_unsafe)) {
kern_module.c 104 bool module_autounload_unsafe = true; variable in typeref:typename:__read_mostly bool
106 bool module_autounload_unsafe = false;
576 NULL, 0, &module_autounload_unsafe, 0,
1767 (error == ENOTTY && module_autounload_unsafe)) {
kern_module.c 104 bool module_autounload_unsafe = true; variable in typeref:typename:__read_mostly bool
106 bool module_autounload_unsafe = false;
576 NULL, 0, &module_autounload_unsafe, 0,
1767 (error == ENOTTY && module_autounload_unsafe)) {

Completed in 50 milliseconds