subr_autoconf.c | 264 int (*devmon_insert_vec)(const char *, prop_dictionary_t) = no_devmon_insert; variable in typeref:typename:int (*)(const char *,prop_dictionary_t) 596 if (devmon_insert_vec == no_devmon_insert) 616 if ((*devmon_insert_vec)(what, ev) != 0)
|