Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/include/lib/trusty/
Dsys_fd.h36 status_t install_sys_fd_handler(uint32_t fd, const struct sys_fd_ops* ops);
/trusty/kernel/lib/trusty/
Dsyscall.c66 status_t install_sys_fd_handler(uint32_t fd, const struct sys_fd_ops* ops) { in install_sys_fd_handler() function