aml_parseref 139 dev/acpi/dsdt.c struct aml_value *aml_parseref(struct aml_scope *, int, struct aml_value *); aml_parseref 169 dev/acpi/dsdt.c { AMLOP_LOCAL0, "Local0", "L", aml_parseref }, aml_parseref 170 dev/acpi/dsdt.c { AMLOP_LOCAL1, "Local1", "L", aml_parseref }, aml_parseref 171 dev/acpi/dsdt.c { AMLOP_LOCAL2, "Local2", "L", aml_parseref }, aml_parseref 172 dev/acpi/dsdt.c { AMLOP_LOCAL3, "Local3", "L", aml_parseref }, aml_parseref 173 dev/acpi/dsdt.c { AMLOP_LOCAL4, "Local4", "L", aml_parseref }, aml_parseref 174 dev/acpi/dsdt.c { AMLOP_LOCAL5, "Local5", "L", aml_parseref }, aml_parseref 175 dev/acpi/dsdt.c { AMLOP_LOCAL6, "Local6", "L", aml_parseref }, aml_parseref 176 dev/acpi/dsdt.c { AMLOP_LOCAL7, "Local7", "L", aml_parseref }, aml_parseref 177 dev/acpi/dsdt.c { AMLOP_ARG0, "Arg0", "A", aml_parseref }, aml_parseref 178 dev/acpi/dsdt.c { AMLOP_ARG1, "Arg1", "A", aml_parseref }, aml_parseref 179 dev/acpi/dsdt.c { AMLOP_ARG2, "Arg2", "A", aml_parseref }, aml_parseref 180 dev/acpi/dsdt.c { AMLOP_ARG3, "Arg3", "A", aml_parseref }, aml_parseref 181 dev/acpi/dsdt.c { AMLOP_ARG4, "Arg4", "A", aml_parseref }, aml_parseref 182 dev/acpi/dsdt.c { AMLOP_ARG5, "Arg5", "A", aml_parseref }, aml_parseref 183 dev/acpi/dsdt.c { AMLOP_ARG6, "Arg6", "A", aml_parseref }, aml_parseref 191 dev/acpi/dsdt.c { AMLOP_RETURN, "Return", "t", aml_parseref }, aml_parseref 269 dev/acpi/dsdt.c { AMLOP_INDEX, "Index", "tir", aml_parseref }, aml_parseref 270 dev/acpi/dsdt.c { AMLOP_DEREFOF, "DerefOf", "t", aml_parseref }, aml_parseref 271 dev/acpi/dsdt.c { AMLOP_REFOF, "RefOf", "t", aml_parseref }, aml_parseref 272 dev/acpi/dsdt.c { AMLOP_CONDREFOF, "CondRef", "nr", aml_parseref }, aml_parseref 277 dev/acpi/dsdt.c { AMLOP_LOAD, "Load", "nt", aml_parseref }, aml_parseref 279 dev/acpi/dsdt.c { AMLOP_STORE, "Store", "tr", aml_parseref }, aml_parseref 286 dev/acpi/dsdt.c { AMLOP_COPYOBJECT, "CopyObject", "tr", aml_parseref },