Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/dev/dtrace/scripts/
H A Dio.d157 inline int O_EXLOCK = 0x0020; variable
/xnu-11215.81.4/bsd/sys/
H A Dfcntl.h122 #define O_EXLOCK 0x00000020 /* open with exclusive file lock */ macro