Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/include/lib/trusty/
Ductx.h54 const struct sys_fd_ops* uctx_get_fd_ops(uint32_t fd);
/trusty/kernel/lib/trusty/
Ductx.c859 const struct sys_fd_ops* uctx_get_fd_ops(uint32_t fd) { in uctx_get_fd_ops() function
898 const struct sys_fd_ops* uctx_get_fd_ops(uint32_t fd) { in uctx_get_fd_ops() function
Dsyscall.c86 ops = uctx_get_fd_ops(fd); in get_sys_fd_handler()