Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/devctl/
H A Ddevctl.c40 struct devctl_command { struct
48 static struct devctl_command function ## _devctl_command = \ argument
53 SET_DECLARE(DEVCTL_DATASET(name), struct devctl_command); \
63 static int devctl_table_handler(struct devctl_command **start,
64 struct devctl_command **end, int ac, char **av);
66 SET_DECLARE(DEVCTL_DATASET(top), struct devctl_command);
93 devctl_table_handler(struct devctl_command **start, in devctl_table_handler()
94 struct devctl_command **end, int ac, char **av) in devctl_table_handler()
96 struct devctl_command **cmd; in devctl_table_handler()
427 struct devctl_command **cmd; in main()