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

  /src/sys/external/bsd/acpica/dist/executer/
exdebug.c 166 * PARAMETERS: SourceDesc - Object to be output to "Debug Object"
186 ACPI_OPERAND_OBJECT *SourceDesc,
196 ACPI_FUNCTION_TRACE_PTR (ExDoDebugObject, SourceDesc);
209 if (SourceDesc &&
210 (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc) == ACPI_DESC_TYPE_OPERAND) &&
211 (SourceDesc->Common.Type == ACPI_TYPE_STRING))
213 if ((SourceDesc->String.Length == 1) &&
214 (*SourceDesc->String.Pointer == '\n'))
254 if (!SourceDesc)
260 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc) == ACPI_DESC_TYPE_OPERAND
    [all...]
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...]
exstore.c 173 ACPI_OPERAND_OBJECT *SourceDesc,
182 * PARAMETERS: *SourceDesc - Value to be stored
190 * DESCRIPTION: Store the value described by SourceDesc into the location
200 ACPI_OPERAND_OBJECT *SourceDesc,
213 if (!SourceDesc || !DestDesc)
227 Status = AcpiExStoreObjectToNode (SourceDesc,
278 Status = AcpiExStoreObjectToNode (SourceDesc,
287 Status = AcpiExStoreObjectToIndex (SourceDesc, RefDesc, WalkState);
296 RefDesc->Reference.Value, SourceDesc, WalkState);
306 SourceDesc, AcpiUtGetObjectTypeName (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...]
exstorob.c 165 * PARAMETERS: SourceDesc - Source object to copy
176 ACPI_OPERAND_OBJECT *SourceDesc,
183 ACPI_FUNCTION_TRACE_PTR (ExStoreBufferToBuffer, SourceDesc);
188 if (SourceDesc == TargetDesc)
193 /* We know that SourceDesc is a buffer by now */
195 Buffer = ACPI_CAST_PTR (UINT8, SourceDesc->Buffer.Pointer);
196 Length = SourceDesc->Buffer.Length;
260 TargetDesc->Buffer.Flags = SourceDesc->Buffer.Flags;
270 * PARAMETERS: SourceDesc - Source object to copy
281 ACPI_OPERAND_OBJECT *SourceDesc,
    [all...]
exserial.c 216 * PARAMETERS: SourceDesc - Contains data to write. Expect to be
230 ACPI_OPERAND_OBJECT *SourceDesc,
249 if (SourceDesc->Common.Type != ACPI_TYPE_INTEGER)
256 AcpiUtGetTypeName (SourceDesc->Common.Type),
257 SourceDesc->Common.Type, (UINT32) SourceDesc->Integer.Value,
260 Buffer = &SourceDesc->Integer.Value;
399 * PARAMETERS: SourceDesc - Contains data to write
412 ACPI_OPERAND_OBJECT *SourceDesc,
445 if (SourceDesc->Common.Type != ACPI_TYPE_BUFFER
    [all...]
exfield.c 414 * PARAMETERS: SourceDesc - Contains data to write
426 ACPI_OPERAND_OBJECT *SourceDesc,
441 if (!SourceDesc || !ObjDesc)
466 Status = AcpiExWriteGpio (SourceDesc, ObjDesc, ResultDesc);
478 Status = AcpiExWriteSerialBus (SourceDesc, ObjDesc, ResultDesc);
495 SourceDesc->Buffer.Pointer, DataLength);
515 switch (SourceDesc->Common.Type)
519 Buffer = &SourceDesc->Integer.Value;
520 BufferLength = sizeof (SourceDesc->Integer.Value);
525 Buffer = SourceDesc->Buffer.Pointer
    [all...]
exconvrt.c 793 * SourceDesc - Source object to be converted.
806 ACPI_OPERAND_OBJECT *SourceDesc,
818 *ResultDesc = SourceDesc;
842 if (DestinationType != SourceDesc->Common.Type)
846 AcpiUtGetObjectTypeName (SourceDesc),
866 Status = AcpiExConvertToInteger (SourceDesc, ResultDesc,
875 Status = AcpiExConvertToString (SourceDesc, ResultDesc,
884 Status = AcpiExConvertToBuffer (SourceDesc, ResultDesc);
  /src/sys/external/bsd/acpica/dist/utilities/
utcopy.c 194 ACPI_OPERAND_OBJECT *SourceDesc,
810 * PARAMETERS: SourceDesc - The internal object to be copied
822 ACPI_OPERAND_OBJECT *SourceDesc,
841 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc) == ACPI_DESC_TYPE_NAMED)
847 ACPI_CAST_PTR (char, SourceDesc), CopySize);
868 if ((SourceDesc->Buffer.Pointer) &&
869 (SourceDesc->Buffer.Length))
872 ACPI_ALLOCATE (SourceDesc->Buffer.Length);
881 SourceDesc->Buffer.Pointer, SourceDesc->Buffer.Length)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acinterp.h 240 ACPI_OPERAND_OBJECT *SourceDesc,
250 ACPI_OPERAND_OBJECT *SourceDesc,
333 ACPI_OPERAND_OBJECT *SourceDesc,
516 ACPI_OPERAND_OBJECT *SourceDesc,
527 ACPI_OPERAND_OBJECT *SourceDesc,
716 ACPI_OPERAND_OBJECT *SourceDesc,
733 ACPI_OPERAND_OBJECT *SourceDesc,
744 ACPI_OPERAND_OBJECT *SourceDesc,
749 ACPI_OPERAND_OBJECT *SourceDesc,
758 ACPI_OPERAND_OBJECT *SourceDesc,
    [all...]
acutils.h 535 ACPI_OPERAND_OBJECT *SourceDesc,
  /src/sys/external/bsd/acpica/dist/compiler/
aslstubs.c 309 ACPI_OPERAND_OBJECT *SourceDesc,
342 ACPI_OPERAND_OBJECT *SourceDesc,

Completed in 21 milliseconds