Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dbuf.h81 #define B_NOCACHE 0x00000004 /* Do not cache block after use. */ macro
/xnu-11215.61.5/bsd/dev/dtrace/scripts/
H A Dio.d33 inline int B_NOCACHE = 0x0004; variable