Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/os/
H A Dswapgeneric.c719 static char defaultpath[BO_MAXOBJNAME]; in getphysdev() local
728 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()
/onnv-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c433 static char *defaultpath[] = { in plat_ttypath() local
443 return (defaultpath[inum]); in plat_ttypath()