<dec f='src/src/sys/external/bsd/acpica/dist/include/acinterp.h' l='237' type='ACPI_STATUS AcpiExAccessRegion(ACPI_OPERAND_OBJECT * ObjDesc, UINT32 FieldDatumByteOffset, UINT64 * Value, UINT32 ReadWrite)'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exfield.c' l='234' u='c' c='AcpiExReadDataFromField'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exfield.c' l='298' u='c' c='AcpiExReadDataFromField'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exfield.c' l='485' u='c' c='AcpiExWriteDataToField'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exfield.c' l='522' u='c' c='AcpiExWriteDataToField'/>
<def f='src/src/sys/external/bsd/acpica/dist/executer/exfldio.c' l='248' ll='328' type='ACPI_STATUS AcpiExAccessRegion(ACPI_OPERAND_OBJECT * ObjDesc, UINT32 FieldDatumByteOffset, UINT64 * Value, UINT32 Function)'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exfldio.c' l='518' u='c' c='AcpiExFieldDatumIo'/>
<doc f='src/src/sys/external/bsd/acpica/dist/executer/exfldio.c' l='230'>/*******************************************************************************
 *
 * FUNCTION:    AcpiExAccessRegion
 *
 * PARAMETERS:  ObjDesc                 - Field to be read
 *              FieldDatumByteOffset    - Byte offset of this datum within the
 *                                        parent field
 *              Value                   - Where to store value (must at least
 *                                        64 bits)
 *              Function                - Read or Write flag plus other region-
 *                                        dependent flags
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Read or Write a single field datum to an Operation Region.
 *
 ******************************************************************************/</doc>
