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

/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_attention.c101 uerr = ERANGE;
/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h123 #define ERANGE 34 /* Result too large */ macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_xattr.c323 return (ERANGE);
532 result = ERANGE;
552 result = ERANGE;
567 result = ERANGE;
699 return (ERANGE);
1694 result = ERANGE;
1715 result = ERANGE;
1850 state->result = ERANGE;
H A Dhfs_vfsutils.c1773 return ERANGE;
H A Dhfs_readwrite.c2654 if ((MacToVFSError(retval) != ERANGE) ||
2667 * MapFileBlockC that resulted in ERANGE, and we are not servicing
2672 * because we observed ERANGE being emitted from MapFileBlockC, this
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c1568 error = ERANGE;
1617 error = ERANGE;
2266 error = ERANGE;
2272 error = ERANGE;
2283 error = ERANGE;
2289 error = ERANGE;
2310 error = ERANGE;
2316 error = ERANGE;
/darwin-on-arm/xnu/bsd/kern/
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 Dkern_malloc.c791 return (ERANGE);
H A Dsysv_shm.c1111 error = ERANGE;
1120 error = ERANGE;
H A Dsysv_msg.c1504 error = ERANGE;
1525 error = ERANGE;
H A Dsysv_sem.c1601 error = ERANGE;
1614 error = ERANGE;
H A Dkern_proc.c1915 error = ERANGE;
1932 error = ERANGE; /* input buffer to short, ERANGE signals that */
H A Duipc_socket2.c2012 error = ERANGE;
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c116 { BSM_ERRNO_ERANGE, ERANGE, ES("Result too large") },
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c464 die_on_invalid_value(errno == ERANGE || *endptr != '\0'
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c1645 error = ERANGE;
H A Dudp_usrreq.c1670 error = ERANGE;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_vnops.c7790 return (ERANGE);
8031 error = ERANGE;
8035 error = ERANGE;

Completed in 1233 milliseconds