Home
last modified time | relevance | path

Searched refs:O_EXLOCK (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h255 #ifndef O_EXLOCK /* 4.4BSD extension. */
256 #define O_EXLOCK 0 macro
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/db/
H A Ddb.c57 (O_CREAT | O_EXCL | O_EXLOCK | O_NONBLOCK | O_RDONLY | \
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h94 #define O_EXLOCK 0x0020 /* open with exclusive file lock */ macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c134 #if O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL
1486 mode |= O_TRUNC|O_EXLOCK;
2081 omode |= O_TRUNC|O_EXLOCK;
H A Dqueue.c26 # if HASFLOCK && defined(O_EXLOCK)
28 # define TF_OPEN_FLAGS (O_CREAT|O_WRONLY|O_EXCL|O_EXLOCK)
H A Dconf.c5943 #if O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL