Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/inc/include/
H A Dfstab.h59 struct fstab *getfstype();
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dfstab.c138 getfstype(char *type) in getfstype() function
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h142 extern struct vfssw *getfstype(); /* find default filesystem type */
/titanic_50/usr/src/uts/common/os/
H A Dswapgeneric.c78 static struct vfssw *getfstype(char *, char *, size_t);
317 if ((vsw = getfstype("root", rootfs.bo_fstype, BO_MAXFSNAME)) == NULL) in loadrootmodules()
585 getfstype(char *askfor, char *fsname, size_t fsnamelen) in getfstype() function