Searched refs:dev_ioctl (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/net/ |
D | socket.c | 984 err = dev_ioctl(net, cmd, argp); in sock_do_ioctl() 1006 err = dev_ioctl(net, cmd, argp); in sock_ioctl() 1010 err = dev_ioctl(net, cmd, argp); in sock_ioctl() 2685 err = dev_ioctl(net, SIOCGIFNAME, uifr); in dev_ifname32() 2731 err = dev_ioctl(net, SIOCGIFCONF, uifc); in dev_ifconf() 2847 ret = dev_ioctl(net, SIOCETHTOOL, ifr); in ethtool_ioctl() 2904 return dev_ioctl(net, SIOCWANDEV, uifr); in compat_siocwandev() 2927 err = dev_ioctl(net, cmd, in bond_ioctl() 2945 return dev_ioctl(net, cmd, uifr); in bond_ioctl() 2977 return dev_ioctl(net, cmd, u_ifreq64); in siocdevprivate_ioctl() [all …]
|
/linux-3.4.99/drivers/usb/gadget/ |
D | inode.c | 1294 static long dev_ioctl (struct file *fd, unsigned code, unsigned long value) in dev_ioctl() function 1315 .unlocked_ioctl = dev_ioctl, 1955 .unlocked_ioctl = dev_ioctl,
|
/linux-3.4.99/sound/oss/ |
D | msnd_pinnacle.c | 643 static long dev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in dev_ioctl() function 1118 .unlocked_ioctl = dev_ioctl,
|
/linux-3.4.99/Documentation/cdrom/ |
D | cdrom-standard.tex | 248 &int& (* dev_ioctl)(struct\ cdrom_device_info *, unsigned\ int, 516 \subsection{$Int\ dev_ioctl(struct\ cdrom_device_info * cdi, unsigned\ int\ 538 are routed through the call $dev_ioctl()$. In principle, `private' 950 Finally, all other $ioctl$s are passed to the function $dev_ioctl()$,
|
/linux-3.4.99/net/ipv4/ |
D | ipconfig.c | 335 res = dev_ioctl(&init_net, cmd, (struct ifreq __user *) arg); in ic_dev_ioctl()
|
/linux-3.4.99/include/linux/ |
D | netdevice.h | 2149 extern int dev_ioctl(struct net *net, unsigned int cmd, void __user *);
|
/linux-3.4.99/net/core/ |
D | dev.c | 5003 int dev_ioctl(struct net *net, unsigned int cmd, void __user *arg) in dev_ioctl() function
|