Home
last modified time | relevance | path

Searched refs:qnull (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/qemu/tests/unit/
H A Dcheck-qnull.c27 obj = QOBJECT(qnull()); in qnull_ref_test()
49 obj = QOBJECT(qnull()); in qnull_visit_test()
H A Dcheck-qobject.c78 check_unequal(qnull(), NULL); in qobject_is_equal_null_test()
254 check_unequal(u0, s0, s_empty, bfalse, qnull(), NULL); in qobject_is_equal_conversion_test()
255 check_unequal(i0, s0, s_empty, bfalse, qnull(), NULL); in qobject_is_equal_conversion_test()
256 check_unequal(d0, s0, s_empty, bfalse, qnull(), NULL); in qobject_is_equal_conversion_test()
H A Dcheck-qjson.c945 null = qnull(); in keyword_literal()
964 QObject *value_p = QOBJECT(qnull()); in interpolation_valid()
H A Dmeson.build10 'check-qnull': [],
H A Dtest-qobject-output-visitor.c447 tmp->u.n = qnull(); in test_visitor_out_alternate()
/openbmc/qemu/scripts/coccinelle/
H A Dqobject.cocci24 - qdict_put(Obj, Key, qnull());
45 - qlist_append(Obj, qnull());
/openbmc/qemu/include/qapi/qmp/
H A Dqnull.h24 static inline QNull *qnull(void) in qnull() function
/openbmc/qemu/tests/qapi-schema/
H A Dempty.out5 member qnull
H A Dcomments.out5 member qnull
H A Dalternate-array.out5 member qnull
H A Dinclude-simple.out5 member qnull
H A Dindented-expr.out5 member qnull
H A Dinclude-repetition.out5 member qnull
H A Ddoc-good.out5 member qnull
/openbmc/qemu/qobject/
H A Dmeson.build1 util_ss.add(files('qnull.c', 'qnum.c', 'qstring.c', 'qdict.c',
H A Dqlit.c95 return QOBJECT(qnull()); in qobject_from_qlit()
H A Dqlist.c84 qlist_append(qlist, qnull()); in qlist_append_null()
H A Dqdict.c151 qdict_put(qdict, key, qnull()); in qdict_put_null()
H A Djson-parser.c439 return QOBJECT(qnull()); in parse_keyword()
/openbmc/qemu/qapi/
H A Dqapi-clone-visitor.c143 *obj = qnull(); in qapi_clone_type_null()
H A Dqobject-output-visitor.c208 qobject_output_add(qov, name, qnull()); in qobject_output_type_null()
H A Dstring-input-visitor.c379 *obj = qnull(); in parse_type_null()
H A Dqobject-input-visitor.c630 *obj = qnull(); in qobject_input_type_null()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc.h189 __be32 qnull; member
H A Dhtc_drv_debug.c124 be32_to_cpu(cmd_rsp.qnull)); in read_file_tgt_tx_stats()

12