HomeSort by: relevance | last modified time | path
    Searched defs:ofbootpath (Results 1 - 1 of 1) 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--) {

Completed in 11 milliseconds