Home
last modified time | relevance | path

Searched defs:O_EXCL (Results 1 – 5 of 5) sorted by last modified time

/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h104 #define O_EXCL 0x0800 /* error if already exists */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h83 #define O_EXCL 0x400 /* exclusive open */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h70 #define O_EXCL 02000 /* exclusive open */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in163 inline int O_EXCL = @O_EXCL@; variable
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfhdr.h986 #define O_EXCL 040 macro