Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/uts/common/sys/
H A Dmnttab.h44 #define MNT_TOOLONG 1 /* entry exceeds MNT_LINE_MAX */ macro
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumpfstab.c71 case MNT_TOOLONG:
/titanic_41/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c353 case MNT_TOOLONG: in mnterror()
/titanic_41/usr/src/cmd/fs.d/
H A Dumount.c518 case MNT_TOOLONG: in mnterror()
H A Dmount.c789 case MNT_TOOLONG: in mnterror()
H A Ddf.c494 if (status == MNT_TOOLONG) in mtab_error()