HomeSort by: relevance | last modified time | path
    Searched defs:prom_unit (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 21 milliseconds