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--) {
|