Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/
H A Dvolcopy.c53 extern char *default_fstype();
208 fstype = default_fstype(argv[2]); in main()
H A Ddeffs.c44 default_fstype(char *special) in default_fstype() function
H A Dff.c47 extern char *default_fstype();
301 fstype = default_fstype(special); in lookup()
H A Dswitchout.c56 extern char *default_fstype();
386 fstype = default_fstype(special); in lookup()
H A Dfsck.c73 extern char *default_fstype();
553 default_fstype(argv[optind]); in main()
H A Dmount.c102 extern char *default_fstype(char *);
505 fstype = default_fstype(special); in main()
H A Ddf.c60 extern char *default_fstype(char *);
1708 return (F_option ? FSType : default_fstype(special)); in find_fstype()