Lines Matching refs:cmd
1378 static int x25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in x25_ioctl() argument
1385 switch (cmd) { in x25_ioctl()
1428 rc = x25_route_ioctl(cmd, argp); in x25_ioctl()
1431 rc = x25_subscr_ioctl(cmd, argp); in x25_ioctl()
1437 rc = x25_subscr_ioctl(cmd, argp); in x25_ioctl()
1630 static int compat_x25_subscr_ioctl(unsigned int cmd, in compat_x25_subscr_ioctl() argument
1653 if (cmd == SIOCX25GSUBSCRIP) { in compat_x25_subscr_ioctl()
1678 static int compat_x25_ioctl(struct socket *sock, unsigned int cmd, in compat_x25_ioctl() argument
1684 switch(cmd) { in compat_x25_ioctl()
1687 rc = x25_ioctl(sock, cmd, (unsigned long)argp); in compat_x25_ioctl()
1706 rc = x25_route_ioctl(cmd, argp); in compat_x25_ioctl()
1709 rc = compat_x25_subscr_ioctl(cmd, argp); in compat_x25_ioctl()
1715 rc = compat_x25_subscr_ioctl(cmd, argp); in compat_x25_ioctl()
1728 rc = x25_ioctl(sock, cmd, (unsigned long)argp); in compat_x25_ioctl()