Home
last modified time | relevance | path

Searched refs:RegionLength (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/external/bsd/acpica/dist/executer/
H A Dexprep.c70 UINT32 RegionLength);
99 UINT32 RegionLength) in AcpiExGenerateAccess() argument
149 RegionLength) in AcpiExGenerateAccess()
/netbsd/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daeregion.c93 UINT32 RegionLength; in AeRegionHandler() local
387 RegionLength = RegionElement->Length; in AeRegionHandler()
487 memcpy (BufferValue, OldBuffer, RegionLength); in AeRegionHandler()
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dactbl1.h304 UINT32 RegionLength; /* Length of the boot error region */ member
/netbsd/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo1.c349 {ACPI_DMT_UINT32, ACPI_BERT_OFFSET (RegionLength), "Boot Error Region Length", 0},
/netbsd/usr.sbin/acpitools/acpidump/
H A Dacpi.c1229 printf("\tLength of Boot Error Region=%d bytes\n", bert->RegionLength); in acpi_handle_bert()