/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | device_class.rs | 17 debug_assert!(!opaque.is_null()); in pl011_clock_needed() 37 debug_assert!(!opaque.is_null()); in pl011_post_load() 111 assert!(!dev.is_null()); in pl011_realize() 124 assert!(!dev.is_null()); in pl011_reset()
|
H A D | memory_ops.rs | 27 assert!(!opaque.is_null()); in pl011_read() 45 assert!(!opaque.is_null()); in pl011_write()
|
H A D | device.rs | 550 debug_assert!(!opaque.is_null()); in pl011_can_receive() 565 debug_assert!(!opaque.is_null()); in pl011_receive() 571 debug_assert!(!buf.is_null()); in pl011_receive() 584 debug_assert!(!opaque.is_null()); in pl011_event() 618 debug_assert!(!obj.is_null()); in pl011_init() 645 debug_assert!(!obj.is_null()); in pl011_luminary_init()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-nsm.c | 909 bool is_null; /* True if property is not present in map or is null */ member 927 prop->is_null = true; in fill_attestation_property() 952 prop->is_null = false; in fill_attestation_property() 969 nsm_req->public_key.is_null = true; in get_nsm_attestation_req() 970 nsm_req->user_data.is_null = true; in get_nsm_attestation_req() 971 nsm_req->nonce.is_null = true; in get_nsm_attestation_req() 1211 if (req->public_key.is_null) { in add_payload_to_cose() 1221 if (req->user_data.is_null) { in add_payload_to_cose() 1231 if (req->nonce.is_null) { in add_payload_to_cose() 1359 nsm_req->public_key.is_null = true; in handle_attestation() [all …]
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | cmd.c | 12 bool is_terminate, is_dump, is_null; in mlx5r_cmd_query_special_mkeys() local 17 is_null = MLX5_CAP_GEN(dev->mdev, null_mkey); in mlx5r_cmd_query_special_mkeys() 20 if (!is_terminate && !is_dump && !is_null) in mlx5r_cmd_query_special_mkeys() 33 if (is_null) in mlx5r_cmd_query_special_mkeys()
|
/openbmc/linux/rust/alloc/vec/ |
H A D | is_zero.rs | 48 (*self).is_null() in is_zero() 55 (*self).is_null() in is_zero()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_comp_algs.c | 42 bool is_null; member 206 if (qat_req->dir == DECOMPRESSION && qat_req->dst.is_null) { in qat_comp_generic_callback() 335 qat_req->dst.is_null = false; in qat_comp_alg_compress_decompress() 343 qat_req->dst.is_null = true; in qat_comp_alg_compress_decompress()
|
/openbmc/bmcweb/redfish-core/src/utils/ |
H A D | json_utils.cpp | 56 if (root.is_null()) in getEstimatedJsonSize()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/ |
H A D | 0003-For-root-value-use-empty-pointer.patch | 21 + if (instance.is_null()) {
|
/openbmc/bmcweb/test/redfish-core/lib/ |
H A D | manager_diagnostic_data_test.cpp | 28 EXPECT_TRUE(asyncResp->res.jsonValue.is_null()); in testDataGetNoError()
|
/openbmc/linux/rust/kernel/ |
H A D | kunit.rs | 65 if kunit_test.is_null() {
|
H A D | error.rs | 145 if ptr.is_null() { in name()
|
H A D | str.rs | 576 if !ptr.is_null() { in try_from_fmt()
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channel_mgmt.cpp | 936 if (jsonChData.is_null()) in loadChannelConfig() 944 if (jsonChInfo.is_null()) in loadChannelConfig() 1038 if (!jsonChData.is_null()) in readChannelVolatileData() 1105 if (!jsonChData.is_null()) in readChannelPersistData()
|
H A D | user_mgmt.cpp | 1247 if (userInfo.is_null()) in readUserData()
|
/openbmc/bmcweb/include/ |
H A D | openbmc_dbus_rest.hpp | 116 if (transaction->res.jsonValue.is_null()) in introspectObjects() 199 if (objectJson.is_null()) in getPropertiesForEnumerate() 308 if (objectJson.is_null()) in getManagedObjectsForEnumerate() 1324 if (data.is_null()) in handleMethodResponse() 1329 if (transaction->methodResponse.is_null()) in handleMethodResponse()
|
/openbmc/openpower-vpd-parser/ |
H A D | vpd_tool_impl.cpp | 355 if (!(ex.value().is_null())) in interfaceDecider() 373 (ex.value().is_null())) in interfaceDecider()
|
/openbmc/entity-manager/src/ |
H A D | perform_scan.cpp | 246 if (!expose.is_null()) in pruneRecordExposes()
|
H A D | entity_manager.cpp | 508 if (expose.is_null()) in createAddObjectMethod()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 235 if (!jsonValue.is_null()) in unpackValueWithErrorCode()
|
/openbmc/phosphor-host-ipmid/ |
H A D | apphandler.cpp | 1641 if (filter.is_null()) in populateI2CControllerWRAllowlist()
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 14320 bool is_null) in mark_ptr_or_null_reg() argument 14339 if (is_null) { in mark_ptr_or_null_reg() 14369 bool is_null) in mark_ptr_or_null_regs() argument 14376 if (ref_obj_id && ref_obj_id == id && is_null) in mark_ptr_or_null_regs() 14384 mark_ptr_or_null_reg(state, reg, id, is_null); in mark_ptr_or_null_regs()
|