Searched refs:Dword (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | utxface.c | 681 UINT32 Dword; in ACPI_EXPORT_SYMBOL() local 699 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[0]); in ACPI_EXPORT_SYMBOL() 700 PldInfo->Revision = ACPI_PLD_GET_REVISION (&Dword); in ACPI_EXPORT_SYMBOL() 701 PldInfo->IgnoreColor = ACPI_PLD_GET_IGNORE_COLOR (&Dword); in ACPI_EXPORT_SYMBOL() 702 PldInfo->Red = ACPI_PLD_GET_RED (&Dword); in ACPI_EXPORT_SYMBOL() 703 PldInfo->Green = ACPI_PLD_GET_GREEN (&Dword); in ACPI_EXPORT_SYMBOL() 704 PldInfo->Blue = ACPI_PLD_GET_BLUE (&Dword); in ACPI_EXPORT_SYMBOL() 708 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[1]); in ACPI_EXPORT_SYMBOL() 709 PldInfo->Width = ACPI_PLD_GET_WIDTH (&Dword); in ACPI_EXPORT_SYMBOL() 710 PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword); in ACPI_EXPORT_SYMBOL() [all …]
|
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | aslpld.c | 728 UINT32 Dword; in OpcEncodePldBuffer() local 739 Dword = 0; in OpcEncodePldBuffer() 740 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision); in OpcEncodePldBuffer() 741 ACPI_PLD_SET_IGNORE_COLOR (&Dword, PldInfo->IgnoreColor); in OpcEncodePldBuffer() 742 ACPI_PLD_SET_RED (&Dword, PldInfo->Red); in OpcEncodePldBuffer() 743 ACPI_PLD_SET_GREEN (&Dword, PldInfo->Green); in OpcEncodePldBuffer() 744 ACPI_PLD_SET_BLUE (&Dword, PldInfo->Blue); in OpcEncodePldBuffer() 745 ACPI_MOVE_32_TO_32 (&Buffer[0], &Dword); in OpcEncodePldBuffer() 749 Dword = 0; in OpcEncodePldBuffer() 750 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width); in OpcEncodePldBuffer() [all …]
|
/illumos-gate/usr/src/boot/efi/include/Uefi/ |
H A D | UefiPxe.h | 1205 UINT32 Dword[64]; member 1231 PXE_UINT32 Dword[64]; member 1502 PXE_UINT32 Dword; member 1525 PXE_UINT32 Dword[MAX_EEPROM_LEN]; member 1546 PXE_UINT32 Dword[MAX_EEPROM_LEN]; member
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.dol.c | 135 while (Dword()) in Dfix2() 147 Dword(void) in Dword() function
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 7450 Dword, 16412 than a Word or Dword.
|