Home
last modified time | relevance | path

Searched refs:defaultpath (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dswapgeneric.c653 static char defaultpath[BO_MAXOBJNAME]; in getphysdev() local
662 if (get_bootpath_prop(defaultpath) == -1) in getphysdev()
665 (void) strcpy(defaultpath, rootfs.bo_name); in getphysdev()
666 defaultpath[strlen(defaultpath) - 1] = 'b'; in getphysdev()
671 printf(fmt, askfor, defaultpath); in getphysdev()
675 (void) strcpy(name, defaultpath); in getphysdev()
/titanic_50/usr/src/uts/i86pc/io/
H A Dconsplat.c449 static char *defaultpath[] = { in plat_ttypath() local
461 return (defaultpath[inum]); in plat_ttypath()