Searched defs:B_LOCKED (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.61.5/bsd/sys/ | ||
| H A D | buf.h | 83 #define B_LOCKED 0x00000010 /* Locked in core (not reusable). */ macro |
| /xnu-11215.61.5/bsd/dev/dtrace/scripts/ | ||
| H A D | io.d | 37 inline int B_LOCKED = 0x0010; variable |