Searched refs:ENOLCK (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h205 #define ENOLCK 77 /* No locks available */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c148 * ENOLCK Number of locked regions exceeds limit
152 * lf_setlock:ENOLCK
153 * lf_clearlock:ENOLCK
156 * Notes: We return ENOLCK when we run out of memory to support locks; as
253 return (ENOLCK);
433 * lf_split:ENOLCK
434 * lf_clearlock:ENOLCK
686 return (ENOLCK);
771 * lf_split:ENOLCK
819 return (ENOLCK);
[all...]
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c176 { BSM_ERRNO_ENOLCK, ENOLCK, ES("No locks available") },
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_vnops.c3588 return (ENOLCK);
3652 error = ENOLCK;
3716 error = ENOLCK;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp5029 return(ENOLCK);

Completed in 124 milliseconds