Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dexec.c47 g_auto(GStrv) argv = strv_from_str_list(command); in exec_start_outgoing_migration()
74 g_auto(GStrv) argv = strv_from_str_list(command); in exec_start_incoming_migration()
/openbmc/qemu/include/qapi/
H A Dtype-helpers.h22 char **strv_from_str_list(const strList *list);
/openbmc/qemu/qapi/
H A Dqapi-type-helpers.c25 char **strv_from_str_list(const strList *list) in strv_from_str_list() function