Lines Matching refs:cmd
710 static int mgsl_ioctl_common(struct mgsl_struct *info, unsigned int cmd, unsigned long arg);
2950 unsigned int cmd, unsigned long arg) in mgsl_ioctl() argument
2956 info->device_name, cmd ); in mgsl_ioctl()
2961 if (cmd != TIOCMIWAIT) { in mgsl_ioctl()
2966 return mgsl_ioctl_common(info, cmd, arg); in mgsl_ioctl()
2969 static int mgsl_ioctl_common(struct mgsl_struct *info, unsigned int cmd, unsigned long arg) in mgsl_ioctl_common() argument
2973 switch (cmd) { in mgsl_ioctl_common()
7607 static int hdlcdev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in hdlcdev_ioctl() argument
7622 if (cmd != SIOCWANDEV) in hdlcdev_ioctl()
7623 return hdlc_ioctl(dev, ifr, cmd); in hdlcdev_ioctl()
7698 return hdlc_ioctl(dev, ifr, cmd); in hdlcdev_ioctl()