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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c110 #define NOLOCKF (struct lockf *)0 macro
370 while (*lf != NOLOCKF) {
785 if (lf == NOLOCKF)
911 * Returns: NOLOCKF No blocking lock exists
912 * !NOLOCKF The address of the blocking lock's
939 return (NOLOCKF);
995 if (lf == NOLOCKF)
1003 while (lf != NOLOCKF) {
1184 wakelock->lf_next = NOLOCKF;

Completed in 21 milliseconds