Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c588 static char defaultfs[BO_MAXFSNAME]; in getfstype() local
592 (void) get_fstype_prop(defaultfs); in getfstype()
595 (void) strcpy(defaultfs, "swapfs"); in getfstype()
600 printf("%s filesystem type [%s]: ", askfor, defaultfs); in getfstype()
603 (void) strcpy(fsname, defaultfs); in getfstype()
615 fsname = defaultfs; in getfstype()