Home
last modified time | relevance | path

Searched refs:F_GETXFL (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libproc/common/
H A DPfdinfo.c132 info->pr_fileflags = pr_fcntl(P, fd, F_GETXFL, 0); in load_fdinfo()
/titanic_44/usr/src/uts/common/sys/
H A Dfcntl.h98 #define F_GETXFL 45 /* Get file flags including open-only flags */ macro
/titanic_44/usr/src/uts/common/syscall/
H A Dfcntl.c122 case F_GETXFL: in fcntl()
/titanic_44/usr/src/cmd/truss/
H A Dsystable.c1503 case F_GETXFL: subcode = 1; break; in getsubcode()