Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dfcntl.h204 #define F_FLOCKW64 56 /* private - set flock owned by file and wait */ macro
218 #define F_FLOCKW64 54 /* private - set flock owned by file and wait */
/titanic_50/usr/src/uts/common/syscall/
H A Dfcntl.c650 case F_FLOCKW64: in fcntl()
679 else if (cmd == F_FLOCKW64) in fcntl()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c1918 case F_FLOCKW64: in show_fcntl()