Searched refs:uuid_le_cmp (Results 1 - 16 of 16) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | uuid.h | 26 static inline int uuid_le_cmp(const uuid_le u1, const uuid_le u2) uuid_le_cmp() function
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
H A D | uisutils.c | 130 if (uuid_le_cmp(entry->switch_uuid, switch_uuid) == 0) { req_handler_find()
|
H A D | uislib.c | 413 if (uuid_le_cmp(dev->channel_uuid, create_device() 430 } else if (uuid_le_cmp(dev->channel_uuid, create_device() 526 if (uuid_le_cmp(dev->channel_uuid, pause_device() 530 } else if (uuid_le_cmp(dev->channel_uuid, pause_device() 584 if (uuid_le_cmp(dev->channel_uuid, resume_device() 588 } else if (uuid_le_cmp(dev->channel_uuid, resume_device() 641 if (uuid_le_cmp(dev->channel_uuid, destroy_device() 645 } else if (uuid_le_cmp(dev->channel_uuid, destroy_device()
|
/linux-4.1.27/drivers/firmware/efi/ |
H A D | cper.c | 405 if (!uuid_le_cmp(*sec_type, CPER_SEC_PROC_GENERIC)) { cper_estatus_print_section() 412 } else if (!uuid_le_cmp(*sec_type, CPER_SEC_PLATFORM_MEM)) { cper_estatus_print_section() 421 } else if (!uuid_le_cmp(*sec_type, CPER_SEC_PCIE)) { cper_estatus_print_section()
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
H A D | mce-apei.c | 136 uuid_le_cmp(rcd.hdr.creator_id, CPER_CREATOR_MCE)) apei_read_mce()
|
/linux-4.1.27/drivers/staging/unisys/include/ |
H A D | uisutils.h | 185 if (uuid_le_cmp(tmpguid, NULL_UUID_LE) != 0) wait_for_valid_guid()
|
/linux-4.1.27/drivers/acpi/ |
H A D | acpi_extlog.c | 172 if (!uuid_le_cmp(*sec_type, CPER_SEC_PLATFORM_MEM)) { extlog_print()
|
/linux-4.1.27/drivers/acpi/apei/ |
H A D | erst.c | 1030 if (uuid_le_cmp(rcd->hdr.creator_id, CPER_CREATOR_PSTORE) != 0) erst_reader() 1041 if (uuid_le_cmp(rcd->sec_hdr.section_type, erst_reader() 1045 } else if (uuid_le_cmp(rcd->sec_hdr.section_type, erst_reader() 1048 else if (uuid_le_cmp(rcd->sec_hdr.section_type, erst_reader()
|
H A D | ghes.c | 432 if (!uuid_le_cmp(*(uuid_le *)gdata->section_type, apei_estatus_for_each_section() 442 else if (!uuid_le_cmp(*(uuid_le *)gdata->section_type, apei_estatus_for_each_section()
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
H A D | channel.h | 299 if (uuid_le_cmp(expected_uuid, NULL_UUID_LE) != 0) { spar_check_channel_client() 306 if (uuid_le_cmp(guid, expected_uuid) != 0) { spar_check_channel_client()
|
/linux-4.1.27/drivers/hv/ |
H A D | channel_mgmt.c | 238 if (!uuid_le_cmp(channel->offermsg.offer.if_type, vmbus_process_offer() 240 !uuid_le_cmp(channel->offermsg.offer.if_instance, vmbus_process_offer()
|
/linux-4.1.27/drivers/misc/mei/ |
H A D | bus.c | 149 if (!uuid_le_cmp(uuid, cl->cl_uuid)) mei_cl_bus_find_cl_by_uuid()
|
H A D | client.c | 137 if (uuid_le_cmp(*uuid, *pn) == 0) __mei_me_cl_by_uuid() 217 if (uuid_le_cmp(*uuid, *pn) == 0 && __mei_me_cl_by_uuid_id()
|
H A D | main.c | 417 if (uuid_le_cmp(data->in_client_uuid, mei_amthif_guid) == 0) { mei_ioctl_connect_client()
|
/linux-4.1.27/drivers/staging/unisys/visorchannel/ |
H A D | visorchannel_funcs.c | 91 if (uuid_le_cmp(guid, NULL_UUID_LE) == 0) visorchannel_create_guts()
|
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
H A D | visorchipset_main.c | 86 (((uuid_le_cmp(channel_type_guid,\ 88 (uuid_le_cmp(channel_type_guid,\ 93 (uuid_le_cmp(channel_type_guid,\
|
Completed in 1064 milliseconds