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

  /src/sys/arch/sparc64/sparc64/
autoconf.c 150 char ofbootpath[OFPATHLEN], *ofboottarget, *ofbootpartition; variable
413 strcpy(ofbootpath, bdev->name);
417 strcpy(ofbootpath, sbuf);
419 DPRINTF(ACDB_BOOTDEV, ("bootpath: %s\n", ofbootpath));
420 ofbootpackage = prom_finddevice(ofbootpath);
425 cp = strrchr(ofbootpath, ':');
430 cp = strrchr(ofbootpath, '@');
432 for (; cp != ofbootpath; cp--) {
machdep.c 310 extern char ofbootpath[], *ofbootpartition, *ofbootfile, *ofbootflags;
325 ofbootpath, ofbootpartition);
328 cp = ofbootpath;

Completed in 20 milliseconds