Searched refs:defaultpath (Results 1 – 2 of 2) sorted by relevance
719 static char defaultpath[BO_MAXOBJNAME]; in getphysdev() local728 if (get_bootpath_prop(defaultpath) == -1) in getphysdev()731 (void) strcpy(defaultpath, rootfs.bo_name); in getphysdev()732 defaultpath[strlen(defaultpath) - 1] = 'b'; in getphysdev()737 printf(fmt, askfor, defaultpath); in getphysdev()741 (void) strcpy(name, defaultpath); in getphysdev()
433 static char *defaultpath[] = { in plat_ttypath() local443 return (defaultpath[inum]); in plat_ttypath()