Home | History | Annotate | Download | only in utilities

Lines Matching refs:Reference

187     ACPI_NS_NORMAL,                     /* 20 Reference        */
343 /* 20 */ "Reference",
512 * PARAMETERS: Object - An ACPI reference object
514 * RETURN: Decoded name of the type of reference
516 * DESCRIPTION: Decode a reference object sub-type to a string.
520 /* Printable names of reference object sub-types */
550 return ("Not a Reference object");
553 if (Object->Reference.Class > ACPI_REFCLASS_MAX)
555 return ("Unknown Reference class");
558 return (AcpiGbl_RefClassNames[Object->Reference.Class]);