Searched defs:vtable (Results  1 – 11 of 11) sorted by relevance
| /Zephyr-latest/tests/lib/fdtable/src/ | 
| D | main.c | 36 	const struct fd_op_vtable *vtable;  in ZTEST()  local56 	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
 142 	const struct fd_op_vtable *vtable;  in test_cb()  local
 159 	const struct fd_op_vtable *vtable = VTABLE_INIT;  in ZTEST()  local
 
 | 
| /Zephyr-latest/lib/os/ | 
| D | fdtable.c | 31 	const struct fd_op_vtable *vtable;  member164 void *zvfs_get_fd_obj(int fd, const struct fd_op_vtable *vtable, int err)  in zvfs_get_fd_obj()
 182 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()
 196 bool zvfs_get_obj_lock_and_cond(void *obj, const struct fd_op_vtable *vtable, struct k_mutex **lock,  in zvfs_get_obj_lock_and_cond()
 220 void *zvfs_get_fd_obj_and_vtable(int fd, const struct fd_op_vtable **vtable,  in zvfs_get_fd_obj_and_vtable()
 261 void zvfs_finalize_typed_fd(int fd, void *obj, const struct fd_op_vtable *vtable, uint32_t mode)  in zvfs_finalize_typed_fd()
 300 int zvfs_alloc_fd(void *obj, const struct fd_op_vtable *vtable)  in zvfs_alloc_fd()
 
 | 
| /Zephyr-latest/subsys/net/lib/sockets/ | 
| D | socket_dispatcher.c | 54 	const struct socket_op_vtable *vtable;  in sock_dispatch_socket()  local143 	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 | 48 				    const struct socket_op_vtable **vtable,  in get_sock_vtable()160 	const struct socket_op_vtable *vtable;  in z_vrfy_zsock_close()  local
 177 	const struct socket_op_vtable *vtable;  in z_impl_zsock_shutdown()  local
 718 	const struct socket_op_vtable *vtable;  in z_impl_zsock_fcntl_impl()  local
 754 	const struct socket_op_vtable *vtable;  in z_impl_zsock_ioctl_impl()  local
 
 | 
| D | sockets_tls.c | 2999 	const struct fd_op_vtable *vtable;  in ztls_poll_prepare_ctx()  local3212 	const struct fd_op_vtable *vtable;  in ztls_poll_update_ctx()  local
 3324 	const struct fd_op_vtable *vtable;  in ztls_poll_offload()  local
 3697 		const struct fd_op_vtable *vtable;  in tls_sock_ioctl_vmeth()  local
 
 | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | fdtable.h | 135 static inline void zvfs_finalize_fd(int fd, void *obj, const struct fd_op_vtable *vtable)  in zvfs_finalize_fd()226 static inline int zvfs_fdtable_call_ioctl(const struct fd_op_vtable *vtable, void *obj,  in zvfs_fdtable_call_ioctl()
 
 | 
| /Zephyr-latest/lib/os/zvfs/ | 
| D | zvfs_poll.c | 29 	const struct fd_op_vtable *vtable;  in zvfs_poll_internal()  local
 | 
| /Zephyr-latest/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-latest/subsys/net/lib/websocket/ | 
| D | websocket.c | 461 	const struct fd_op_vtable *vtable;  in websocket_poll_offload()  local525 		const struct fd_op_vtable *vtable;  in websocket_ioctl_vmeth()  local
 
 | 
| /Zephyr-latest/tests/net/socket/offload_dispatcher/src/ | 
| D | main.c | 758 	const struct fd_op_vtable *vtable;  in ZTEST()  local805 	const struct fd_op_vtable *vtable;  in ZTEST()  local
 
 |