Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmntio.h50 #define MNTFS_TOOLONG 2 macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetmntent.c197 case MNTFS_TOOLONG: in getmntany()
236 while ((ret = ioctl(fileno(fp), command, &embuf)) == MNTFS_TOOLONG) { in getmntent_common()
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1772 *rvalp = MNTFS_TOOLONG; in mntioctl()
1833 *rvalp = MNTFS_TOOLONG; in mntioctl()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c331 if (rval->sys_rval1 == MNTFS_TOOLONG) { in mntfs_ioctl()