Home
last modified time | relevance | path

Searched refs:mach_to_bsd_errno (Results 1 – 14 of 14) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dkern_malloc.c330 return mach_to_bsd_errno(zone_map_jetsam_set_limit(val));
396 return mach_to_bsd_errno(zleak_update_threshold(arg1, value));
454 return mach_to_bsd_errno(kr);
474 return mach_to_bsd_errno(kr);
H A Dsys_coalition.c285 return mach_to_bsd_errno(kr); in coalition_info_get_debug_info()
541 error = mach_to_bsd_errno(kr); in coalition_policy_set_suppress()
545 error = mach_to_bsd_errno(kr); in coalition_policy_set_suppress()
563 return mach_to_bsd_errno(kr); in coalition_policy_get_suppress()
936 return mach_to_bsd_errno(kr);
H A Dsys_generic.c2814 errno_t mach_to_bsd_errno(kern_return_t mach_err);
2839 return mach_to_bsd_errno(kr);
2875 return mach_to_bsd_errno(kr);
H A Dkern_memorystatus.c95 errno_t mach_to_bsd_errno(kern_return_t mach_err);
271 return mach_to_bsd_errno(kr); in _memstat_write_memlimit_to_ledger_locked()
7624 error = mach_to_bsd_errno(ret); in memorystatus_get_priority_pid()
8564 return mach_to_bsd_errno(error);
H A Dkern_memorystatus_freeze.c546 error = mach_to_bsd_errno(vm_pageout_anonymous_pages());
H A Dkdebug.c1178 return mach_to_bsd_errno(kr); in kdebug_typefilter()
H A Dkern_sysctl.c3307 error = mach_to_bsd_errno(kr);
5644 error = mach_to_bsd_errno(kr);
H A Dubc_subr.c1341 return mach_to_bsd_errno(kret); in ubc_setsize_ex()
H A Dkern_proc.c6654 error = mach_to_bsd_errno(vm_pageout_anonymous_pages()); in pid_hibernate()
/xnu-12377.81.4/bsd/tests/
H A Dptrauth_data_tests_sysctl.c105 error = mach_to_bsd_errno(kr);
/xnu-12377.81.4/bsd/sys/
H A Dubc.h158 errno_t mach_to_bsd_errno(kern_return_t mach_err);
/xnu-12377.81.4/osfmk/kern/
H A Dbsd_kern.c81 int mach_to_bsd_errno(kern_return_t mach_err);
1481 mach_to_bsd_errno(kern_return_t mach_err) in mach_to_bsd_errno() function
/xnu-12377.81.4/bsd/vm/
H A Dvm_unix.c2756 return mach_to_bsd_errno(kr);
2777 return mach_to_bsd_errno(kr); in proc_reclaim_drain()
4023 return mach_to_bsd_errno(kr);
/xnu-12377.81.4/osfmk/vm/
H A Dvm_reclaim.c92 extern int mach_to_bsd_errno(kern_return_t kr);