<dec f='src/src/sys/external/bsd/acpica/dist/include/actables.h' l='130' type='ACPI_STATUS AcpiTbFindTable(char * Signature, char * OemId, char * OemTableId, UINT32 * TableIndex)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/include/actables.h' l='126'>/*
 * tbfind - find ACPI table
 */</doc>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsopcode.c' l='556' u='c' c='AcpiDsEvalTableRegionOperands'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exconfig.c' l='148' u='c' c='AcpiExLoadTableOp'/>
<def f='src/src/sys/external/bsd/acpica/dist/tables/tbfind.c' l='69' ll='160' type='ACPI_STATUS AcpiTbFindTable(char * Signature, char * OemId, char * OemTableId, UINT32 * TableIndex)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/tables/tbfind.c' l='52'>/*******************************************************************************
 *
 * FUNCTION:    AcpiTbFindTable
 *
 * PARAMETERS:  Signature           - String with ACPI table signature
 *              OemId               - String with the table OEM ID
 *              OemTableId          - String with the OEM Table ID
 *              TableIndex          - Where the table index is returned
 *
 * RETURN:      Status and table index
 *
 * DESCRIPTION: Find an ACPI table (in the RSDT/XSDT) that matches the
 *              Signature, OEM ID and OEM Table ID. Returns an index that can
 *              be used to get the table header or entire table.
 *
 ******************************************************************************/</doc>
