Searched refs:cmdinfo_t (Results 1 – 4 of 4) sorted by relevance
30 static cmdinfo_t *cmdtab;35 return strcmp(((const cmdinfo_t *)a)->name, in compare_cmdname()36 ((const cmdinfo_t *)b)->name); in compare_cmdname()39 void qemuio_add_command(const cmdinfo_t *ci) in qemuio_add_command()48 cmdtab = g_renew(cmdinfo_t, cmdtab, ++ncmds); in qemuio_add_command()53 void qemuio_command_usage(const cmdinfo_t *ci) in qemuio_command_usage()58 static int init_check_command(BlockBackend *blk, const cmdinfo_t *ct) in init_check_command()70 static int command(BlockBackend *blk, const cmdinfo_t *ct, int argc, in command()132 static const cmdinfo_t *find_command(const char *cmd) in find_command()134 cmdinfo_t *ct; in find_command()[all …]
78 static const cmdinfo_t close_cmd = {145 static const cmdinfo_t open_cmd = {277 static const cmdinfo_t quit_cmd = {
44 } cmdinfo_t; typedef50 void qemuio_add_command(const cmdinfo_t *ci);51 void qemuio_command_usage(const cmdinfo_t *ci);
570 @@ -21,7 +21,7 @@ static cmdinfo_t stat_cmd;571 static cmdinfo_t statfs_cmd;572 static cmdinfo_t statx_cmd;