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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Derrno.h204 #define ENOLCK 77 /* No locks available */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_lockf.c157 * ENOLCK Number of locked regions exceeds limit
161 * lf_setlock:ENOLCK
162 * lf_clearlock:ENOLCK
165 * Notes: We return ENOLCK when we run out of memory to support locks; as
262 return (ENOLCK);
380 * lf_split:ENOLCK
381 * lf_clearlock:ENOLCK
630 return (ENOLCK);
719 * lf_split:ENOLCK
767 return (ENOLCK);
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp4330 return(ENOLCK);

Completed in 88 milliseconds