Home
last modified time | relevance | path

Searched refs:ENOSPC (Results 1 – 25 of 38) sorted by relevance

12

/xnu-11215/bsd/kern/
H A Dkdebug_common.c125 error = ENOSPC; in create_buffers()
144 error = ENOSPC; in create_buffers()
152 error = ENOSPC; in create_buffers()
160 error = ENOSPC; in create_buffers()
169 error = ENOSPC; in create_buffers()
H A Dkern_backtrace.c162 error = ENOSPC;
H A Dsysv_sem.c478 return ENOSPC; in semundo_adjust()
913 eval = ENOSPC; in semget()
923 eval = ENOSPC; in semget()
H A Dstackshot.c477 return ENOSPC; in stackshot_kern_return_to_bsd_error()
H A Dkern_core.c471 error = ENOSPC; in coredump()
H A Dkern_authorization.c1215 return ENOSPC; in kauth_add_callback_to_scope()
H A Dposix_shm.c390 error = ENOSPC; in shm_open()
H A Dkern_symfile.c357 error = ENOSPC; in kern_open_file_for_direct_io()
H A Ddecmpfs.c1393 err = ENOSPC;
1638 if (err != ENXIO && err != ENOSPC) {
H A Dposix_sem.c270 return ENOSPC; in psem_cache_add()
H A Dsysv_shm.c780 return ENOSPC; in shmget_allocate_segment()
H A Dkern_memorystatus_freeze.c601 error = ENOSPC;
1828 return ENOSPC; in memorystatus_freeze_process()
/xnu-11215/bsd/dev/dtrace/scripts/
H A Derrno.d77 inline int ENOSPC = 28; variable
78 #pragma D binding "1.0" ENOSPC
/xnu-11215/bsd/security/audit/
H A Daudit_worker.c196 error = ENOSPC; in audit_record_write()
261 if (error == ENOSPC) { in audit_record_write()
H A Daudit_bsm_errno.c109 { .be_bsm_errno = BSM_ERRNO_ENOSPC, .be_local_errno = ENOSPC, ES("No space left on device") },
/xnu-11215/bsd/sys/
H A Derrno.h120 #define ENOSPC 28 /* No space left on device */ macro
/xnu-11215/tests/
H A Dmonotonic_uncore.c178 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1) << ctr, ENOSPC);
215 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1), ENOSPC);
/xnu-11215/bsd/vfs/
H A Dvfs_fsevents.c577 return ENOSPC; in add_fsevent()
906 } while (ret == ENOSPC); in add_fsevent()
1391 return ENOSPC; in add_watcher()
1541 return ENOSPC; in watcher_add_event()
1607 error = ENOSPC; in fill_buff()
1638 error = ENOSPC; in fill_buff()
1928 error = ENOSPC; in copy_out_kfse()
1945 error = ENOSPC; in copy_out_kfse()
H A Dvfs_exclave_fs.c703 error = ENOSPC; in vfs_exclave_fs_get_base_dirs()
1209 error = ENOSPC; in exclave_fs_io()
H A Dvfs_cache.c531 return ENOSPC; in build_path_with_parent()
653 ret = ENOSPC; in build_path_with_parent()
786 ret = ENOSPC; in build_path_with_parent()
H A Dvfs_xattr.c2106 error = ENOSPC; in default_setxattr_vfs()
2117 error = ENOSPC; in default_setxattr_vfs()
3739 error = ENOSPC; in create_xattrfile()
/xnu-11215/bsd/tests/
H A Dbsd_tests.c236 return ENOSPC; in xnupost_export_testdata()
/xnu-11215/bsd/netinet6/
H A Din6_mcast.c670 return -ENOSPC; in in6m_record_source()
718 return ENOSPC; in im6f_get_source()
928 return ENOSPC; in in6m_get_source()
/xnu-11215/bsd/netinet/
H A Din_mcast.c724 return -ENOSPC; in inm_record_source()
773 return ENOSPC; in imf_get_source()
987 return ENOSPC; in inm_get_source()
/xnu-11215/osfmk/arm64/
H A Dmonotonic_arm64.c927 return ENOSPC; in uncore_add()

12