Searched refs:qlist_append_obj (Results 1 – 6 of 6) sorted by relevance
/external/qemu/ |
D | qlist.h | 31 qlist_append_obj(qlist, QOBJECT(obj)) 45 void qlist_append_obj(QList *qlist, QObject *obj);
|
D | qlist.c | 46 qlist_append_obj(dst, obj); in qlist_copy_elem() 63 void qlist_append_obj(QList *qlist, QObject *value) in qlist_append_obj() function
|
D | json-parser.c | 392 qlist_append_obj(list, obj); in parse_array() 410 qlist_append_obj(list, obj); in parse_array()
|
D | input.c | 275 qlist_append_obj(mice_list, obj); in do_info_mice()
|
D | block.c | 1629 qlist_append_obj(bs_list, bs_obj); in bdrv_info() 1700 qlist_append_obj(devices, obj); in bdrv_info_stats()
|
D | qemu-char.c | 2723 qlist_append_obj(chr_list, obj); in qemu_chr_info()
|