Searched refs:ioctl_handlers (Results 1 – 1 of 1) sorted by relevance
1598 static int (* const ioctl_handlers[])(struct client *, union ioctl_arg *) = { variable1636 _IOC_NR(cmd) >= ARRAY_SIZE(ioctl_handlers) || in dispatch_ioctl()1646 ret = ioctl_handlers[_IOC_NR(cmd)](client, &buffer); in dispatch_ioctl()