Searched refs:F_GETFL (Results 1 – 16 of 16) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | uipc_kevent.c | 36 int flags = fcntl(sockets[0], F_GETFL); in test_kevent() 74 int flags = fcntl(sockets[0], F_GETFL); in test_kevent_lowat()
|
| H A D | pty_121077498.c | 42 T_ASSERT_POSIX_SUCCESS(flags = fcntl(primary, F_GETFL, 0), NULL);
|
| H A D | tcp_input_outputopts_uaf_56155583.c | 79 T_ASSERT_POSIX_SUCCESS(fcntl(s, F_SETFL, fcntl(s, F_GETFL) | O_NONBLOCK), NULL);
|
| H A D | sendmsg_x_test.c | 123 int flags = fcntl(socket_fds[1], F_GETFL, 0);
|
| H A D | recvmsg_x_ctrunc.c | 248 int flags = fcntl(recvSocket, F_GETFL, 0); 286 int flags = fcntl(recvSocket, F_GETFL, 0);
|
| H A D | uipc_sosendcheck.c | 92 int flags = fcntl(sk, F_GETFL, 0); in cfg_sk()
|
| H A D | recvmsg_x_test.c | 182 int flags = fcntl(recvSocket, F_GETFL, 0);
|
| H A D | ipv6_bind_race.c | 76 T_QUIET; T_EXPECT_POSIX_SUCCESS(flags = fcntl(s, F_GETFL, 0), NULL);
|
| H A D | vsock.c | 323 long arg = fcntl(socket, F_GETFL, NULL);
|
| H A D | poll_select_kevent_paired_fds.c | 552 fd_flags = fcntl(fd, F_GETFL, 0); in read_from_fd()
|
| H A D | net_tuntests.c | 126 T_QUIET; T_EXPECT_POSIX_SUCCESS(flags = fcntl(s, F_GETFL, 0), NULL); in setblocking()
|
| /xnu-12377.61.12/bsd/security/audit/ |
| H A D | audit_bsm_fcntl.c | 51 { BSM_F_GETFL, F_GETFL },
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | fcntl.h | 282 #define F_GETFL 3 /* get file status flags */ macro
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_utunloop.c | 351 error = fcntl(s, F_GETFL, 0); in setblocking()
|
| H A D | skt_filter.c | 579 flags = fcntl(fd, F_GETFL, 0); in filter_server_setup()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_descrip.c | 2865 case F_GETFL: in sys_fcntl_nocancel()
|