pdevinit 1740 arch/i386/compile/GENERIC/ioconf.c struct pdevinit pdevinit[] = {
pdevinit 182 kern/init_main.c struct pdevinit *pdev;
pdevinit 186 kern/init_main.c extern struct pdevinit pdevinit[];
pdevinit 370 kern/init_main.c for (pdev = pdevinit; pdev->pdev_attach != NULL; pdev++)
pdevinit 46 kern/subr_userconf.c extern struct pdevinit pdevinit[];
pdevinit 262 kern/subr_userconf.c pdevinit[devno-userconf_totdev-1].pdev_count);
pdevinit 541 kern/subr_userconf.c &pdevinit[devno-userconf_totdev-1].pdev_count);
pdevinit 542 kern/subr_userconf.c userconf_hist_int(pdevinit[devno-userconf_totdev-1].pdev_count);
pdevinit 162 sys/device.h struct pdevinit {