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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Derrno.h217 #define EOVERFLOW 84 /* Value too large to be stored in data type */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_lockf.c155 * EOVERFLOW
224 return (EOVERFLOW);
253 return (EOVERFLOW);
H A Dkern_descrip.c551 * EOVERFLOW
557 * EOVERFLOW
742 error = EOVERFLOW;
813 /* Check starting byte and ending byte for EOVERFLOW in SEEK_CUR */
814 /* and ending byte for EOVERFLOW in SEEK_SET */
821 error = EOVERFLOW;
H A Dproc_info.c725 return(EOVERFLOW);
H A Dkern_proc.c1662 return(EOVERFLOW);
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vfsops.c1603 return (EOVERFLOW);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_syscalls.c451 error = EOVERFLOW;
H A Dnfs_subs.c588 return (EOVERFLOW);
2827 return (EOVERFLOW);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vfsops.c1505 return (EOVERFLOW);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsutils.c1544 return EOVERFLOW;
H A Dhfs_vfsops.c2158 return (EOVERFLOW);
3360 return (EOVERFLOW);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c3158 error = EOVERFLOW;

Completed in 143 milliseconds