Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c675 static int unix_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
734 .compat_ioctl = unix_compat_ioctl,
759 .compat_ioctl = unix_compat_ioctl,
783 .compat_ioctl = unix_compat_ioctl,
2710 static int unix_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_compat_ioctl() function