Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 296 of file nsrepair2.c.
Referenced by AcpiNsComplexRepairs().
{ const ACPI_REPAIR_INFO *ThisName; /* Search info table for a repairable predefined method/object name */ ThisName = AcpiNsRepairableNames; while (ThisName->RepairFunction) { if (ACPI_COMPARE_NAME (Node->Name.Ascii, ThisName->Name)) { return (ThisName); } ThisName++; } return (NULL); /* Not found */ }