Searched defs:F_SETLKW (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libunistat/common/
H A Dspcs_log.c81 if (fcntl(fileno(fp), F_SETLKW, &lk) < 0)
95 (void) fcntl(fileno(fp), F_SETLKW, &lk); local
/illumos-gate/usr/src/cmd/stat/common/
H A Dmnt.c95 (void) fcntl(fileno(mpt), F_SETLKW, &lb); local
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h80 #define F_SETLKW 7 /* Set file lock and wait */ macro
106 #define F_SETLKW 7 /* Set file lock and wait */ macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h133 #define F_SETLKW 9 /* Set or Clear a record-lock (Blocking) */ macro
139 #define F_FLOCKW F_SETLKW
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h235 #define F_SETLKW 13 /* F_SETLK; wait if blocked */ macro
251 /* record locking flags (F_GETLK, F_SETLK, F_SETLKW) */
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h155 #define F_SETLKW 7 /* Set file lock and wait */ macro
170 #define F_SETLKW 35 /* Set file lock and wait */ macro

Completed in 79 milliseconds