Searched refs:dev_ioctl (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/net/core/ |
D | Makefile | 12 sock_diag.o dev_ioctl.o tso.o
|
D | dev_ioctl.c | 393 int dev_ioctl(struct net *net, unsigned int cmd, void __user *arg) in dev_ioctl() function
|
/linux-4.4.14/net/ |
D | socket.c | 876 err = dev_ioctl(net, cmd, argp); in sock_do_ioctl() 898 err = dev_ioctl(net, cmd, argp); in sock_ioctl() 902 err = dev_ioctl(net, cmd, argp); in sock_ioctl() 2591 err = dev_ioctl(net, SIOCGIFNAME, uifr); in dev_ifname32() 2637 err = dev_ioctl(net, SIOCGIFCONF, uifc); in dev_ifconf() 2753 ret = dev_ioctl(net, SIOCETHTOOL, ifr); in ethtool_ioctl() 2810 return dev_ioctl(net, SIOCWANDEV, uifr); in compat_siocwandev() 2830 err = dev_ioctl(net, cmd, in bond_ioctl() 2864 return dev_ioctl(net, cmd, u_ifreq64); in compat_ifr_data_ioctl() 2924 err = dev_ioctl(net, cmd, (void __user __force *)&ifr); in compat_sioc_ifmap()
|
/linux-4.4.14/sound/oss/ |
D | msnd_pinnacle.c | 643 static long dev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in dev_ioctl() function 1123 .unlocked_ioctl = dev_ioctl,
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | inode.c | 1234 static long dev_ioctl (struct file *fd, unsigned code, unsigned long value) in dev_ioctl() function 1888 .unlocked_ioctl = dev_ioctl,
|
/linux-4.4.14/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-4.4.14/net/ipv4/ |
D | ipconfig.c | 351 res = dev_ioctl(&init_net, cmd, (struct ifreq __user *) arg); in ic_dev_ioctl()
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 3046 int dev_ioctl(struct net *net, unsigned int cmd, void __user *);
|