Home
last modified time | relevance | path

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

/qemu/monitor/
H A Dhmp.c615 typestr = strstr(typestr, option); in is_valid_option()
616 return (typestr != NULL); in is_valid_option()
696 const char *typestr; in monitor_parse_arguments() local
704 typestr = cmd->args_type; in monitor_parse_arguments()
706 typestr = key_get_info(typestr, &key); in monitor_parse_arguments()
707 if (!typestr) { in monitor_parse_arguments()
710 c = *typestr; in monitor_parse_arguments()
711 typestr++; in monitor_parse_arguments()
723 typestr++; in monitor_parse_arguments()
866 if (*typestr == '?' || *typestr == '.') { in monitor_parse_arguments()
[all …]
/qemu/python/qemu/qmp/
H A Dmodels.py36 def _check_value(self, key: str, type_: type, typestr: str) -> None:
43 def _check_member(self, key: str, type_: type, typestr: str) -> None:
45 self._check_value(key, type_, typestr)
/qemu/block/
H A Dssh.c409 enum ssh_publickey_hash_type type, const char *typestr, in check_host_key_hash() argument
440 keytype, typestr, server_fp, typestr, hash); in check_host_key_hash()