Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Duuid.h26 static inline int uuid_le_cmp(const uuid_le u1, const uuid_le u2) in uuid_le_cmp() function
/linux-4.1.27/drivers/staging/unisys/uislib/
Duislib.c413 if (uuid_le_cmp(dev->channel_uuid, in create_device()
430 } else if (uuid_le_cmp(dev->channel_uuid, in create_device()
526 if (uuid_le_cmp(dev->channel_uuid, in pause_device()
530 } else if (uuid_le_cmp(dev->channel_uuid, in pause_device()
584 if (uuid_le_cmp(dev->channel_uuid, in resume_device()
588 } else if (uuid_le_cmp(dev->channel_uuid, in resume_device()
641 if (uuid_le_cmp(dev->channel_uuid, in destroy_device()
645 } else if (uuid_le_cmp(dev->channel_uuid, in destroy_device()
Duisutils.c130 if (uuid_le_cmp(entry->switch_uuid, switch_uuid) == 0) { in req_handler_find()
/linux-4.1.27/drivers/firmware/efi/
Dcper.c405 if (!uuid_le_cmp(*sec_type, CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section()
412 } else if (!uuid_le_cmp(*sec_type, CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section()
421 } else if (!uuid_le_cmp(*sec_type, CPER_SEC_PCIE)) { in cper_estatus_print_section()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c136 uuid_le_cmp(rcd.hdr.creator_id, CPER_CREATOR_MCE)) in apei_read_mce()
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dchannel.h299 if (uuid_le_cmp(expected_uuid, NULL_UUID_LE) != 0) { in spar_check_channel_client()
306 if (uuid_le_cmp(guid, expected_uuid) != 0) { in spar_check_channel_client()
/linux-4.1.27/drivers/acpi/apei/
Derst.c1030 if (uuid_le_cmp(rcd->hdr.creator_id, CPER_CREATOR_PSTORE) != 0) in erst_reader()
1041 if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1045 } else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1048 else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
Dghes.c432 if (!uuid_le_cmp(*(uuid_le *)gdata->section_type, in ghes_do_proc()
442 else if (!uuid_le_cmp(*(uuid_le *)gdata->section_type, in ghes_do_proc()
/linux-4.1.27/drivers/hv/
Dchannel_mgmt.c238 if (!uuid_le_cmp(channel->offermsg.offer.if_type, in vmbus_process_offer()
240 !uuid_le_cmp(channel->offermsg.offer.if_instance, in vmbus_process_offer()
/linux-4.1.27/drivers/staging/unisys/include/
Duisutils.h185 if (uuid_le_cmp(tmpguid, NULL_UUID_LE) != 0) in wait_for_valid_guid()
/linux-4.1.27/drivers/acpi/
Dacpi_extlog.c172 if (!uuid_le_cmp(*sec_type, CPER_SEC_PLATFORM_MEM)) { in extlog_print()
/linux-4.1.27/drivers/misc/mei/
Dclient.c137 if (uuid_le_cmp(*uuid, *pn) == 0) in __mei_me_cl_by_uuid()
217 if (uuid_le_cmp(*uuid, *pn) == 0 && in __mei_me_cl_by_uuid_id()
Dbus.c149 if (!uuid_le_cmp(uuid, cl->cl_uuid)) in mei_cl_bus_find_cl_by_uuid()
Dmain.c417 if (uuid_le_cmp(data->in_client_uuid, mei_amthif_guid) == 0) { in mei_ioctl_connect_client()
/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dvisorchipset_main.c86 (((uuid_le_cmp(channel_type_guid,\
88 (uuid_le_cmp(channel_type_guid,\
93 (uuid_le_cmp(channel_type_guid,\
/linux-4.1.27/drivers/staging/unisys/visorchannel/
Dvisorchannel_funcs.c91 if (uuid_le_cmp(guid, NULL_UUID_LE) == 0) in visorchannel_create_guts()