Home
last modified time | relevance | path

Searched refs:qnum_to_string (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dcheck-qnum.c142 tmp = qnum_to_string(qn); in qnum_to_string_test()
148 tmp = qnum_to_string(qn); in qnum_to_string_test()
154 tmp = qnum_to_string(qn); in qnum_to_string_test()
/openbmc/qemu/include/qapi/qmp/
H A Dqnum.h73 char *qnum_to_string(QNum *qn);
/openbmc/qemu/qobject/
H A Dqnum.c163 char *qnum_to_string(QNum *qn) in qnum_to_string() function
H A Dblock-qdict.c563 s = buf = qnum_to_string(qobject_to(QNum, ent->value)); in qdict_crumple_for_keyval_qiv()
/openbmc/qemu/util/
H A Dqemu-option.c968 tmp = qnum_to_string(qobject_to(QNum, obj)); in qemu_opts_from_qdict_entry()
/openbmc/qemu/block/
H A Dqapi.c783 char *tmp = qnum_to_string(value); in dump_qobject()