Searched defs:vtable (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.5.0/tests/lib/fdtable/src/ |
D | main.c | 36 const struct fd_op_vtable *vtable; in ZTEST() local 56 const struct fd_op_vtable *vtable = 0; in ZTEST() local 86 const struct fd_op_vtable *vtable; in ZTEST() local 108 const struct fd_op_vtable *vtable = NULL; in ZTEST() local 124 const struct fd_op_vtable *vtable = NULL; in ZTEST() local 139 const struct fd_op_vtable *vtable; in test_cb() local 156 const struct fd_op_vtable *vtable = VTABLE_INIT; in ZTEST() local
|
/Zephyr-Core-3.5.0/lib/os/ |
D | fdtable.c | 28 const struct fd_op_vtable *vtable; member 159 void *z_get_fd_obj(int fd, const struct fd_op_vtable *vtable, int err) in z_get_fd_obj() 177 static int z_get_fd_by_obj_and_vtable(void *obj, const struct fd_op_vtable *vtable) in z_get_fd_by_obj_and_vtable() 191 bool z_get_obj_lock_and_cond(void *obj, const struct fd_op_vtable *vtable, struct k_mutex **lock, in z_get_obj_lock_and_cond() 215 void *z_get_fd_obj_and_vtable(int fd, const struct fd_op_vtable **vtable, in z_get_fd_obj_and_vtable() 255 void z_finalize_fd(int fd, void *obj, const struct fd_op_vtable *vtable) in z_finalize_fd() 287 int z_alloc_fd(void *obj, const struct fd_op_vtable *vtable) in z_alloc_fd()
|
/Zephyr-Core-3.5.0/subsys/net/lib/sockets/ |
D | socket_dispatcher.c | 54 const struct socket_op_vtable *vtable; in sock_dispatch_socket() local 143 const struct fd_op_vtable *vtable; in sock_dispatch_read_vmeth() local 163 const struct fd_op_vtable *vtable; in sock_dispatch_write_vmeth() local 183 const struct fd_op_vtable *vtable; in sock_dispatch_ioctl_vmeth() local
|
D | sockets.c | 70 const struct socket_op_vtable **vtable, in get_sock_vtable() 274 const struct socket_op_vtable *vtable; in z_impl_zsock_close() local 308 const struct socket_op_vtable *vtable; in z_impl_zsock_shutdown() local 1514 const struct socket_op_vtable *vtable; in z_impl_zsock_fcntl() local 1545 const struct socket_op_vtable *vtable; in z_impl_zsock_ioctl() local 1699 const struct fd_op_vtable *vtable; in zsock_poll_internal() local
|
D | sockets_tls.c | 2781 const struct fd_op_vtable *vtable; in ztls_poll_prepare_ctx() local 2925 const struct fd_op_vtable *vtable; in ztls_poll_update_ctx() local 3035 const struct fd_op_vtable *vtable; in ztls_poll_offload() local 3367 const struct fd_op_vtable *vtable; in tls_sock_ioctl_vmeth() local
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | fdtable.h | 140 static inline int z_fdtable_call_ioctl(const struct fd_op_vtable *vtable, void *obj, in z_fdtable_call_ioctl()
|
/Zephyr-Core-3.5.0/drivers/modem/ |
D | modem_socket.h | 68 const struct socket_op_vtable *vtable; member
|
D | modem_socket.c | 416 const struct socket_op_vtable *vtable) in modem_socket_init()
|
/Zephyr-Core-3.5.0/subsys/net/lib/websocket/ |
D | websocket.c | 453 const struct fd_op_vtable *vtable; in websocket_poll_offload() local 517 const struct fd_op_vtable *vtable; in websocket_ioctl_vmeth() local
|
/Zephyr-Core-3.5.0/tests/net/socket/offload_dispatcher/src/ |
D | main.c | 758 const struct fd_op_vtable *vtable; in ZTEST() local 805 const struct fd_op_vtable *vtable; in ZTEST() local
|