Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Dsys_coalition.c285 return mach_to_bsd_errno(kr); in coalition_info_get_debug_info()
484 error = mach_to_bsd_errno(kr); in coalition_policy_set_suppress()
488 error = mach_to_bsd_errno(kr); in coalition_policy_set_suppress()
506 return mach_to_bsd_errno(kr); in coalition_policy_get_suppress()
879 return mach_to_bsd_errno(kr);
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));
H A Dkern_memorystatus.c95 errno_t mach_to_bsd_errno(kern_return_t mach_err);
274 return mach_to_bsd_errno(kr); in _memstat_write_memlimit_to_ledger_locked()
7474 error = mach_to_bsd_errno(ret); in memorystatus_get_priority_pid()
H A Dkdebug.c978 return mach_to_bsd_errno(kr); in kdebug_typefilter()
H A Dkern_memorystatus_freeze.c527 error = mach_to_bsd_errno(vm_pageout_anonymous_pages());
H A Dubc_subr.c1374 return mach_to_bsd_errno(kret); in ubc_setsize_ex()
H A Dkern_proc.c6309 error = mach_to_bsd_errno(vm_pageout_anonymous_pages()); in pid_hibernate()
H A Dkern_sysctl.c3263 error = mach_to_bsd_errno(kr);
/xnu-11417.140.69/bsd/tests/
H A Dptrauth_data_tests_sysctl.c105 error = mach_to_bsd_errno(kr);
/xnu-11417.140.69/bsd/sys/
H A Dubc.h158 errno_t mach_to_bsd_errno(kern_return_t mach_err);
/xnu-11417.140.69/osfmk/kern/
H A Dbsd_kern.c82 int mach_to_bsd_errno(kern_return_t mach_err);
1459 mach_to_bsd_errno(kern_return_t mach_err) in mach_to_bsd_errno() function
/xnu-11417.140.69/osfmk/vm/
H A Dvm_reclaim.c106 extern int mach_to_bsd_errno(kern_return_t kr);
/xnu-11417.140.69/bsd/vm/
H A Dvm_unix.c2629 return mach_to_bsd_errno(kr);
2650 return mach_to_bsd_errno(kr); in proc_reclaim_drain()