HomeSort by: relevance | last modified time | path
    Searched refs:Type1 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
smbios.c 63 CopyMem (SystemGuid, &Smbios.Type1->Uuid, sizeof(EFI_GUID));
64 *SystemSerialNumber = LibGetSmbiosString(&Smbios, Smbios.Type1->SerialNumber);
  /src/sys/external/bsd/gnu-efi/dist/inc/
libsmbios.h 137 SMBIOS_TYPE1 *Type1;
  /src/sys/external/bsd/acpica/dist/compiler/
aslload.c 918 * PARAMETERS: Type1
923 * DESCRIPTION: Match Type1 and Type2 with the assumption that one might be
934 ACPI_OBJECT_TYPE Type1,
937 BOOLEAN Type1IsLocal = Type1 > ACPI_TYPE_EXTERNAL_MAX;
952 LocalType = Type1;
958 ExternalType = Type1;
962 return (Type1 == Type2);
aslprepkg.c 59 UINT8 Type1,
490 * Type1 - Object type for first group
509 UINT8 Type1,
528 ApCheckObjectType (PredefinedName, Op, Type1, i);
  /src/sys/external/bsd/acpica/dist/namespace/
nsprepkg.c 67 UINT8 Type1,
732 * Type1 - Object type for first group
749 UINT8 Type1,
770 Type1, i + StartIndex);

Completed in 34 milliseconds