Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetmntent.c198 return (MNT_TOOLONG); in getmntany()
256 return (MNT_TOOLONG); in getmntent_common()
349 return (MNT_TOOLONG); in getaline()
/illumos-gate/usr/src/uts/common/sys/
H A Dmnttab.h44 #define MNT_TOOLONG 1 /* entry exceeds MNT_LINE_MAX */ macro
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c69 case MNT_TOOLONG:
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c351 case MNT_TOOLONG: in mnterror()
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c521 case MNT_TOOLONG: in mnterror()
H A Dmount.c780 case MNT_TOOLONG: in mnterror()
H A Ddf.c500 if (status == MNT_TOOLONG) in mtab_error()