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 149 char ofbootpath[OFPATHLEN], *ofboottarget, *ofbootpartition; variable in typeref:typename:char[]
412 strcpy(ofbootpath, bdev->name);
416 strcpy(ofbootpath, sbuf);
418 DPRINTF(ACDB_BOOTDEV, ("bootpath: %s\n", ofbootpath));
419 ofbootpackage = prom_finddevice(ofbootpath);
424 cp = strrchr(ofbootpath, ':');
429 cp = strrchr(ofbootpath, '@');
431 for (; cp != ofbootpath; cp--) {
machdep.c 310 extern char ofbootpath[], *ofbootpartition, *ofbootfile, *ofbootflags;
325 ofbootpath, ofbootpartition);
328 cp = ofbootpath;

Completed in 16 milliseconds