Home
last modified time | relevance | path

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

/external/vboot_reference/futility/
Dfutility.c201 static const struct futil_cmd_t *find_command(const char *name) in find_command()
203 const struct futil_cmd_t *const *cmd; in find_command()
214 const struct futil_cmd_t *const *cmd; in list_commands()
224 const struct futil_cmd_t *cmd; in do_help()
274 int run_command(const struct futil_cmd_t *cmd, int argc, char *argv[]) in run_command()
301 const struct futil_cmd_t *cmd; in main()
Dfutility.h46 struct futil_cmd_t { struct
56 const struct futil_cmd_t __cmd_##NAME = { \ argument
65 extern const struct futil_cmd_t *const futil_cmds[];