Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dfcntl.h203 #define F_FLOCK64 55 /* private - set flock owned by file */ macro
217 #define F_FLOCK64 53 /* private - set flock owned by file */
/titanic_50/usr/src/uts/common/syscall/
H A Dfcntl.c649 case F_FLOCK64: in fcntl()
677 else if (cmd == F_FLOCK64) in fcntl()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c1917 case F_FLOCK64: in show_fcntl()