Searched refs:ENOSPC (Results 1 - 25 of 41) sorted by relevance

12

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h115 #define ENOSPC 28 /* No space left on device */ macro
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c166 return (ENOSPC);
178 return (ENOSPC);
/darwin-on-arm/xnu/bsd/netat/
H A Daurp_rx.c83 AURPiocnak(gref, m, ENOSPC);
H A Dat.c96 return(ENOSPC);
102 return(ENOSPC);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_worker.c191 * fail stop. This is handled in the same manner as ENOSPC from
195 error = ENOSPC;
258 if (error == ENOSPC)
284 * ENOSPC is considered a special case with respect to failures, as
286 * space, or ENOSPC returned by the vnode write call.
H A Daudit_bsm_errno.c110 { BSM_ERRNO_ENOSPC, ENOSPC, ES("No space left on device") },
/darwin-on-arm/xnu/bsd/kern/
H A Dposix_sem.c280 return(ENOSPC);
384 error = ENOSPC;
444 error = ENOSPC;
486 error = ENOSPC;
674 return(ENOSPC); /* XXX non-standard */
H A Dposix_shm.c397 error = ENOSPC;
458 error = ENOSPC;
464 error = ENOSPC;
473 error = ENOSPC;
1019 return(ENOSPC); /* XXX non-standard */
H A Dkdebug.c421 error = ENOSPC;
455 error = ENOSPC;
460 error = ENOSPC;
467 error = ENOSPC;
476 error = ENOSPC;
1363 return ENOSPC;
1814 return(ENOSPC);
2379 * ENOSPC if the supplied buffer is insufficient
2450 error = ENOSPC;
H A Dsysv_sem.c576 return(ENOSPC);
975 eval = ENOSPC;
992 eval = ENOSPC;
H A Dkern_authorization.c1203 return(ENOSPC);
H A Dsysv_shm.c716 return ENOSPC;
H A Dsysv_msg.c661 eval = ENOSPC;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c550 return ENOSPC;
653 } while (ret == ENOSPC);
949 return ENOSPC;
1098 return ENOSPC;
1164 error = ENOSPC;
1195 error = ENOSPC;
1348 error = ENOSPC;
1365 error = ENOSPC;
H A Dvfs_fslog.c315 return ENOSPC;
H A Dvfs_cache.c297 ret = ENOSPC;
401 ret = ENOSPC;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c510 retval = ENOSPC;
525 if ((retval == ENOSPC) && (filebytes > offset)) {
4400 return (ENOSPC);
4503 retval = ENOSPC;
4507 retval = ENOSPC;
4515 retval = ENOSPC;
4532 retval = ENOSPC;
4546 if ((retval == ENOSPC) &&
H A Dhfs_btreeio.c653 result = ENOSPC;
H A Dhfs_link.c457 return (ENOSPC);
H A Dhfs_vfsops.c4028 return (ENOSPC);
4496 error = ENOSPC;
4598 error = ENOSPC;
5169 error = ENOSPC;
5674 ((error == dskFulErr) || (error == ENOSPC))) {
5680 if ((error == dskFulErr) || (error == ENOSPC)) {
5714 error = ENOSPC;
H A Dhfs_xattr.c2389 return (ENOSPC);
2415 result = ENOSPC;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_subs.c1301 error = ENOSPC;
1393 error = ENOSPC;
1416 error = ENOSPC;
1432 error = ENOSPC;
1448 error = ENOSPC;
2224 if (error == ENOSPC) {
2264 if (error == ENOSPC) {
2290 if (error == ENOSPC) {
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c2010 return ENOSPC;
2047 return ENOSPC;
2110 return ENOSPC;
2161 return ENOSPC;
H A Din_mcast.c721 return (-ENOSPC);
771 return (ENOSPC);
979 return (ENOSPC);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_mcast.c657 return (-ENOSPC);
706 return (ENOSPC);
911 return (ENOSPC);

Completed in 275 milliseconds

12