<dec f='src/src/sys/external/bsd/acpica/dist/include/acparser.h' l='326' type='ACPI_PARSE_OBJECT * AcpiPsAllocOp(UINT16 Opcode, UINT8 * Aml)'/>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsargs.c' l='97' u='c' c='AcpiDsExecuteArguments'/>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsargs.c' l='144' u='c' c='AcpiDsExecuteArguments'/>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsmethod.c' l='114' u='c' c='AcpiDsAutoSerializeMethod'/>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dswload.c' l='403' u='c' c='AcpiDsLoad1BeginOp'/>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dswload2.c' l='347' u='c' c='AcpiDsLoad2BeginOp'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='319' u='c' c='AcpiPsGetNextNamepath'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='581' u='c' c='AcpiPsGetNextField'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='663' u='c' c='AcpiPsGetNextField'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='713' u='c' c='AcpiPsGetNextField'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='785' u='c' c='AcpiPsGetNextArg'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='838' u='c' c='AcpiPsGetNextArg'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='870' u='c' c='AcpiPsGetNextArg'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psobject.c' l='321' u='c' c='AcpiPsCreateOp'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psparse.c' l='203' u='c' c='AcpiPsCompleteThisOp'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psparse.c' l='223' u='c' c='AcpiPsCompleteThisOp'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psparse.c' l='237' u='c' c='AcpiPsCompleteThisOp'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psparse.c' l='254' u='c' c='AcpiPsCompleteThisOp'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psutils.c' l='72' u='c' c='AcpiPsCreateScopeOp'/>
<def f='src/src/sys/external/bsd/acpica/dist/parser/psutils.c' l='128' ll='183' type='ACPI_PARSE_OBJECT * AcpiPsAllocOp(UINT16 Opcode, UINT8 * Aml)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/parser/psutils.c' l='113'>/*******************************************************************************
 *
 * FUNCTION:    AcpiPsAllocOp
 *
 * PARAMETERS:  Opcode          - Opcode that will be stored in the new Op
 *              Aml             - Address of the opcode
 *
 * RETURN:      Pointer to the new Op, null on failure
 *
 * DESCRIPTION: Allocate an acpi_op, choose op type (and thus size) based on
 *              opcode. A cache of opcodes is available for the pure
 *              GENERIC_OP, since this is by far the most commonly used.
 *
 ******************************************************************************/</doc>
