Searched refs:EDEADLK (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h95 #define EDEADLK 11 /* Resource deadlock avoided */ macro
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c175 { BSM_ERRNO_EDEADLK, EDEADLK, ES("Resource deadlock avoided") },
/darwin-on-arm/xnu/security/
H A Dmac_base.c1006 if (error1 == EDEADLK || error2 == EDEADLK)
1007 return (EDEADLK);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1487 if (error == EDEADLK)
1558 if (error == EDEADLK)
1653 * If it failed with EDEADLK, then save state which can be emitted
1656 if (error == EDEADLK) {
3706 return (EDEADLK);
3709 return (EDEADLK);
H A Dvfs_syscalls.c7906 return EDEADLK;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c150 * lf_setlock:EDEADLK
432 * EDEADLK
543 return (EDEADLK);
H A Dkern_proc.c2600 return EDEADLK;
2656 return EDEADLK;
H A Dkern_exit.c303 if (error == EDEADLK) {
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c3117 if (error == EDEADLK) {
3147 if (error == EDEADLK && op_type == NAMESPACE_HANDLER_WRITE_OP) {

Completed in 122 milliseconds