Home
last modified time | relevance | path

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

/openbmc/qemu/monitor/
H A Dhmp.c607 static int is_valid_option(const char *c, const char *typestr) in is_valid_option() argument
615 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()
722 if (*typestr == '?') { in monitor_parse_arguments()
[all …]
/openbmc/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)
/openbmc/linux/drivers/macintosh/
H A Dwindfarm_core.c163 const char *typestr; in wf_show_control() local
175 typestr = " RPM"; in wf_show_control()
178 typestr = " %"; in wf_show_control()
181 typestr = ""; in wf_show_control()
183 return sprintf(buf, "%d%s\n", val, typestr); in wf_show_control()
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs.c18 static const char typestr[BTRFS_FT_MAX][4] = { in readdir_callback() local
57 printf("<%s> ", typestr[item->type]); in readdir_callback()
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-debug-collector.bbclass57 typestr = configure.get(section, str(type))
58 destdir = os.path.join(dreport_dir, ("pl_" + typestr + ".d"))
/openbmc/qemu/block/
H A Dssh.c411 enum ssh_publickey_hash_type type, const char *typestr, in check_host_key_hash() argument
442 keytype, typestr, server_fp, typestr, hash); in check_host_key_hash()
/openbmc/linux/sound/pci/ac97/
H A Dac97_codec.c2939 static int apply_quirk_str(struct snd_ac97 *ac97, const char *typestr) in apply_quirk_str() argument
2946 if (q->name && ! strcmp(typestr, q->name)) in apply_quirk_str()
2950 if (*typestr >= '0' && *typestr <= '9') in apply_quirk_str()
2951 return apply_quirk(ac97, (int)simple_strtoul(typestr, NULL, 10)); in apply_quirk_str()
/openbmc/linux/kernel/trace/
H A Dtrace_probe.c702 const char *typestr = NULL; in find_fetch_type_from_btf_type() local
705 typestr = fetch_type_from_btf_type(btf, ctx->last_type, ctx); in find_fetch_type_from_btf_type()
707 return find_fetch_type(typestr, ctx->flags); in find_fetch_type_from_btf_type()