Searched defs:B_NOCACHE (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.61.5/bsd/sys/ | ||
| H A D | buf.h | 81 #define B_NOCACHE 0x00000004 /* Do not cache block after use. */ macro |
| /xnu-11215.61.5/bsd/dev/dtrace/scripts/ | ||
| H A D | io.d | 33 inline int B_NOCACHE = 0x0004; variable |