HomeSort by: relevance | last modified time | path
    Searched defs:SourceDesc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exresnte.c 88 ACPI_OPERAND_OBJECT *SourceDesc;
102 SourceDesc = AcpiNsGetAttachedObject (Node);
105 ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Entry=%p SourceDesc=%p [%s]\n",
106 Node, SourceDesc, AcpiUtGetTypeName (EntryType)));
114 SourceDesc = AcpiNsGetAttachedObject (Node);
133 if (!SourceDesc)
148 if (SourceDesc->Common.Type != ACPI_TYPE_PACKAGE)
151 AcpiUtGetObjectTypeName (SourceDesc)));
155 Status = AcpiDsGetPackageArguments (SourceDesc);
160 ObjDesc = SourceDesc;
    [all...]
exstoren.c 76 ACPI_OPERAND_OBJECT *SourceDesc = *SourceDescPtr;
103 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE)
123 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) &&
124 (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) &&
125 (SourceDesc->Common.Type != ACPI_TYPE_STRING) &&
126 !((SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
127 (SourceDesc->Reference.Class== ACPI_REFCLASS_TABLE)))
133 AcpiUtGetObjectTypeName (SourceDesc),
167 * PARAMETERS: SourceDesc - Object to store
192 * Assumes parameters are already validated. NOTE: SourceDesc
    [all...]

Completed in 18 milliseconds