Home
last modified time | relevance | path

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

/Zephyr-latest/lib/os/
Dfdtable.c41 static const struct fd_op_vtable stdinout_fd_op_vtable; variable
53 .vtable = &stdinout_fd_op_vtable,
60 .vtable = &stdinout_fd_op_vtable,
67 .vtable = &stdinout_fd_op_vtable,
563 static const struct fd_op_vtable stdinout_fd_op_vtable = { variable