Searched refs:ByteLength (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Ddtfield.c59 UINT32 ByteLength);
65 UINT32 ByteLength);
71 UINT32 ByteLength);
85 * ByteLength - Byte length of the field
98 UINT32 ByteLength,
108 DtCompileInteger (Buffer, Field, ByteLength, Flags);
113 DtCompileString (Buffer, Field, ByteLength);
118 Status = DtCompileUuid (Buffer, Field, ByteLength);
128 DtCompileBuffer (Buffer, Field->Value, Field, ByteLength);
133 DtCompileUnicode (Buffer, Field, ByteLength);
95 DtCompileOneField( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength, UINT8 Type, UINT8 Flags) argument
163 DtCompileString( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
204 DtCompileUnicode( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
243 DtCompileUuid( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
286 DtCompileInteger( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength, UINT8 Flags) argument
438 DtCompileBuffer( UINT8 *Buffer, char *StringValue, DT_FIELD *Field, UINT32 ByteLength) argument
[all...]
H A Ddtutils.c461 UINT32 ByteLength = 0; local
468 ByteLength++;
479 return (++ByteLength);
503 UINT32 ByteLength = 0; local
526 ByteLength = 0;
545 ByteLength = 1;
553 ByteLength = 2;
558 ByteLength = 3;
566 ByteLength = 4;
571 ByteLength
[all...]
H A Ddtsubtable.c291 UINT32 ByteLength = 0; local
310 ByteLength += DtGetFieldLength (Field, Info);
341 return (ByteLength);
H A Ddtcompiler.h262 UINT32 ByteLength,
270 UINT32 ByteLength,
278 UINT32 ByteLength);
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Ddmtable.c519 * ByteLength - Length of the field in bytes, 0 for flags
534 UINT32 ByteLength,
547 if (ByteLength)
549 AcpiOsPrintf ("[%.4d] %34s : ", ByteLength, Name);
565 if (ByteLength)
568 Offset, Offset, ByteLength, Name);
587 UINT32 ByteLength,
594 if (ByteLength)
597 ByteLength, Name, Value);
607 if (ByteLength)
532 AcpiDmLineHeader( UINT32 Offset, UINT32 ByteLength, char *Name) argument
585 AcpiDmLineHeader2( UINT32 Offset, UINT32 ByteLength, char *Name, UINT32 Value) argument
650 UINT32 ByteLength; local
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsmemory.c168 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
194 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
222 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
242 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
H A Drscalc.c279 if (Resource->Data.Vendor.ByteLength > 7)
289 (TotalSize + Resource->Data.Vendor.ByteLength);
H A Drsxface.c560 if ((Vendor->ByteLength < (ACPI_UUID_LENGTH + 1)) ||
H A Drsdumpinfo.c126 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Vendor.ByteLength), "Length", NULL},
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacdisasm.h390 UINT32 ByteLength,
396 UINT32 ByteLength,
H A Dacrestyp.h251 UINT16 ByteLength; member in struct:acpi_resource_vendor
260 UINT16 ByteLength; member in struct:acpi_resource_vendor_typed

Completed in 87 milliseconds