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

  /src/sys/arch/sun68k/sun68k/
autoconf.c 320 const char *prompath; local in function:cpu_rootconf
324 prompath = prom_getbootpath();
325 if (prompath == NULL)
326 prompath = "zz(0,0,0)";
327 promname[0] = *(prompath++);
328 promname[1] = *(prompath++);
331 if (*prompath == '(' &&
332 *(prompath = str2hex(++prompath, &prom_ctlr)) == ',' &&
333 *(prompath = str2hex(++prompath, &prom_unit)) == ',')
    [all...]
autoconf.c 320 const char *prompath; local in function:cpu_rootconf
324 prompath = prom_getbootpath();
325 if (prompath == NULL)
326 prompath = "zz(0,0,0)";
327 promname[0] = *(prompath++);
328 promname[1] = *(prompath++);
331 if (*prompath == '(' &&
332 *(prompath = str2hex(++prompath, &prom_ctlr)) == ',' &&
333 *(prompath = str2hex(++prompath, &prom_unit)) == ',')
    [all...]

Completed in 27 milliseconds