Searched refs:ioctl_handlers (Results 1 – 2 of 2) sorted by relevance
1728 static int (* const ioctl_handlers[])(struct client *, union ioctl_arg *) = { variable1766 _IOC_NR(cmd) >= ARRAY_SIZE(ioctl_handlers) || in dispatch_ioctl()1776 ret = ioctl_handlers[_IOC_NR(cmd)](client, &buffer); in dispatch_ioctl()
2278 } ioctl_handlers[] = { variable2352 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_ioctl()2569 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_kernel_client_ctl()