Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetmntent.c198 return (MNT_TOOLONG); in getmntany()
256 return (MNT_TOOLONG); in getmntent_common()
350 return (MNT_TOOLONG); in getaline()
/titanic_50/usr/src/uts/common/sys/
H A Dmnttab.h44 #define MNT_TOOLONG 1 /* entry exceeds MNT_LINE_MAX */ macro
/titanic_50/usr/src/cmd/backup/dump/
H A Ddumpfstab.c71 case MNT_TOOLONG:
/titanic_50/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c353 case MNT_TOOLONG: in mnterror()
/titanic_50/usr/src/cmd/fs.d/
H A Dumount.c508 case MNT_TOOLONG: in mnterror()
H A Dmount.c782 case MNT_TOOLONG: in mnterror()
H A Ddf.c499 if (status == MNT_TOOLONG) in mtab_error()