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

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d177 inline int ENOLCK = 77;
178 #pragma D binding "1.0" ENOLCK
/xnu-2422.115.4/bsd/sys/
H A Derrno.h210 #define ENOLCK 77 /* No locks available */ macro
/xnu-2422.115.4/bsd/kern/
H A Dkern_lockf.c155 * ENOLCK Number of locked regions exceeds limit
159 * lf_setlock:ENOLCK
161 * lf_clearlock:ENOLCK
164 * Notes: We return ENOLCK when we run out of memory to support locks; as
261 return (ENOLCK);
441 * lf_split:ENOLCK
442 * lf_clearlock:ENOLCK
732 return (ENOLCK);
817 * lf_split:ENOLCK
870 return (ENOLCK);
[all...]
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c176 { BSM_ERRNO_ENOLCK, ENOLCK, ES("No locks available") },
/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c3588 return (ENOLCK);
3652 error = ENOLCK;
3716 error = ENOLCK;
/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp5083 return(ENOLCK);

Completed in 91 milliseconds