Searched defs:B_DELWRI (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.61.5/bsd/sys/ | ||
| H A D | buf.h | 82 #define B_DELWRI 0x00000008 /* Delay I/O until buffer reused. */ macro |
| /xnu-11215.61.5/bsd/dev/dtrace/scripts/ | ||
| H A D | io.d | 35 inline int B_DELWRI = 0x0008; variable |