Searched refs:zvfs_fdtable_call_ioctl (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/lib/os/zvfs/ |
D | zvfs_poll.c | 56 result = zvfs_fdtable_call_ioctl(vtable, ctx, ZFD_IOCTL_POLL_PREPARE, pfd, &pev, in zvfs_poll_internal() 102 return zvfs_fdtable_call_ioctl(offl_vtable, offl_ctx, ZFD_IOCTL_POLL_OFFLOAD, fds, in zvfs_poll_internal() 139 result = zvfs_fdtable_call_ioctl(vtable, ctx, ZFD_IOCTL_POLL_UPDATE, pfd, in zvfs_poll_internal()
|
/Zephyr-latest/include/zephyr/sys/ |
D | fdtable.h | 205 static inline int zvfs_fdtable_call_ioctl(const struct fd_op_vtable *vtable, void *obj, in zvfs_fdtable_call_ioctl() function
|
/Zephyr-latest/lib/os/ |
D | fdtable.c | 283 (void)zvfs_fdtable_call_ioctl(vtable, obj, ZFD_IOCTL_SET_LOCK, in zvfs_finalize_typed_fd() 435 return zvfs_fdtable_call_ioctl(fdtable[fd].vtable, fdtable[fd].obj, ZFD_IOCTL_STAT, buf); in zvfs_fstat() 444 return zvfs_fdtable_call_ioctl(fdtable[fd].vtable, fdtable[fd].obj, ZFD_IOCTL_FSYNC); in zvfs_fsync()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_tls.c | 3032 ret = zvfs_fdtable_call_ioctl(vtable, obj, ZFD_IOCTL_POLL_PREPARE, in ztls_poll_prepare_ctx() 3233 ret = zvfs_fdtable_call_ioctl(vtable, obj, in ztls_poll_update_ctx() 3255 ret = zvfs_fdtable_call_ioctl(vtable, obj, ZFD_IOCTL_POLL_UPDATE, in ztls_poll_update_ctx() 3374 ret = zvfs_fdtable_call_ioctl(vtable, ctx, ZFD_IOCTL_POLL_OFFLOAD, in ztls_poll_offload()
|
D | sockets.c | 734 ret = zvfs_fdtable_call_ioctl((const struct fd_op_vtable *)vtable, in z_impl_zsock_fcntl_impl()
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | websocket.c | 491 ret = zvfs_fdtable_call_ioctl(vtable, ctx, ZFD_IOCTL_POLL_OFFLOAD, in websocket_poll_offload()
|