Searched refs:Revision (Results 1 - 25 of 49) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpi_pci.h53 UINT8 Revision; /* ACPI Specification minor version # */ member in struct:mcfg_table
H A Dactbl.h109 UINT8 Revision; /* ACPI Specification minor version number */ member in struct:acpi_table_header
153 UINT8 Revision; /* Must be (0) for ACPI 1.0 or (2) for ACPI 2.0+ */ member in struct:acpi_table_rsdp
169 UINT8 Revision; member in struct:acpi_rsdp_common
301 UINT8 MinorRevision; /* FADT Minor Revision (ACPI 5.1) */
H A Dactbl1.h318 UINT32 Revision; member in struct:acpi_einj_trigger
755 UINT16 Revision; member in struct:acpi_hest_generic_data
770 UINT16 Revision; member in struct:acpi_hest_generic_data_v300
1143 UINT8 Revision; member in struct:acpi_msct_proximity
H A Dactbl2.h124 * Revision 0x10
304 UINT16 Revision; member in struct:acpi_csrt_group
392 UINT8 Revision; member in struct:acpi_dbg2_device
788 UINT8 Revision; member in struct:acpi_iort_node
939 * Revision 1.26, February 2009.
1194 * Conforms to "PCI Firmware Specification", Revision 3.0, June 20, 2005
1225 * Interface Specification", Revision 1.0.0a, October 13, 2009
1361 * Second Generation v2.0", Document Revision 1.0, February 12, 2004 with
H A Dacbuffer.h112 * Revision 1: Buffer is 16 bytes (128 bits)
113 * Revision 2: Buffer is 20 bytes (160 bits)
120 UINT8 Revision; member in struct:acpi_pld_info
159 #define ACPI_PLD_REV1_BUFFER_SIZE 16 /* For Revision 1 of the buffer (From ACPI spec) */
160 #define ACPI_PLD_REV2_BUFFER_SIZE 20 /* For Revision 2 of the buffer (From ACPI spec) */
161 #define ACPI_PLD_BUFFER_SIZE 20 /* For Revision 2 of the buffer (From ACPI spec) */
246 /* Fifth 32-bit dword, bits 128:159 (Revision 2 of _PLD only) */
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dtbprint.c166 (ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Revision > 0) ?
168 ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Revision,
181 LocalHeader.Length, LocalHeader.Revision, LocalHeader.OemId,
H A Dtbxfroot.c79 if (Rsdp->Revision >= 2)
129 if ((Rsdp->Revision >= 2) &&
/illumos-gate/usr/src/uts/intel/io/acpica/tables/
H A Dtbprint.c166 (ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Revision > 0) ?
168 ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Revision,
181 LocalHeader.Length, LocalHeader.Revision, LocalHeader.OemId,
H A Dtbxfroot.c79 if (Rsdp->Revision >= 2)
129 if ((Rsdp->Revision >= 2) &&
H A Dtbutils.c308 if ((Rsdp->Revision > 1) &&
H A Dtbinstal.c165 AcpiUtSetIntegerWidth (NewTableDesc->Pointer->Revision);
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defi_nii.h20 Revision history:
42 UINT64 Revision; member in struct:__anon131
43 // Revision of the network interface identifier protocol interface.
H A Defifpswa.h35 UINT32 Revision; member in struct:_FPSWA_INTERFACE
H A Defiser.h24 Revision History
128 UINT32 Revision; member in struct:_SERIAL_IO_INTERFACE
H A Defiprot.h26 Revision History
101 UINT64 Revision; member in struct:_EFI_BLOCK_IO
147 UINT64 Revision; member in struct:_EFI_DISK_IO
173 UINT64 Revision; member in struct:_EFI_FILE_IO_INTERFACE
275 UINT64 Revision; member in struct:_EFI_FILE_HANDLE
H A Defipxebc.h26 Revision History
407 UINT64 Revision; member in struct:_EFI_PXE_BASE_CODE
431 // Revision Number
468 UINT64 Revision; member in struct:_EFI_PXE_BASE_CODE_CALLBACK
H A Definet.h22 Revision History
330 UINT64 Revision; member in struct:_EFI_SIMPLE_NETWORK
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutmisc.c168 * PARAMETERS: Revision From DSDT header
173 * of the DSDT. For Revision 1 and 0, Integers are 32 bits.
174 * For Revision 2 and above, Integers are 64 bits. Yes, this
181 UINT8 Revision)
184 if (Revision < 2)
180 AcpiUtSetIntegerWidth( UINT8 Revision) argument
H A Dutxface.c592 PldInfo->Revision = ACPI_PLD_GET_REVISION (&Dword);
632 /* Fifth 32-bit DWord (Revision 2 of _PLD) */
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosacpi.c65 revision = rsdp->Revision;
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm64/
H A Dexec.c90 revision = rsdp->Revision;
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c111 revision = rsdp->Revision;
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h146 UINT32 Revision; member in struct:_EFI_TABLE_HEARDER
300 UINT64 Revision; member in struct:_EFI_FILE_IO_INTERFACE
390 UINT64 Revision; member in struct:_EFI_FILE_HANDLE
449 UINT32 Revision; member in struct:__anon362
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Dacpixtract.c435 printf ("\nSignature Length Revision OemId OemTableId"
502 TableHeader->Revision, TableHeader->OemId,
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h407 (nodeinfo)->Revision = \
430 (nodeinfo)->Revision = ((uint32_t *)nodeinfo)[8]; \

Completed in 133 milliseconds

12