Home
last modified time | relevance | path

Searched refs:pseudo_inits (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/SETUP/config/
H A Dmkioconf.c59 void pseudo_inits(FILE *fp);
74 pseudo_inits(fp); in mkioconf()
79 pseudo_inits(FILE *fp) in pseudo_inits() function
/xnu-8792.61.2/bsd/dev/
H A Dbusvar.h46 extern struct pseudo_init pseudo_inits[];
/xnu-8792.61.2/bsd/kern/
H A Dbsd_init.c1093 for (pi = pseudo_inits; pi->ps_func; pi++) { in bsd_autoconf()