| /netbsd-src/sys/external/bsd/acpica/dist/resources/ |
| H A D | rsxface.c | 489 ACPI_VENDOR_UUID *Uuid, in ACPI_EXPORT_SYMBOL() 498 if (!Uuid || !RetBuffer) in ACPI_EXPORT_SYMBOL() 503 Info.Uuid = Uuid; in ACPI_EXPORT_SYMBOL() 562 (Vendor->UuidSubtype != Info->Uuid->Subtype) || in ACPI_EXPORT_SYMBOL() 563 (memcmp (Vendor->Uuid, Info->Uuid->Data, ACPI_UUID_LENGTH))) in ACPI_EXPORT_SYMBOL()
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| H A D | aeregion.c | 100 char Uuid[ACPI_PRM_INPUT_BUFFER_SIZE + 1]; in AeRegionHandler() local 361 AcpiUtConvertUuidToString((char *) Buffer + 10, Uuid); in AeRegionHandler() 362 AcpiOsPrintf ("Mode: %u GUID: %s\n", Buffer[0], Uuid); in AeRegionHandler()
|
| H A D | aetests.c | 91 ACPI_VENDOR_UUID Uuid = {0, {ACPI_INIT_UUID (0,0,0,0,0,0,0,0,0,0,0)}}; in AeMiscellaneousTests() local 322 Status = AcpiGetVendorResource (Handle, "_CRS", &Uuid, &ReturnBuf); in AeMiscellaneousTests()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | smbios.c | 63 CopyMem (SystemGuid, &Smbios.Type1->Uuid, sizeof(EFI_GUID)); in LibGetSmbiosSystemGuidAndSerialNumber()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | libsmbios.h | 88 EFI_GUID Uuid; member
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | rpcdcep.d | 104 GUID Uuid; member
|
| H A D | rpcdce.d | 132 UUID*[1] Uuid; 138 UUID Uuid; member
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | acresrc.h | 187 ACPI_VENDOR_UUID *Uuid; member
|
| H A D | acrestyp.h | 268 UINT8 Uuid[ACPI_UUID_LENGTH]; member
|
| H A D | acpixf.h | 1060 ACPI_VENDOR_UUID *Uuid,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 1943 const auto *Uuid = getAttr<UuidAttr>(); in isInterfaceLike() local 1947 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike() 1950 Uuid->getGuid() == "00000000-0000-0000-C000-000000000046") || in isInterfaceLike() 1952 Uuid->getGuid() == "00020400-0000-0000-C000-000000000046"))) { in isInterfaceLike()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 694 if (const auto *Uuid = TD->getMostRecentDecl()->getAttr<UuidAttr>()) { in getUuidAttrOfType() local 695 UuidAttrs.insert(Uuid); in getUuidAttrOfType()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | layout.cc | 3463 typedef RPC_STATUS (RPC_ENTRY *UuidCreateFn)(UUID *Uuid); in create_build_id()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | layout.cc | 3486 typedef RPC_STATUS (RPC_ENTRY *UuidCreateFn)(UUID *Uuid); in create_build_id()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 10128 MachO::uuid_command Uuid = Obj->getUuidCommand(Command); in PrintLoadCommands() local 10129 PrintUuidLoadCommand(Uuid); in PrintLoadCommands()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Attr.td | 2738 def Uuid : InheritableAttr {
|