Searched refs:Uuid (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/resources/
H A Drsxface.c581 * Uuid - Pointer to the UUID to be matched.
597 ACPI_VENDOR_UUID *Uuid,
606 if (!Uuid || !RetBuffer)
611 Info.Uuid = Uuid;
670 (Vendor->UuidSubtype != Info->Uuid->Subtype) ||
671 (memcmp (Vendor->Uuid, Info->Uuid->Data, ACPI_UUID_LENGTH)))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.h51 } Uuid; member in struct:lldb_private::minidump::CvRecordPdb70
H A DMinidumpParser.cpp77 llvm::sys::swapByteOrder(swapped.Uuid.Data1);
78 llvm::sys::swapByteOrder(swapped.Uuid.Data2);
79 llvm::sys::swapByteOrder(swapped.Uuid.Data3);
85 return UUID::fromOptionalData(&pdb70_uuid->Uuid, sizeof(pdb70_uuid->Uuid));
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-format.c818 UINT8 *Uuid; local
821 Uuid = (UINT8 *) &Nvme->NamespaceUuid;
826 Uuid[7], Uuid[6], Uuid[5], Uuid[4],
827 Uuid[3], Uuid[2], Uuid[1], Uuid[
[all...]
H A Defivar-dp-parse.c1754 UINT8 *Uuid; local
1766 Uuid = (UINT8 *) &Nvme->NamespaceUuid;
1770 Uuid[Index] = (UINT8) StrHexToUintn (SplitStr (&NamespaceUuidStr, '-'));
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h39 enum class BuildIdKind { None, Fast, Md5, Sha1, Hexstring, Uuid };
H A DDriver.cpp747 return {BuildIdKind::Uuid, {}};
H A DWriter.cpp2955 case BuildIdKind::Uuid:
H A DSyntheticSections.cpp280 case BuildIdKind::Uuid:
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacresrc.h294 ACPI_VENDOR_UUID *Uuid; member in struct:acpi_vendor_walk_info
H A Dacrestyp.h370 UINT8 Uuid[ACPI_UUID_LENGTH]; member in struct:acpi_resource_vendor_typed
H A Dacpixf.h1149 ACPI_VENDOR_UUID *Uuid,
/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h739 EFI_GUID Uuid; member in struct:__anon9503
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1873 const auto *Uuid = getAttr<UuidAttr>();
1877 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() &&
1880 Uuid->getGuid() == "00000000-0000-0000-C000-000000000046") ||
1882 Uuid->getGuid() == "00020400-0000-0000-C000-000000000046"))) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp685 if (const auto *Uuid = TD->getMostRecentDecl()->getAttr<UuidAttr>()) {
686 UuidAttrs.insert(Uuid);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10107 MachO::uuid_command Uuid = Obj->getUuidCommand(Command); local
10108 PrintUuidLoadCommand(Uuid);

Completed in 166 milliseconds