Searched refs:QLIT_QSTR (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 1998 { "arg-type", QLIT_QSTR("0"), }, 2001 { "ret-type", QLIT_QSTR("1"), }, 2005 { "arg-type", QLIT_QSTR("2"), }, 2007 { "name", QLIT_QSTR("MY_EVENT"), }, 2021 { "name", QLIT_QSTR("0"), }, 2047 { "name", QLIT_QSTR("1"), }, 2056 { "name", QLIT_QSTR("2"), }, 2062 { "name", QLIT_QSTR("[1]"), }, 2068 { "name", QLIT_QSTR("int"), }, 2074 { "name", QLIT_QSTR("str"), }, [all …]
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qlit.h | 44 #define QLIT_QSTR(val) \ macro
|
/openbmc/qemu/tests/unit/ |
H A D | check-qlit.c | 21 { "bar", QLIT_QSTR("hello world") },
|
H A D | check-qjson.c | 1066 { "bar", QLIT_QSTR("hello world") }, in simple_dict() 1230 { "h", QLIT_QSTR("b") }, in simple_whitespace() 1243 { "h", QLIT_QSTR("b") }, in simple_whitespace() 1279 QLIT_QSTR("100%"), in simple_interpolation()
|