Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dfcntl.h202 #define F_OFD_SETLKW64 52 /* Set file lock owned by file and wait */ macro
216 #define F_OFD_SETLKW64 49 /* Set file lock owned by file and wait */
/titanic_50/usr/src/uts/common/syscall/
H A Dfcntl.c648 case F_OFD_SETLKW64: in fcntl()
675 else if (cmd == F_OFD_SETLKW64) in fcntl()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c1916 case F_OFD_SETLKW64: in show_fcntl()