Searched defs:Dword (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutxface.c573 UINT32 Dword; local
591 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[0]);
592 PldInfo->Revision = ACPI_PLD_GET_REVISION (&Dword);
593 PldInfo->IgnoreColor = ACPI_PLD_GET_IGNORE_COLOR (&Dword);
594 PldInfo->Red = ACPI_PLD_GET_RED (&Dword);
595 PldInfo->Green = ACPI_PLD_GET_GREEN (&Dword);
596 PldInfo->Blue = ACPI_PLD_GET_BLUE (&Dword);
600 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[1]);
601 PldInfo->Width = ACPI_PLD_GET_WIDTH (&Dword);
602 PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword);
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c126 while (Dword())
138 Dword(void) function
155 tprintf("TRACE- Dword()\n");

Completed in 58 milliseconds