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

/freebsd-12-stable/sys/contrib/dev/acpica/components/events/
H A Devrgnini.c185 ACPI_MEM_SPACE_CONTEXT *LocalRegionContext; local
195 LocalRegionContext = (ACPI_MEM_SPACE_CONTEXT *) *RegionContext;
199 if (LocalRegionContext->MappedLength)
201 AcpiOsUnmapMemory (LocalRegionContext->MappedLogicalAddress,
202 LocalRegionContext->MappedLength);
204 ACPI_FREE (LocalRegionContext);
212 LocalRegionContext = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_MEM_SPACE_CONTEXT));
213 if (!(LocalRegionContext))
220 LocalRegionContext->Length = RegionDesc->Region.Length;
221 LocalRegionContext
[all...]

Completed in 65 milliseconds