Home
last modified time | relevance | path

Searched refs:EDQUOT (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/quota/
H A Dquota.kshlib35 readonly EDQUOT=122
37 readonly EDQUOT=69
39 readonly EDQUOT=49
62 [[ $zret -ne $EDQUOT ]] && \
63 log_fail "Returned error code: $zret. Expected: $EDQUOT."
94 [[ $zret -ne $EDQUOT ]] && \
95 log_fail "Returned error code: $zret. Expected: $EDQUOT."
/freebsd/tests/sys/cddl/zfs/tests/quota/
H A Dquota.kshlib28 readonly EDQUOT=69
50 [[ $zret -ne EDQUOT ]] && log_fail "Got error $zret; expected $EDQUOT"
81 [[ $zret -ne EDQUOT ]] && log_fail "Got error $zret; expected $EDQUOT"
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py128 EDQUOT = 122 variable
261 EDQUOT: 'Quota exceeded',
H A Dp9err.py19 _errno.EDQUOT: _errno.EPERM,
/freebsd/contrib/tcsh/
H A Dsh.print.c293 #ifdef EDQUOT in flush()
294 case EDQUOT: in flush()
/freebsd/cddl/lib/libdtrace/
H A Derrno.d170 inline int EDQUOT = 69; variable
171 #pragma D binding "1.0" EDQUOT
315 errno == EDQUOT ? "Disc quota exceeded" :
/freebsd/contrib/sendmail/mail.local/
H A Dmail.local.c1363 #ifdef EDQUOT
1364 if (errno == EDQUOT && BounceQuota)
1420 #ifdef EDQUOT
1421 if (errno == EDQUOT && BounceQuota)
1779 #ifdef EDQUOT
1780 case EDQUOT: /* Disc quota exceeded */
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c69 {"EDQUOT", EDQUOT},
/freebsd/sys/sys/
H A Derrno.h141 #define EDQUOT 69 /* Disc quota exceeded */ macro
/freebsd/sys/ufs/ufs/
H A Dufs_quota.c268 return (EDQUOT); in chkdqchg()
271 return (EDQUOT); in chkdqchg()
293 return (EDQUOT); in chkdqchg()
296 return (EDQUOT); in chkdqchg()
406 return (EDQUOT); in chkiqchg()
409 return (EDQUOT); in chkiqchg()
431 return (EDQUOT); in chkiqchg()
434 return (EDQUOT); in chkiqchg()
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg143 $ EDQUOT
H A Dmn_MN.UTF-8.msg143 $ EDQUOT
H A Duk_UA.UTF-8.msg143 $ EDQUOT
H A Dru_RU.UTF-8.msg143 $ EDQUOT
H A Dru_RU.KOI8-R.msg143 $ EDQUOT
H A Del_GR.ISO8859-7.msg143 $ EDQUOT
H A Dja_JP.UTF-8.msg143 $ EDQUOT
H A Dja_JP.eucJP.msg143 $ EDQUOT
H A Dko_KR.UTF-8.msg143 $ EDQUOT
H A Dko_KR.eucKR.msg143 $ EDQUOT
H A Dzh_CN.UTF-8.msg143 $ EDQUOT
H A Dzh_CN.GB2312.msg145 $ EDQUOT
H A Dzh_CN.GB18030.msg145 $ EDQUOT
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py108 __strs[errno.EDQUOT] = __strs[errno.ENOSPC]
/freebsd/sys/compat/linux/
H A Dlinux_errno.inc122 [EDQUOT] = -LINUX_EDQUOT,
310 [LINUX_EDQUOT] = EDQUOT,

123