Home
last modified time | relevance | path

Searched defs:O_RESOLVE_BENEATH (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/tests/vfs/
H A Dresolve_beneath.c57 #define O_RESOLVE_BENEATH 0x1000 macro
/xnu-12377.41.6/bsd/dev/dtrace/scripts/
H A Dio.d171 inline int O_RESOLVE_BENEATH = 0x1000; variable
/xnu-12377.41.6/bsd/sys/
H A Dfcntl.h130 #define O_RESOLVE_BENEATH 0x00001000 /* only for open(2), same value as FMARK */ macro