Home | History | Annotate | Download | only in namespace

Lines Matching defs:ObjDesc

455         if (Info->ObjDesc->Method.ParamCount > Info->ParamCount)
460 Info->ObjDesc->Method.ParamCount));
466 else if (Info->ObjDesc->Method.ParamCount < Info->ParamCount)
471 Info->ObjDesc->Method.ParamCount));
475 Info->ParamCount = Info->ObjDesc->Method.ParamCount;
662 ACPI_OPERAND_OBJECT *ObjDesc = NULL;
684 ObjDesc = *(Info->ReturnObject->Reference.Where);
692 ObjDesc = Node->Object;
703 if (ObjDesc)
705 AcpiUtAddReference (ObjDesc);
707 Info->ReturnObject = ObjDesc;