Home
last modified time | relevance | path

Searched refs:devctl_command (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/devctl/
H A Ddevctl.c37 struct devctl_command { struct
45 static struct devctl_command function ## _devctl_command = \ argument
50 SET_DECLARE(DEVCTL_DATASET(name), struct devctl_command); \
60 static int devctl_table_handler(struct devctl_command **start,
61 struct devctl_command **end, int ac, char **av);
63 SET_DECLARE(DEVCTL_DATASET(top), struct devctl_command);
91 devctl_table_handler(struct devctl_command **start, in devctl_table_handler()
92 struct devctl_command **end, int ac, char **av) in devctl_table_handler()
94 struct devctl_command **cmd; in devctl_table_handler()
440 struct devctl_command **cmd; in main()