Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dsyscall.c61 static struct sys_fd_ops const* sys_fds[MAX_SYS_FD_HADLERS] = { variable
69 if (fd >= countof(sys_fds)) in install_sys_fd_handler()
73 if (!sys_fds[fd]) { in install_sys_fd_handler()
74 sys_fds[fd] = ops; in install_sys_fd_handler()
90 if (fd >= countof(sys_fds)) in get_sys_fd_handler()
93 return sys_fds[fd]; in get_sys_fd_handler()