Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dfdtable.h130 int zvfs_alloc_fd(void *obj, const struct fd_op_vtable *vtable);
/Zephyr-latest/tests/lib/fdtable/src/
Dmain.c111 int fd = zvfs_alloc_fd(obj, vtable); /* function being tested */ in ZTEST()
/Zephyr-latest/lib/os/
Dfdtable.c294 int zvfs_alloc_fd(void *obj, const struct fd_op_vtable *vtable) in zvfs_alloc_fd() function