Home
last modified time | relevance | path

Searched refs:dev_ioctl (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/core/
H A DMakefile14 sock_diag.o dev_ioctl.o tso.o sock_reuseport.o \
H A Ddev_ioctl.c671 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr, in dev_ioctl() function
/openbmc/linux/net/
H A Dsocket.c1236 err = dev_ioctl(net, cmd, &ifr, data, &need_copyout); in sock_do_ioctl()
1268 err = dev_ioctl(net, cmd, &ifr, data, &need_copyout); in sock_ioctl()
3397 err = dev_ioctl(net, SIOCWANDEV, &ifr, NULL, NULL); in compat_siocwandev()
3419 return dev_ioctl(net, cmd, &ifreq, data, NULL); in compat_ifr_data_ioctl()
/openbmc/linux/Documentation/cdrom/
H A Dcdrom-standard.rst492 int dev_ioctl(struct cdrom_device_info *cdi,
513 are routed through the call *dev_ioctl()*. In principle, `private`
978 Finally, all other *ioctl()'s* are passed to the function *dev_ioctl()*,
/openbmc/linux/include/linux/
H A Dnetdevice.h3941 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr,