Lines Matching full:predefined
3 * Module Name: nsrepair - Repair for objects returned by predefined methods
166 * predefined methods to an object type that is expected, as per the ACPI
168 * return incorrect types for the standard predefined methods. Performing these
270 const ACPI_SIMPLE_REPAIR_INFO *Predefined; in AcpiNsSimpleRepair() local
280 Predefined = AcpiNsMatchSimpleRepair (Info->Node, in AcpiNsSimpleRepair()
282 if (Predefined) in AcpiNsSimpleRepair()
290 Status = Predefined->ObjectConverter (Info->Node, ReturnObject, in AcpiNsSimpleRepair()
317 * one of the expected types for this predefined name. Attempt to in AcpiNsSimpleRepair()
319 * types for this predefined name. in AcpiNsSimpleRepair()
324 * this predefined name. Either one return value is expected, or none, in AcpiNsSimpleRepair()
470 /* Search info table for a repairable predefined method/object name */ in AcpiNsMatchSimpleRepair()
537 * predefined names that return a fixed-length package and each element in AcpiNsRepairNullElement()