Searched refs:guid_equal (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/include/linux/ |
D | uuid.h | 44 static inline bool guid_equal(const guid_t *u1, const guid_t *u2) in guid_equal() function 56 return guid_equal(guid, &guid_null); in guid_is_null()
|
/Linux-v4.19/drivers/firmware/efi/ |
D | cper-x86.c | 88 if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_CACHE)) in cper_get_err_type() 90 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_TLB)) in cper_get_err_type() 92 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_BUS)) in cper_get_err_type() 94 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_MS)) in cper_get_err_type()
|
D | cper.c | 448 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section() 456 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section() 466 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section() 475 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section() 485 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section()
|
/Linux-v4.19/lib/ |
D | test_uuid.c | 74 if (!guid_equal(&data->le, &le)) { in test_uuid_test()
|
/Linux-v4.19/drivers/visorbus/ |
D | visorchannel.c | 372 if (!channel->requested && !guid_equal(guid, &visor_video_guid)) in visorchannel_create() 392 if (!channel->requested && !guid_equal(guid, &visor_video_guid)) in visorchannel_create()
|
D | visorbus_main.c | 73 if (!guid_equal(&ch->chtype, expected_guid)) { in visor_check_channel() 146 if (guid_equal(&drv->channel_types[i].guid, channel_type) && in visorbus_match() 870 if (guid_equal(&visordrv->channel_types[i].guid, in publish_vbus_dev_info()
|
D | visorchipset.c | 471 if (guid_equal(&cmd->create_bus.bus_inst_guid, &visor_siovm_guid)) { in visorbus_create() 691 if (guid_equal(&cmd->create_device.data_type_guid, in visorbus_device_create()
|
/Linux-v4.19/drivers/nvdimm/ |
D | label.c | 591 if (guid_equal(guid, &nvdimm_btt_guid)) in to_nvdimm_cclass() 593 else if (guid_equal(guid, &nvdimm_btt2_guid)) in to_nvdimm_cclass() 595 else if (guid_equal(guid, &nvdimm_pfn_guid)) in to_nvdimm_cclass() 597 else if (guid_equal(guid, &nvdimm_dax_guid)) in to_nvdimm_cclass() 599 else if (guid_equal(guid, &guid_null)) in to_nvdimm_cclass()
|
D | namespace_devs.c | 1812 && !guid_equal(&nd_set->type_guid, in has_uuid_at_pos() 2219 if (!guid_equal(&nd_set->type_guid, &nd_label->type_guid)) { in create_namespace_blk()
|
/Linux-v4.19/drivers/staging/unisys/visorinput/ |
D | visorinput.c | 499 if (guid_equal(guid, &visor_mouse_channel_guid)) in visorinput_probe() 501 else if (guid_equal(guid, &visor_keyboard_channel_guid)) in visorinput_probe()
|
/Linux-v4.19/drivers/acpi/apei/ |
D | ghes.c | 481 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in ghes_do_proc() 489 else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in ghes_do_proc() 492 else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in ghes_do_proc()
|
/Linux-v4.19/drivers/acpi/ |
D | acpi_extlog.c | 172 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in extlog_print()
|
D | property.c | 206 if (!guid_equal((guid_t *)guid->buffer.pointer, &ads_guid)) in acpi_enumerate_nondev_subnodes() 315 if (!guid_equal((guid_t *)guid->buffer.pointer, &prp_guid)) in acpi_extract_properties()
|
/Linux-v4.19/drivers/thermal/int340x_thermal/ |
D | int3400_thermal.c | 149 if (guid_equal((guid_t *)objb->buffer.pointer, &guid)) { in int3400_thermal_get_uuids()
|
/Linux-v4.19/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 2420 && !guid_equal(&bmc->guid, &bmc->fetch_guid)) in __bmc_get_device_id() 2735 rv = bmc->dyn_guid_set && guid_equal(&bmc->guid, guid); in __find_bmc_guid()
|
/Linux-v4.19/drivers/acpi/nfit/ |
D | core.c | 627 if (guid_equal(to_nfit_uuid(i), (guid_t *)&spa->range_guid)) in nfit_spa_type()
|