Home
last modified time | relevance | path

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

/qemu/monitor/
H A Dhmp.c551 char *cmdname, size_t nlen) in get_command_name() argument
571 memcpy(cmdname, pstart, len); in get_command_name()
572 cmdname[len] = '\0'; in get_command_name()
625 if (hmp_compare_cmd(cmdname, cmd->name)) { in search_dispatch_table()
651 char cmdname[256]; in monitor_parse_command() local
654 p = get_command_name(*cmdp, cmdname, sizeof(cmdname)); in monitor_parse_command()
659 cmd = search_dispatch_table(table, cmdname); in monitor_parse_command()
1269 const char *cmdname; in monitor_find_completion_by_table() local
1278 cmdname = ""; in monitor_find_completion_by_table()
1280 cmdname = args[0]; in monitor_find_completion_by_table()
[all …]
/qemu/target/s390x/kvm/
H A Dpv.c32 static int __s390_pv_cmd(uint32_t cmd, const char *cmdname, void *data, in __s390_pv_cmd() argument
47 "IOCTL rc: %d", cmd, cmdname, pv_cmd.rc, pv_cmd.rrc, in __s390_pv_cmd()
/qemu/
H A Dqemu-img.c5545 const char *cmdname; in main() local
5596 cmdname = argv[optind]; in main()
5614 if (!strcmp(cmdname, cmd->name)) { in main()
5620 error_exit("Command not found: %s", cmdname); in main()