Searched refs:EOVERFLOW (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h218 #define EOVERFLOW 84 /* Value too large to be stored in data type */ macro
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c337 { BSM_ERRNO_EOVERFLOW, EOVERFLOW,
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c146 * EOVERFLOW
215 return (EOVERFLOW);
244 return (EOVERFLOW);
H A Dkern_descrip.c641 * EOVERFLOW
647 * EOVERFLOW
869 error = EOVERFLOW;
945 /* Check starting byte and ending byte for EOVERFLOW in SEEK_CUR */
946 /* and ending byte for EOVERFLOW in SEEK_SET */
953 error = EOVERFLOW;
H A Dkern_proc.c1762 return(EOVERFLOW);
H A Dproc_info.c1025 return(EOVERFLOW);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c485 error = EOVERFLOW;
H A Dnfs_subs.c607 return (EOVERFLOW);
3357 return (EOVERFLOW);
H A Dnfs4_subs.c1655 error = EOVERFLOW;
H A Dnfs4_vnops.c4286 error = EOVERFLOW;
4302 return (EOVERFLOW);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c1750 return EOVERFLOW;
H A Dhfs_vfsops.c2759 return (EOVERFLOW);
4049 return (EOVERFLOW);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c4225 error = EOVERFLOW;

Completed in 225 milliseconds