Searched refs:ERANGE (Results 1 - 22 of 22) sorted by relevance

/xnu-2422.115.4/tools/tests/unit_tests/
H A Dcodesigntests.c19 if (rcent != -1 && errno != ERANGE)
20 err(1, "errno != ERANGE for short header");
24 if (rcent == -1 && errno == ERANGE) {
39 if (rcent != -1 && errno != ERANGE)
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d89 inline int ERANGE = 34;
90 #pragma D binding "1.0" ERANGE
/xnu-2422.115.4/bsd/sys/
H A Derrno.h128 #define ERANGE 34 /* Result too large */ macro
/xnu-2422.115.4/bsd/kern/
H A Dproc_uuid_policy.c331 error = ERANGE;
344 error = ERANGE;
H A Ddecmpfs.c438 and return ERANGE in that case
510 err = ERANGE;
519 if (err && (err != ERANGE)) {
708 if ((hdr != NULL) && (error == ERANGE)) {
824 } else if (error == ERANGE) {
H A Dkern_newsysctl.c418 return(ERANGE);
444 return(ERANGE);
1218 error = ERANGE;
H A Dsysv_sem.c876 eval = ERANGE;
1619 error = ERANGE;
1632 error = ERANGE;
H A Dsysv_shm.c1122 error = ERANGE;
1131 error = ERANGE;
H A Dkern_proc.c1824 return ERANGE;
1837 return ERANGE; /* input buffer to short, ERANGE signals that */
2008 error = ERANGE;
2063 error = ERANGE;
2091 error = ERANGE;
H A Dkern_malloc.c800 return (ERANGE);
H A Dsysv_msg.c1504 error = ERANGE;
1525 error = ERANGE;
H A Duipc_socket2.c2630 error = ERANGE;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_xattr.c324 return (ERANGE);
532 result = ERANGE;
588 result = ERANGE;
603 result = ERANGE;
735 return (ERANGE);
1757 result = ERANGE;
1778 result = ERANGE;
1914 state->result = ERANGE;
H A Dhfs_vfsutils.c1945 return ERANGE;
H A Dhfs_readwrite.c3088 if ((MacToVFSError(retval) != ERANGE) ||
3101 * MapFileBlockC that resulted in ERANGE, and we are not servicing
3106 * because we observed ERANGE being emitted from MapFileBlockC, this
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c1635 error = ERANGE;
1684 error = ERANGE;
2348 error = ERANGE;
2354 error = ERANGE;
2365 error = ERANGE;
2371 error = ERANGE;
2392 error = ERANGE;
2398 error = ERANGE;
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c116 { BSM_ERRNO_ERANGE, ERANGE, ES("Result too large") },
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dpipes_tests.c465 die_on_invalid_value(errno == ERANGE || *endptr != '\0'
/xnu-2422.115.4/bsd/dev/i386/
H A Dsysctl.c946 error = ERANGE;
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_usrreq.c2156 error = ERANGE;
H A Dudp_usrreq.c1719 error = ERANGE;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c7790 return (ERANGE);
8031 error = ERANGE;
8035 error = ERANGE;

Completed in 221 milliseconds