Home
last modified time | relevance | path

Searched refs:F_FLOCKW64 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h210 #define F_FLOCKW64 56 /* private - set flock owned by file and wait */ macro
224 #define F_FLOCKW64 54 /* private - set flock owned by file and wait */
/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c651 case F_FLOCKW64: in fcntl()
680 else if (cmd == F_FLOCKW64) in fcntl()