Lines Matching defs:cmd
4000 static inline abi_long do_semctl(int semid, int semnum, int cmd, in do_semctl()
4257 static inline abi_long do_msgctl(int msgid, int cmd, abi_long ptr) in do_msgctl()
4489 static inline abi_long do_shmctl(int shmid, int cmd, abi_long buf) in do_shmctl()
4677 int fd, int cmd, abi_long arg) in do_ioctl_fs_ioc_fiemap()
4758 int fd, int cmd, abi_long arg) in do_ioctl_ifconf()
4899 int fd, int cmd, abi_long arg) in do_ioctl_usbdevfs_reapurb()
4960 int fd, int cmd, abi_long arg) in do_ioctl_usbdevfs_discardurb()
4974 int fd, int cmd, abi_long arg) in do_ioctl_usbdevfs_submiturb()
5035 int cmd, abi_long arg) in do_ioctl_dm()
5265 int cmd, abi_long arg) in do_ioctl_blkpg()
5318 int fd, int cmd, abi_long arg) in do_ioctl_rt()
5384 int fd, int cmd, abi_long arg) in do_ioctl_kdsigaccept()
5391 int fd, int cmd, abi_long arg) in do_ioctl_SIOCGSTAMP()
5415 int fd, int cmd, abi_long arg) in do_ioctl_SIOCGSTAMPNS()
5440 int fd, int cmd, abi_long arg) in do_ioctl_tiocgptpeer()
5513 int fd, int cmd, abi_long arg) in do_ioctl_drm()
5562 int fd, int cmd, abi_long arg) in do_ioctl_drm_i915()
5577 int fd, int cmd, abi_long arg) in do_ioctl_TUNSETTXFILTER()
5613 #define IOCTL(cmd, access, ...) \ argument
5615 #define IOCTL_SPECIAL(cmd, access, dofn, ...) \ argument
5617 #define IOCTL_IGNORE(cmd) \ argument
5625 static abi_long do_ioctl(int fd, int cmd, abi_long arg) in do_ioctl()
6765 static int target_to_host_fcntl_cmd(int cmd) in target_to_host_fcntl_cmd()
7042 static abi_long do_fcntl(int fd, int cmd, abi_ulong arg) in do_fcntl()
12555 int cmd; in _syscall2() local