Home
last modified time | relevance | path

Searched refs:O_SHLOCK (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h259 #ifndef O_SHLOCK /* 4.4BSD extension. */
260 #define O_SHLOCK 0 macro
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/db/
H A Ddb.c58 O_RDWR | O_SHLOCK | O_TRUNC | O_BINARY)
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h93 #define O_SHLOCK 0x0010 /* open with shared file lock */ macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1484 mode |= O_SHLOCK;
2083 omode |= O_SHLOCK;