Home
last modified time | relevance | path

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

/openbmc/qemu/include/qapi/qmp/
H A Djson-writer.h28 void json_writer_bool(JSONWriter *, const char *name, bool val);
/openbmc/qemu/qobject/
H A Dqjson.c213 json_writer_bool(writer, name, qbool_get_bool(val)); in to_json()
H A Djson-writer.c203 void json_writer_bool(JSONWriter *writer, const char *name, bool val) in json_writer_bool() function