/src/sys/arch/sun68k/sun68k/ |
autoconf.c | 321 int prom_ctlr, prom_unit, prom_part; local in function:cpu_rootconf 330 prom_ctlr = prom_unit = prom_part = 0; 333 *(prompath = str2hex(++prompath, &prom_unit)) == ',') 350 booted_device = (*find)(promname, prom_ctlr, prom_unit);
|
autoconf.c | 321 int prom_ctlr, prom_unit, prom_part; local in function:cpu_rootconf 330 prom_ctlr = prom_unit = prom_part = 0; 333 *(prompath = str2hex(++prompath, &prom_unit)) == ',') 350 booted_device = (*find)(promname, prom_ctlr, prom_unit);
|