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 196 ACPI_OPERAND_OBJECT *SourceDesc;
210 SourceDesc = AcpiNsGetAttachedObject (Node);
213 ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Entry=%p SourceDesc=%p [%s]\n",
214 Node, SourceDesc, AcpiUtGetTypeName (EntryType)));
222 SourceDesc = AcpiNsGetAttachedObject (Node);
241 if (!SourceDesc)
256 if (SourceDesc->Common.Type != ACPI_TYPE_PACKAGE)
259 AcpiUtGetObjectTypeName (SourceDesc)));
263 Status = AcpiDsGetPackageArguments (SourceDesc);
268 ObjDesc = SourceDesc;
    [all...]
exstoren.c 184 ACPI_OPERAND_OBJECT *SourceDesc = *SourceDescPtr;
211 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE)
231 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) &&
232 (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) &&
233 (SourceDesc->Common.Type != ACPI_TYPE_STRING) &&
234 !((SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
235 (SourceDesc->Reference.Class== ACPI_REFCLASS_TABLE)))
241 AcpiUtGetObjectTypeName (SourceDesc),
275 * PARAMETERS: SourceDesc - Object to store
300 * Assumes parameters are already validated. NOTE: SourceDesc
    [all...]

Completed in 14 milliseconds