Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmnttab.h46 #define MNT_TOOFEW 3 /* too few fields in line */ macro
/titanic_50/usr/src/cmd/backup/dump/
H A Ddumpfstab.c77 case MNT_TOOFEW:
/titanic_50/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c357 case MNT_TOOFEW: in mnterror()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetmntent.c52 return (MNT_TOOFEW);\
/titanic_50/usr/src/cmd/fs.d/
H A Dumount.c513 case MNT_TOOFEW: in mnterror()
H A Dmount.c787 case MNT_TOOFEW: in mnterror()
H A Ddf.c505 else if (status == MNT_TOOFEW) in mtab_error()