Home
last modified time | relevance | path

Searched refs:F_GETFL (Results 1 – 11 of 11) sorted by relevance

/xnu-8792.61.2/tests/
H A Duipc_kevent.c36 int flags = fcntl(sockets[0], F_GETFL); in test_kevent()
74 int flags = fcntl(sockets[0], F_GETFL); in test_kevent_lowat()
H A Dsendmsg_x_test.c122 int flags = fcntl(socket_fds[1], F_GETFL, 0);
H A Dtcp_input_outputopts_uaf_56155583.c77 T_ASSERT_POSIX_SUCCESS(fcntl(s, F_SETFL, fcntl(s, F_GETFL) | O_NONBLOCK), NULL);
H A Duipc_sosendcheck.c92 int flags = fcntl(sk, F_GETFL, 0); in cfg_sk()
H A Drecvmsg_x_test.c182 int flags = fcntl(recvSocket, F_GETFL, 0);
H A Dvsock.c502 long arg = fcntl(socket, F_GETFL, NULL);
H A Dpoll_select_kevent_paired_fds.c552 fd_flags = fcntl(fd, F_GETFL, 0); in read_from_fd()
H A Dnet_tuntests.c130 T_QUIET; T_EXPECT_POSIX_SUCCESS(flags = fcntl(s, F_GETFL, 0), NULL); in setblocking()
/xnu-8792.61.2/bsd/security/audit/
H A Daudit_bsm_fcntl.c51 { BSM_F_GETFL, F_GETFL },
/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h276 #define F_GETFL 3 /* get file status flags */ macro
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c2843 case F_GETFL: in sys_fcntl_nocancel()