Searched refs:EFBIG (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h114 #define EFBIG 27 /* File too large */ macro
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c109 { BSM_ERRNO_EFBIG, EFBIG, ES("File too large") },
/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c431 error = EFBIG;
H A Dnfs_vnops.c2339 FSDBG_BOT(536, np, uio_offset(uio), uio_resid(uio), EFBIG);
2340 return (EFBIG);
3097 FSDBG_BOT(537, np, uio_offset(uio), uio_resid(uio), EFBIG);
3098 return (EFBIG);
6863 DUMP, /* EFBIG 27 File too large */
H A Dnfs_bio.c1564 bp->nb_error = error = EFBIG;
2718 bp->nb_error = error = EFBIG;
H A Dnfs_socket.c2696 error = EFBIG;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c1008 * then we fail the write with EFBIG.
1019 return (EFBIG);
1031 return (EFBIG);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c207 retval = EFBIG;
2187 error = EFBIG;
2191 error = EFBIG;
2868 return (EFBIG);
4429 return (EFBIG);
H A Dhfs_vnops.c1983 * EFBIG - Destination file was not empty
2043 error = EFBIG;
2049 error = EFBIG;
2201 return EFBIG;
2205 return EFBIG;
/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_sem.c1141 eval = EFBIG;
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c11383 return (EFBIG);
11387 return (EFBIG);

Completed in 207 milliseconds