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

/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c714 static char defaultpath[BO_MAXOBJNAME]; local
723 if (get_bootpath_prop(defaultpath) == -1)
726 (void) strcpy(defaultpath, rootfs.bo_name);
727 defaultpath[strlen(defaultpath) - 1] = 'b';
732 printf(fmt, askfor, defaultpath);
736 (void) strcpy(name, defaultpath);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c449 static char *defaultpath[] = { local
461 return (defaultpath[inum]);

Completed in 431 milliseconds