Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-io-cmds.c30 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 …]
H A Dqemu-io.c78 static const cmdinfo_t close_cmd = {
145 static const cmdinfo_t open_cmd = {
277 static const cmdinfo_t quit_cmd = {
/openbmc/qemu/include/
H A Dqemu-io.h44 } cmdinfo_t; typedef
50 void qemuio_add_command(const cmdinfo_t *ci);
51 void qemuio_command_usage(const cmdinfo_t *ci);
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch570 @@ -21,7 +21,7 @@ static cmdinfo_t stat_cmd;
571 static cmdinfo_t statfs_cmd;
572 static cmdinfo_t statx_cmd;