Lines Matching defs:ObjDesc
312 ACPI_OPERAND_OBJECT *ObjDesc;
470 ObjDesc = AcpiNsGetAttachedObject (Node);
471 if (ObjDesc)
473 AcpiOsPrintf ("\nAttached Object %p:", ObjDesc);
474 if (!AcpiOsReadable (ObjDesc, sizeof (ACPI_OPERAND_OBJECT)))
477 ObjDesc);
482 ((ACPI_NAMESPACE_NODE *) ObjDesc)) == ACPI_DESC_TYPE_NAMED)
485 Status = AcpiGetName ((ACPI_NAMESPACE_NODE *) ObjDesc,
498 AcpiUtDebugDumpBuffer ((void *) ObjDesc,
504 AcpiUtDebugDumpBuffer ((void *) ObjDesc,
508 AcpiExDumpObjectDescriptor (ObjDesc, 1);
530 ACPI_OPERAND_OBJECT *ObjDesc;
551 ObjDesc = WalkState->MethodDesc;
557 (UINT32) ObjDesc->Method.ParamCount,
558 (UINT32) ObjDesc->Method.SyncLevel);
704 ACPI_OPERAND_OBJECT *ObjDesc;
735 ObjDesc = Frame->Results.ObjDesc[Index];
737 AcpiDbDisplayInternalObject (ObjDesc, WalkState);
862 * PARAMETERS: ObjDesc - Object to be displayed
877 ACPI_OPERAND_OBJECT *ObjDesc,
896 AcpiDbDisplayInternalObject (ObjDesc, WalkState);
905 * PARAMETERS: ObjDesc - Object to be displayed
916 ACPI_OPERAND_OBJECT *ObjDesc,
933 AcpiDbDisplayInternalObject (ObjDesc, WalkState);
1156 ACPI_OPERAND_OBJECT *ObjDesc;
1166 ObjDesc = AcpiNsGetAttachedObject (AcpiGbl_RootNode);
1167 if (ObjDesc)
1177 SpaceId, ObjDesc->CommonNotify.Handler);
1198 HandlerObj = ObjDesc->CommonNotify.Handler;
1290 ACPI_OPERAND_OBJECT *ObjDesc;
1295 ObjDesc = AcpiNsGetAttachedObject (Node);
1296 if (!ObjDesc)
1309 HandlerObj = ObjDesc->CommonNotify.Handler;