| Home | Sort by: relevance | last modified time | path |
| /src/sys/kern/ | |
| kern_module_vfs.c | 69 prop_bool_t noload; local in function:module_load_vfs 117 noload = prop_dictionary_get(moduledict, "noautoload"); 118 if (noload != NULL && prop_bool_true(noload)) { |