Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/dev/dtrace/scripts/
H A Dio.d155 inline int O_SHLOCK = 0x0010; variable
/xnu-10063.101.15/bsd/sys/
H A Dfcntl.h121 #define O_SHLOCK 0x00000010 /* open with shared file lock */ macro