Lines Matching defs:cmd
50 static inline int hd_geometry_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg) in hd_geometry_ioctl()
118 static int dev_ifname32(unsigned int fd, unsigned int cmd, unsigned long arg) in dev_ifname32()
143 static inline int dev_ifconf(unsigned int fd, unsigned int cmd, in dev_ifconf()
208 static int bond_ioctl(unsigned long fd, unsigned int cmd, unsigned long arg) in bond_ioctl()
260 static inline int dev_ifsioc(unsigned int fd, unsigned int cmd, in dev_ifsioc()
341 static inline int routing_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg) in routing_ioctl()
370 static int do_ext2_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg) in do_ext2_ioctl()
397 static int loop_status(unsigned int fd, unsigned int cmd, unsigned long arg) in loop_status()
453 static int blkpg_ioctl_trans(unsigned int fd, unsigned int cmd, struct blkpg_ioctl_arg32 *arg) in blkpg_ioctl_trans()
483 static int w_long(unsigned int fd, unsigned int cmd, unsigned long arg) in w_long()
498 unsigned int cmd; member
507 #define IOCTL32_DEFAULT(cmd) { { cmd, (void *) sys_ioctl }, 0 } argument
508 #define IOCTL32_HANDLER(cmd, handler) { { cmd, (void *) handler }, 0 } argument
705 static inline int ioctl32_hash(unsigned int cmd) in ioctl32_hash()
710 int sys32_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg) in sys32_ioctl()
761 int register_ioctl32_conversion(unsigned int cmd, in register_ioctl32_conversion()
781 int unregister_ioctl32_conversion(unsigned int cmd) in unregister_ioctl32_conversion()