Searched refs:img_cmd_t (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/ |
| H A D | qemu-img.c | 61 typedef struct img_cmd_t { struct 63 int (*handler)(const struct img_cmd_t *ccmd, int argc, char **argv); argument 65 } img_cmd_t; typedef 127 void cmd_help(const img_cmd_t *ccmd, in cmd_help() 426 static int img_create(const img_cmd_t *ccmd, int argc, char **argv) in img_create() 657 static int img_check(const img_cmd_t *ccmd, int argc, char **argv) in img_check() 902 static int img_commit(const img_cmd_t *ccmd, int argc, char **argv) in img_commit() 1337 static int img_compare(const img_cmd_t *ccmd, int argc, char **argv) in img_compare() 2229 static int img_convert(const img_cmd_t *ccmd, int argc, char **argv) in img_convert() 3082 static int img_info(const img_cmd_t *ccmd, int argc, char **argv) in img_info() [all …]
|