Home
last modified time | relevance | path

Searched defs:B_LOCKED (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/bsd/sys/
H A Dbuf.h83 #define B_LOCKED 0x00000010 /* Locked in core (not reusable). */ macro
/xnu-11215.61.5/bsd/dev/dtrace/scripts/
H A Dio.d37 inline int B_LOCKED = 0x0010; variable