Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/include/lib/trusty/
Dsys_fd.h33 int32_t (*ioctl)(uint32_t fd, uint32_t cmd, user_addr_t user_ptr); member
/trusty/user/base/lib/trusty-sys/src/
Dsyscalls.rs34 pub use inc::_trusty_ioctl as ioctl;
/trusty/kernel/lib/trusty/include/
Dsyscall_table.h37 DEF_SYSCALL(0x5, ioctl, long, 3, uint32_t fd, uint32_t req, void *buf)
/trusty/kernel/lib/trusty/
Dsyscall.c220 if (ops && ops->ioctl) in sys_ioctl()
221 return ops->ioctl(fd, req, user_ptr); in sys_ioctl()
/trusty/kernel/lib/syscall/
DREADME26 DEF_SYSCALL(0x36, ioctl, long, 3, uint32_t d, uint32_t req, void *msg)