Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c673 static int unix_ioctl(struct socket *, unsigned int, unsigned long);
732 .ioctl = unix_ioctl,
757 .ioctl = unix_ioctl,
781 .ioctl = unix_ioctl,
2681 static int unix_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_ioctl() function
2712 return unix_ioctl(sock, cmd, (unsigned long)compat_ptr(arg)); in unix_compat_ioctl()