ioctl_handlers 1584 drivers/firewire/core-cdev.c static int (* const ioctl_handlers[])(struct client *, union ioctl_arg *) = { ioctl_handlers 1622 drivers/firewire/core-cdev.c _IOC_NR(cmd) >= ARRAY_SIZE(ioctl_handlers) || ioctl_handlers 1632 drivers/firewire/core-cdev.c ret = ioctl_handlers[_IOC_NR(cmd)](client, &buffer); ioctl_handlers 2073 sound/core/seq/seq_clientmgr.c } ioctl_handlers[] = { ioctl_handlers 2137 sound/core/seq/seq_clientmgr.c for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { ioctl_handlers 2351 sound/core/seq/seq_clientmgr.c for (handler = ioctl_handlers; handler->cmd > 0; ++handler) {