Searched refs:AcpiGbl_IntegerByteWidth (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/intel/io/acpica/executer/ |
H A D | exconvrt.c | 141 AcpiGbl_IntegerByteWidth, &Result); in AcpiExConvertToInteger() 159 if (Count > AcpiGbl_IntegerByteWidth) in AcpiExConvertToInteger() 161 Count = AcpiGbl_IntegerByteWidth; in AcpiExConvertToInteger() 246 ReturnDesc = AcpiUtCreateBufferObject (AcpiGbl_IntegerByteWidth); in AcpiExConvertToBuffer() 255 memcpy (NewBuf, &ObjDesc->Integer.Value, AcpiGbl_IntegerByteWidth); in AcpiExConvertToBuffer() 476 StringLength = ACPI_MUL_2 (AcpiGbl_IntegerByteWidth); in AcpiExConvertToString() 495 ObjDesc->Integer.Value, Base, NewBuf, AcpiGbl_IntegerByteWidth); in AcpiExConvertToString()
|
H A D | exconcat.c | 237 (ACPI_SIZE) ACPI_MUL_2 (AcpiGbl_IntegerByteWidth)); in AcpiExDoConcatenate() 249 AcpiGbl_IntegerByteWidth); in AcpiExDoConcatenate() 253 memcpy (Buffer + AcpiGbl_IntegerByteWidth, in AcpiExDoConcatenate() 254 &LocalOperand1->Integer.Value, AcpiGbl_IntegerByteWidth); in AcpiExDoConcatenate()
|
H A D | exfield.c | 254 if (Length > AcpiGbl_IntegerByteWidth) in AcpiExReadDataFromField() 275 Length = AcpiGbl_IntegerByteWidth; in AcpiExReadDataFromField()
|
H A D | exutils.c | 186 if ((AcpiGbl_IntegerByteWidth == 4) && in AcpiExTruncateFor32bitTable()
|
H A D | exdebug.c | 189 if (AcpiGbl_IntegerByteWidth == 4) in AcpiExDoDebugObject()
|
H A D | exoparg1.c | 781 Value = AcpiGbl_IntegerByteWidth; in AcpiExOpcode_1A_0T_1R()
|
/titanic_41/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utmisc.c | 190 AcpiGbl_IntegerByteWidth = 4; in AcpiUtSetIntegerWidth() 198 AcpiGbl_IntegerByteWidth = 8; in AcpiUtSetIntegerWidth()
|
/titanic_41/usr/src/cmd/acpi/acpidump/ |
H A D | acpidump.h | 80 UINT8 AcpiGbl_IntegerByteWidth = 8; variable
|
/titanic_41/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsconvert.c | 87 ACPI_ANY_BASE, AcpiGbl_IntegerByteWidth, &Value); in AcpiNsConvertToInteger()
|
/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | acglobal.h | 86 ACPI_GLOBAL (UINT8, AcpiGbl_IntegerByteWidth);
|