Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/rust/qemu-api/tests/
H A Dvmstate_tests.rs73 assert!(foo_fields[0].vmsd.is_null()); in test_vmstate_uint16()
93 assert!(foo_fields[1].vmsd.is_null()); in test_vmstate_unused()
114 assert!(foo_fields[2].vmsd.is_null()); in test_vmstate_varray_uint16_unsafe()
138 assert!(foo_fields[3].vmsd.is_null()); in test_vmstate_varray_multiply()
205 assert!(foo_fields[0].vmsd.is_null()); in test_vmstate_bool_v()
225 assert!(foo_fields[1].vmsd.is_null()); in test_vmstate_uint64()
241 assert!(foo_fields[2].info.is_null()); // VMSTATE_STRUCT_VARRAY_UINT8 doesn't set info field. in test_vmstate_struct_varray_uint8()
265 assert!(foo_fields[3].info.is_null()); // VMSTATE_STRUCT_VARRAY_UINT8 doesn't set info field. in test_vmstate_struct_varray_uint32_multiply()
296 assert!(foo_fields[4].vmsd.is_null()); in test_vmstate_macro_array()
374 assert!(foo_fields[0].vmsd.is_null()); in test_vmstate_pointer()
[all …]
/openbmc/qemu/migration/
H A Dvmstate.c439 bool is_null; in vmstate_save_state_v() local
455 is_null = true; in vmstate_save_state_v()
458 is_null = false; in vmstate_save_state_v()
472 is_null != is_prev_null) { in vmstate_save_state_v()
474 is_prev_null = is_null; in vmstate_save_state_v()
481 if (is_null != elem_is_null) { in vmstate_save_state_v()
509 if (is_null) { in vmstate_save_state_v()
/openbmc/qemu/hw/virtio/
H A Dvirtio-nsm.c916 bool is_null; /* True if property is not present in map or is null */ member
934 prop->is_null = true; in fill_attestation_property()
959 prop->is_null = false; in fill_attestation_property()
976 nsm_req->public_key.is_null = true; in get_nsm_attestation_req()
977 nsm_req->user_data.is_null = true; in get_nsm_attestation_req()
978 nsm_req->nonce.is_null = true; in get_nsm_attestation_req()
1218 if (req->public_key.is_null) { in add_payload_to_cose()
1228 if (req->user_data.is_null) { in add_payload_to_cose()
1238 if (req->nonce.is_null) { in add_payload_to_cose()
1366 nsm_req->public_key.is_null = true; in handle_attestation()
[all …]
/openbmc/bmcweb/redfish-core/src/utils/
H A Djson_utils.cpp44 if (root.is_null()) in getEstimatedJsonSize()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/
H A D0003-For-root-value-use-empty-pointer.patch21 + if (instance.is_null()) {
/openbmc/bmcweb/test/redfish-core/lib/
H A Dmanager_diagnostic_data_test.cpp30 EXPECT_TRUE(asyncResp->res.jsonValue.is_null()); in testDataGetNoError()
/openbmc/qemu/rust/qemu-api/src/
H A Dsysbus.rs82 if sbd.mmio[id].memory.is_null() { in mmio_addr()
H A Derror.rs213 if errp.is_null() { in propagate()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp941 if (jsonChData.is_null()) in loadChannelConfig()
949 if (jsonChInfo.is_null()) in loadChannelConfig()
1043 if (!jsonChData.is_null()) in readChannelVolatileData()
1110 if (!jsonChData.is_null()) in readChannelPersistData()
H A Duser_mgmt.cpp1131 if (userInfo.is_null()) in readUserData()
/openbmc/entity-manager/src/entity_manager/
H A Ddbus_interface.cpp325 if (expose.is_null()) in addObjectJson()
H A Dperform_scan.cpp204 if (!expose.is_null()) in pruneRecordExposes()
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp99 if (transaction->res.jsonValue.is_null()) in introspectObjects()
182 if (objectJson.is_null()) in getPropertiesForEnumerate()
291 if (objectJson.is_null()) in getManagedObjectsForEnumerate()
1307 if (data.is_null()) in handleMethodResponse()
1312 if (transaction->methodResponse.is_null()) in handleMethodResponse()
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs680 if !chr.is_null() { in pl011_create()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp244 if (!jsonValue.is_null()) in unpackValueWithErrorCode()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1640 if (filter.is_null()) in populateI2CControllerWRAllowlist()