Home
last modified time | relevance | path

Searched refs:EUSERS (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h123 #define EUSERS 68 /* Too many users */ macro
/titanic_41/usr/src/uts/common/sys/
H A Derrno.h160 #define EUSERS 94 /* Too many users (for UFS) */ macro
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h140 #define EUSERS 94 /* Too many users (for UFS) */ macro
H A Dmaperror.c196 case EUSERS: in maperror()
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java496 public static final int EUSERS = 94; field in PoolsException
/titanic_41/usr/src/uts/common/avs/ns/
H A Dcontract.h141 #define EUSERS 0 macro
/titanic_41/usr/src/cmd/sendmail/aux/
H A Dmail.local.c1159 #ifdef EUSERS
1160 case EUSERS: /* Too many users */
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dquota_ufs.c212 case EUSERS: /* quota table is full */ in chkdq()
H A Dquota.c229 return (EUSERS); in getdiskquota()
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c547 if (rc == EUSERS)
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg214 @ MSG_ERRNO_EUSERS "[ EUSERS ]" # 94
/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c345 rc = EUSERS; in nsc_unregister_io()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dconf.c3476 #ifdef EUSERS
3477 case EUSERS: /* Too many users */