Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h215 #define F_FLOCK64 55 /* private - set flock owned by file */ macro
229 #define F_FLOCK64 53 /* private - set flock owned by file */
/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c683 case F_FLOCK64: in fcntl()
711 else if (cmd == F_FLOCK64) in fcntl()