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

/xnu-2782.1.97/bsd/kern/
H A Dkern_lockf.c112 #define NOLOCKF (struct lockf *)0 macro
375 while (*lf != NOLOCKF) {
833 if (lf == NOLOCKF)
964 * Returns: NOLOCKF No blocking lock exists
965 * !NOLOCKF The address of the blocking lock's
992 return (NOLOCKF);
1048 if (lf == NOLOCKF)
1056 while (lf != NOLOCKF) {
1237 wakelock->lf_next = NOLOCKF;

Completed in 69 milliseconds