Home
last modified time | relevance | path

Searched refs:qapi_value (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/system/
H A Drunstate-hmp-cmds.c72 char *qapi_value; in hmp_watchdog_action() local
74 qapi_value = g_ascii_strdown(qdict_get_str(qdict, "action"), -1); in hmp_watchdog_action()
75 action = qapi_enum_parse(&WatchdogAction_lookup, qapi_value, -1, &err); in hmp_watchdog_action()
76 g_free(qapi_value); in hmp_watchdog_action()
/openbmc/qemu/block/
H A Discsi.c1659 char *qapi_value = g_ascii_strdown(header_digest, -1); in iscsi_parse_iscsi_option() local
1660 qdict_set_default_str(options, "header-digest", qapi_value); in iscsi_parse_iscsi_option()
1661 g_free(qapi_value); in iscsi_parse_iscsi_option()