Searched refs:sys_ioctl (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dsys.h537 int sys_ioctl(int fd, unsigned long req, void *value) function
545 return __sysret(sys_ioctl(fd, req, value));
/linux-master/include/uapi/asm-generic/
H A Dunistd.h96 __SC_COMP(__NR_ioctl, sys_ioctl, compat_sys_ioctl)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h96 __SC_COMP(__NR_ioctl, sys_ioctl, compat_sys_ioctl)
/linux-master/include/linux/
H A Dsyscalls.h386 asmlinkage long sys_ioctl(unsigned int fd, unsigned int cmd,

Completed in 184 milliseconds