Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/net/socket/socketpair/src/
Dfcntl.c14 res = fcntl(fixture->sv[0], F_GETFL, 0); in ZTEST_USER_F()
27 res = fcntl(fixture->sv[0], F_GETFL, 0); in ZTEST_USER_F()
Dnonblock.c22 res = fcntl(fixture->sv[i], F_GETFL, 0); in ZTEST_USER_F()
43 res = fcntl(fixture->sv[i], F_GETFL, 0); in ZTEST_USER_F()
Dpoll.c57 res = fcntl(fixture->sv[0], F_GETFL, 0); in ZTEST_USER_F()
/Zephyr-Core-3.5.0/lib/libc/armstdc/include/
Dfcntl.h16 #define F_GETFL 3 macro
/Zephyr-Core-3.5.0/lib/libc/arcmwdt/include/
Dfcntl.h13 #define F_GETFL 3 macro
/Zephyr-Core-3.5.0/include/zephyr/posix/
Dfcntl.h27 #define F_GETFL 3 macro
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/edtt/common/
Dedtt_driver_bsim.c209 flags = fcntl(fifo[TO_EDTT], F_GETFL); in edptd_create_fifo_if()
219 flags = fcntl(fifo[TO_DEVICE], F_GETFL); in edptd_create_fifo_if()
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Djobserver.py152 rc = fcntl.fcntl(pipe[0], fcntl.F_GETFL)
159 rc = fcntl.fcntl(pipe[1], fcntl.F_GETFL)
/Zephyr-Core-3.5.0/drivers/serial/
Duart_native_ptty_bottom.c163 flags = fcntl(master_pty, F_GETFL); in np_uart_open_ptty()
/Zephyr-Core-3.5.0/samples/net/sockets/echo_async/src/
Dsocket_echo.c58 fl = fcntl(fd, F_GETFL, 0); in setblocking()
/Zephyr-Core-3.5.0/samples/net/sockets/echo_async_select/src/
Dsocket_echo_select.c61 fl = fcntl(fd, F_GETFL, 0); in setblocking()
/Zephyr-Core-3.5.0/lib/posix/
Deventfd.c237 case F_GETFL: in eventfd_ioctl_op()
/Zephyr-Core-3.5.0/tests/net/socket/af_packet/src/
Dmain.c160 fl = fcntl(fd, F_GETFL, 0); in setblocking()
/Zephyr-Core-3.5.0/subsys/net/lib/sockets/
Dsocketpair.c932 case F_GETFL: { in spair_ioctl()
Dsockets_tls.c769 int sock_flags = zsock_fcntl(sock, F_GETFL, 0); in is_blocking()
2066 sock_flags = zsock_fcntl(ctx->sock, F_GETFL, 0); in ztls_connect_ctx()
3365 case F_GETFL: in tls_sock_ioctl_vmeth()
Dsockets.c2648 case F_GETFL: in sock_ioctl_vmeth()
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
Dlwm2m_engine.c1101 flags = zsock_fcntl(client_ctx->sock_fd, F_GETFL, 0); in lwm2m_socket_start()
/Zephyr-Core-3.5.0/drivers/wifi/simplelink/
Dsimplelink_sockets.c1146 case F_GETFL: in simplelink_fcntl()
/Zephyr-Core-3.5.0/drivers/modem/
Dublox-sara-r4.c1732 case F_GETFL: in offload_ioctl()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.3.rst2858 * :github:`54760` - net_lwm2m_engine: fcntl(F_GETFL) failed (-22) on es-wifi