Home | Sort by: relevance | last modified time | path |
/src/sys/kern/ | |
subr_autoconf.c | 263 int (*devmon_insert_vec)(const char *, prop_dictionary_t) = no_devmon_insert; variable in typeref:typename:int (*)(const char *,prop_dictionary_t) 595 if (devmon_insert_vec == no_devmon_insert) 615 if ((*devmon_insert_vec)(what, ev) != 0) |
subr_autoconf.c | 263 int (*devmon_insert_vec)(const char *, prop_dictionary_t) = no_devmon_insert; variable in typeref:typename:int (*)(const char *,prop_dictionary_t) 595 if (devmon_insert_vec == no_devmon_insert) 615 if ((*devmon_insert_vec)(what, ev) != 0) |