Home
last modified time | relevance | path

Searched refs:cbor (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_formats.hpp11 cbor = 2, enumerator
19 cbor = 1, enumerator
H A Dpel.cpp1009 case UserDataFormat::cbor: in makeFFDCuserDataSection()
1010 subType = static_cast<uint8_t>(UserDataFormat::cbor); in makeFFDCuserDataSection()
1011 version = static_cast<uint8_t>(UserDataFormatVersion::cbor); in makeFFDCuserDataSection()
H A Duser_data_json.cpp205 case static_cast<uint8_t>(UserDataFormat::cbor): in getBuiltinFormatJSON()
H A Dmanager.cpp338 pf.format = UserDataFormat::cbor; in convertToPelFFDC()
/openbmc/bmcweb/http/
H A Dcomplete_response_fields.hpp86 std::string cbor; in completeResponseFields() local
87 nlohmann::json::to_cbor(res.jsonValue, cbor); in completeResponseFields()
88 res.write(std::move(cbor)); in completeResponseFields()
/openbmc/qemu/hw/virtio/
H A Dmeson.build62 system_virtio_ss.add(when: 'CONFIG_VIRTIO_NSM', if_true: [files('cbor-helpers.c'), libcbor])
78 virtio_pci_ss.add(when: 'CONFIG_VIRTIO_NSM', if_true: [files('virtio-nsm-pci.c', 'cbor-helpers.c'), libcbor])
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_test.cpp560 ffdc.format = UserDataFormat::cbor; in getCBORFFDC()
590 static_cast<uint8_t>(UserDataFormatVersion::cbor)); in TEST_F()
591 EXPECT_EQ(ud->header().subType, static_cast<uint8_t>(UserDataFormat::cbor)); in TEST_F()
/openbmc/qemu/
H A DMAINTAINERS2485 F: hw/virtio/cbor-helpers.c
2488 F: include/hw/virtio/cbor-helpers.h