Lines Matching defs:cmd

3943 static inline abi_long do_semctl(int semid, int semnum, int cmd,  in do_semctl()
4200 static inline abi_long do_msgctl(int msgid, int cmd, abi_long ptr) in do_msgctl()
4432 static inline abi_long do_shmctl(int shmid, int cmd, abi_long buf) in do_shmctl()
4620 int fd, int cmd, abi_long arg) in do_ioctl_fs_ioc_fiemap()
4701 int fd, int cmd, abi_long arg) in do_ioctl_ifconf()
4842 int fd, int cmd, abi_long arg) in do_ioctl_usbdevfs_reapurb()
4903 int fd, int cmd, abi_long arg) in do_ioctl_usbdevfs_discardurb()
4917 int fd, int cmd, abi_long arg) in do_ioctl_usbdevfs_submiturb()
4978 int cmd, abi_long arg) in do_ioctl_dm()
5208 int cmd, abi_long arg) in do_ioctl_blkpg()
5261 int fd, int cmd, abi_long arg) in do_ioctl_rt()
5327 int fd, int cmd, abi_long arg) in do_ioctl_kdsigaccept()
5334 int fd, int cmd, abi_long arg) in do_ioctl_SIOCGSTAMP()
5358 int fd, int cmd, abi_long arg) in do_ioctl_SIOCGSTAMPNS()
5383 int fd, int cmd, abi_long arg) in do_ioctl_tiocgptpeer()
5456 int fd, int cmd, abi_long arg) in do_ioctl_drm()
5505 int fd, int cmd, abi_long arg) in do_ioctl_drm_i915()
5520 int fd, int cmd, abi_long arg) in do_ioctl_TUNSETTXFILTER()
5556 #define IOCTL(cmd, access, ...) \ argument
5558 #define IOCTL_SPECIAL(cmd, access, dofn, ...) \ argument
5560 #define IOCTL_IGNORE(cmd) \ argument
5568 static abi_long do_ioctl(int fd, int cmd, abi_long arg) in do_ioctl()
6709 static int target_to_host_fcntl_cmd(int cmd) in target_to_host_fcntl_cmd()
6986 static abi_long do_fcntl(int fd, int cmd, abi_ulong arg) in do_fcntl()
12405 int cmd; in _syscall2() local