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

  /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)) {
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)) {

Completed in 123 milliseconds