Home
last modified time | relevance | path

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

/xnu-8020.121.3/tests/
H A Dfd.c111 T_EXPECT_EQ(fcntl(fd2, F_GETFD, 0), 0,
/xnu-8020.121.3/bsd/security/audit/
H A Daudit_bsm_fcntl.c49 { BSM_F_GETFD, F_GETFD },
/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h258 #define F_GETFD 1 /* get file descriptor flags */ macro
/xnu-8020.121.3/bsd/kern/
H A Dkern_descrip.c2828 case F_GETFD: in sys_fcntl_nocancel()