Searched refs:unix_ioctl (Results 1 – 1 of 1) sorted by relevance
650 static int unix_ioctl(struct socket *, unsigned int, unsigned long);709 .ioctl = unix_ioctl,734 .ioctl = unix_ioctl,758 .ioctl = unix_ioctl,2611 static int unix_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_ioctl() function2642 return unix_ioctl(sock, cmd, (unsigned long)compat_ptr(arg)); in unix_compat_ioctl()