Home
last modified time | relevance | path

Searched refs:F_GETFD (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/tests/
H A Dfd.c111 T_EXPECT_EQ(fcntl(fd2, F_GETFD, 0), 0,
/xnu-12377.81.4/bsd/security/audit/
H A Daudit_bsm_fcntl.c49 { BSM_F_GETFD, F_GETFD },
/xnu-12377.81.4/tests/skywalk/
H A Dskywalk_mptest_driver.c271 int fdflags = fcntl(pfd[1], F_GETFD); in skywalk_mptest_driver_run()
/xnu-12377.81.4/bsd/sys/
H A Dfcntl.h280 #define F_GETFD 1 /* get file descriptor flags */ macro
/xnu-12377.81.4/bsd/kern/
H A Dkern_descrip.c2846 case F_GETFD: in sys_fcntl_nocancel()