Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dcbor-helpers.h20 bool qemu_cbor_add_bool_to_map(cbor_item_t *map, const char *key, bool value);
/openbmc/qemu/hw/virtio/
H A Dcbor-helpers.c42 bool qemu_cbor_add_bool_to_map(cbor_item_t *map, const char *key, bool value) in qemu_cbor_add_bool_to_map() function
H A Dvirtio-nsm.c411 if (!qemu_cbor_add_bool_to_map(nested_map, "lock", pcr->locked)) { in handle_describe_pcr()