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

/freebsd-9.3-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,
107 DtCompileInteger (Buffer, Field, ByteLength, Flags);
111 DtCompileString (Buffer, Field, ByteLength);
115 Status = DtCompileUuid (Buffer, Field, ByteLength);
124 DtCompileBuffer (Buffer, Field->Value, Field, ByteLength);
128 DtCompileUnicode (Buffer, Field, ByteLength);
95 DtCompileOneField( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength, UINT8 Type, UINT8 Flags) argument
156 DtCompileString( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
197 DtCompileUnicode( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
236 DtCompileUuid( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
279 DtCompileInteger( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength, UINT8 Flags) argument
429 DtCompileBuffer( UINT8 *Buffer, char *StringValue, DT_FIELD *Field, UINT32 ByteLength) argument
[all...]
H A Ddtutils.c454 UINT32 ByteLength = 0; local
461 ByteLength++;
472 return (++ByteLength);
496 UINT32 ByteLength = 0; local
515 ByteLength = 0;
532 ByteLength = 1;
539 ByteLength = 2;
543 ByteLength = 3;
550 ByteLength = 4;
554 ByteLength
[all...]
H A Ddtsubtable.c290 UINT32 ByteLength = 0; local
304 ByteLength += DtGetFieldLength (Field, Info);
332 return (ByteLength);
H A Ddtcompiler.h249 UINT32 ByteLength,
257 UINT32 ByteLength,
265 UINT32 ByteLength);
/freebsd-9.3-release/sys/contrib/dev/acpica/common/
H A Ddmtable.c473 * ByteLength - Length of the field in bytes, 0 for flags
488 UINT32 ByteLength,
501 if (ByteLength)
503 AcpiOsPrintf ("[%.4d] %34s : ", ByteLength, Name);
519 if (ByteLength)
522 Offset, Offset, ByteLength, Name);
541 UINT32 ByteLength,
548 if (ByteLength)
551 ByteLength, Name, Value);
561 if (ByteLength)
486 AcpiDmLineHeader( UINT32 Offset, UINT32 ByteLength, char *Name) argument
539 AcpiDmLineHeader2( UINT32 Offset, UINT32 ByteLength, char *Name, UINT32 Value) argument
604 UINT32 ByteLength; local
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/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.c272 if (Resource->Data.Vendor.ByteLength > 7)
282 (TotalSize + Resource->Data.Vendor.ByteLength);
H A Drsxface.c513 if ((Vendor->ByteLength < (ACPI_UUID_LENGTH + 1)) ||
H A Drsdump.c185 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Vendor.ByteLength), "Length", NULL},
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacrestyp.h214 UINT16 ByteLength; member in struct:acpi_resource_vendor
223 UINT16 ByteLength; member in struct:acpi_resource_vendor_typed
H A Dacdisasm.h318 UINT32 ByteLength,
324 UINT32 ByteLength,

Completed in 78 milliseconds