Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dbuf.h84 #define B_PHYS 0x00000020 /* I/O to user memory. */ macro
/xnu-11417.121.6/bsd/dev/dtrace/scripts/
H A Dio.d39 inline int B_PHYS = 0x0020; variable