devctl_command
struct devctl_command **cmd;
static struct devctl_command function ## _devctl_command = \
SET_DECLARE(DEVCTL_DATASET(name), struct devctl_command); \
static int devctl_table_handler(struct devctl_command **start,
struct devctl_command **end, int ac, char **av);
SET_DECLARE(DEVCTL_DATASET(top), struct devctl_command);
devctl_table_handler(struct devctl_command **start,
struct devctl_command **end, int ac, char **av)
struct devctl_command **cmd;