Home
last modified time | relevance | path

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

/openbmc/linux/net/unix/
H A Daf_unix.c751 static int unix_ioctl(struct socket *, unsigned int, unsigned long);
840 .ioctl = unix_ioctl,
865 .ioctl = unix_ioctl,
889 .ioctl = unix_ioctl,
3055 static int unix_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_ioctl() function
3099 return unix_ioctl(sock, cmd, (unsigned long)compat_ptr(arg)); in unix_compat_ioctl()