Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/devctl/
H A Ddevctl.c39 struct devctl_command { struct
47 static struct devctl_command function ## _devctl_command = \ argument
52 SET_DECLARE(DEVCTL_DATASET(name), struct devctl_command); \
62 static int devctl_table_handler(struct devctl_command **start,
63 struct devctl_command **end, int ac, char **av);
65 SET_DECLARE(DEVCTL_DATASET(top), struct devctl_command);
92 devctl_table_handler(struct devctl_command **start, in devctl_table_handler()
93 struct devctl_command **end, int ac, char **av) in devctl_table_handler()
95 struct devctl_command **cmd; in devctl_table_handler()
426 struct devctl_command **cmd; in main()