Home
last modified time | relevance | path

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

/external/vboot_reference/futility/
Dfutility.c40 static const struct futil_cmd_t *find_command(const char *name) in find_command()
42 const struct futil_cmd_t *const *cmd; in find_command()
54 const struct futil_cmd_t *const *cmd; in list_commands()
62 static int run_command(const struct futil_cmd_t *cmd, int argc, char *argv[]) in run_command()
74 const struct futil_cmd_t *cmd; in do_help()
144 const struct futil_cmd_t *cmd; in main()
Dfutility.h46 struct futil_cmd_t { struct
61 const struct futil_cmd_t __cmd_##NAME = { \ argument
69 extern const struct futil_cmd_t *const futil_cmds[];
/external/vboot_reference/
DAndroid.bp370 "&& echo '#define _CMD(NAME) extern const struct futil_cmd_t __cmd_##NAME;' >> $(out)" +
374 "&& echo 'const struct futil_cmd_t *const futil_cmds[] = {' >> $(out)" +