Home
last modified time | relevance | path

Searched refs:ObjDesc (Results 1 – 25 of 66) sorted by relevance

123

/illumos-gate/usr/src/common/acpica/executer/
H A Dexmutex.c194 if (ObjDesc->Mutex.Next) in AcpiExUnlinkMutex()
196 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev; in AcpiExUnlinkMutex()
199 if (ObjDesc->Mutex.Prev) in AcpiExUnlinkMutex()
201 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc->Mutex.Next; in AcpiExUnlinkMutex()
244 ObjDesc->Mutex.Prev = NULL; in AcpiExLinkMutex()
295 if (!ObjDesc) in AcpiExAcquireMutexObject()
367 if (!ObjDesc) in AcpiExAcquireMutex()
497 ObjDesc->Mutex.ThreadId = 0; in AcpiExReleaseMutexObject()
528 if (!ObjDesc) in AcpiExReleaseMutex()
658 ObjDesc = Next; in AcpiExReleaseAllMutexes()
[all …]
H A Dexfldio.c167 ACPI_OPERAND_OBJECT *ObjDesc,
174 ACPI_OPERAND_OBJECT *ObjDesc,
179 ACPI_OPERAND_OBJECT *ObjDesc,
201 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExSetupRegion() argument
358 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExAccessRegion() argument
458 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExRegisterOverflow() argument
511 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExFieldDatumIo() argument
548 switch (ObjDesc->Common.Type) in AcpiExFieldDatumIo()
682 ObjDesc->Common.Type)); in AcpiExFieldDatumIo()
726 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExWriteWithUpdateRule() argument
[all …]
H A Dexfield.c249 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExReadDataFromField() argument
265 if (!ObjDesc) in AcpiExReadDataFromField()
360 ObjDesc->Field.BitLength); in AcpiExReadDataFromField()
398 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExReadDataFromField()
423 ObjDesc, ObjDesc->Common.Type, Buffer, (UINT32) Length)); in AcpiExReadDataFromField()
426 ObjDesc->CommonField.BitLength, in AcpiExReadDataFromField()
471 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExWriteDataToField() argument
487 if (!SourceDesc || !ObjDesc) in AcpiExWriteDataToField()
620 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExWriteDataToField()
670 ObjDesc, AcpiUtGetTypeName (ObjDesc->Common.Type), in AcpiExWriteDataToField()
[all …]
H A Dexprep.c167 ACPI_OPERAND_OBJECT *ObjDesc,
352 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExDecodeFieldAccess() argument
456 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExPrepCommonFieldObject() argument
549 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiExPrepFieldValue() local
582 if (!ObjDesc) in AcpiExPrepFieldValue()
669 ObjDesc->BankField.RegionObj = in AcpiExPrepFieldValue()
671 ObjDesc->BankField.BankObj = in AcpiExPrepFieldValue()
704 ObjDesc->IndexField.IndexObj = in AcpiExPrepFieldValue()
706 ObjDesc->IndexField.DataObj = in AcpiExPrepFieldValue()
709 if (!ObjDesc->IndexField.DataObj || !ObjDesc->IndexField.IndexObj) in AcpiExPrepFieldValue()
[all …]
H A Dexresop.c380 ObjDesc->Reference.Class, ObjDesc)); in AcpiExResolveOperands()
392 ObjDesc, AcpiUtGetDescriptorName (ObjDesc))); in AcpiExResolveOperands()
552 AcpiUtGetObjectTypeName (ObjDesc), ObjDesc)); in AcpiExResolveOperands()
579 AcpiUtGetObjectTypeName (ObjDesc), ObjDesc)); in AcpiExResolveOperands()
607 AcpiUtGetObjectTypeName (ObjDesc), ObjDesc)); in AcpiExResolveOperands()
637 AcpiUtGetObjectTypeName (ObjDesc), ObjDesc)); in AcpiExResolveOperands()
674 AcpiUtGetObjectTypeName (ObjDesc), ObjDesc)); in AcpiExResolveOperands()
702 AcpiUtGetObjectTypeName (ObjDesc), ObjDesc)); in AcpiExResolveOperands()
725 AcpiUtGetObjectTypeName (ObjDesc), ObjDesc)); in AcpiExResolveOperands()
749 AcpiUtGetObjectTypeName (ObjDesc), ObjDesc)); in AcpiExResolveOperands()
[all …]
H A Dexcreate.c268 if (!ObjDesc) in AcpiExCreateEvent()
329 if (!ObjDesc) in AcpiExCreateMutex()
349 ObjDesc->Mutex.Node, ObjDesc, ACPI_TYPE_MUTEX); in AcpiExCreateMutex()
427 if (!ObjDesc) in AcpiExCreateRegion()
453 ObjDesc->Region.Address = 0; in AcpiExCreateRegion()
454 ObjDesc->Region.Length = 0; in AcpiExCreateRegion()
455 ObjDesc->Region.Node = Node; in AcpiExCreateRegion()
457 ObjDesc->Common.Flags &= in AcpiExCreateRegion()
504 if (!ObjDesc) in AcpiExCreateProcessor()
556 if (!ObjDesc) in AcpiExCreatePowerResource()
[all …]
H A Dexdump.c570 ObjDesc->Buffer.Pointer, ObjDesc->Buffer.Length); in AcpiExDumpObject()
760 if (!ObjDesc) in AcpiExDumpOperand()
779 ObjDesc, AcpiUtGetDescriptorName (ObjDesc))); in AcpiExDumpOperand()
794 ObjDesc, ObjDesc->Common.ReferenceCount)); in AcpiExDumpOperand()
854 ObjDesc->Buffer.Length, ObjDesc->Buffer.Pointer); in AcpiExDumpOperand()
881 ObjDesc->Package.Count, ObjDesc->Package.Elements); in AcpiExDumpOperand()
1248 if (!ObjDesc) in AcpiExDumpPackageObj()
1333 if (!ObjDesc) in AcpiExDumpObjectDescriptor()
1352 ObjDesc = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Object; in AcpiExDumpObjectDescriptor()
1372 ObjDesc, AcpiUtGetDescriptorName (ObjDesc)); in AcpiExDumpObjectDescriptor()
[all …]
H A Dexresolv.c304 *StackPtr = ObjDesc; in AcpiExResolveObjectToValue()
329 if (ObjDesc) in AcpiExResolveObjectToValue()
508 if (!ObjDesc) in AcpiExResolveMultiple()
567 if (!ObjDesc) in AcpiExResolveMultiple()
577 if (ObjDesc == Operand) in AcpiExResolveMultiple()
600 ObjDesc = *(ObjDesc->Reference.Where); in AcpiExResolveMultiple()
601 if (!ObjDesc) in AcpiExResolveMultiple()
621 ObjDesc->Reference.Value, WalkState, &ObjDesc); in AcpiExResolveMultiple()
638 if (!ObjDesc) in AcpiExResolveMultiple()
666 Type = ObjDesc->Common.Type; in AcpiExResolveMultiple()
[all …]
H A Dexconvrt.c188 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExConvertToInteger() argument
202 switch (ObjDesc->Common.Type) in AcpiExConvertToInteger()
208 *ResultDesc = ObjDesc; in AcpiExConvertToInteger()
238 switch (ObjDesc->Common.Type) in AcpiExConvertToInteger()
333 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExConvertToBuffer() argument
343 switch (ObjDesc->Common.Type) in AcpiExConvertToBuffer()
349 *ResultDesc = ObjDesc; in AcpiExConvertToBuffer()
391 ObjDesc->String.Length); in AcpiExConvertToBuffer()
563 switch (ObjDesc->Common.Type) in AcpiExConvertToString()
569 *ResultDesc = ObjDesc; in AcpiExConvertToString()
[all …]
H A Dexresnte.c268 ObjDesc = SourceDesc; in AcpiExResolveNodeToValue()
269 AcpiUtAddReference (ObjDesc); in AcpiExResolveNodeToValue()
287 ObjDesc = SourceDesc; in AcpiExResolveNodeToValue()
303 ObjDesc = SourceDesc; in AcpiExResolveNodeToValue()
304 AcpiUtAddReference (ObjDesc); in AcpiExResolveNodeToValue()
318 ObjDesc = SourceDesc; in AcpiExResolveNodeToValue()
319 AcpiUtAddReference (ObjDesc); in AcpiExResolveNodeToValue()
344 ObjDesc = SourceDesc; in AcpiExResolveNodeToValue()
345 AcpiUtAddReference (ObjDesc); in AcpiExResolveNodeToValue()
367 ObjDesc = SourceDesc; in AcpiExResolveNodeToValue()
[all …]
H A Dexconfig.c175 ACPI_OPERAND_OBJECT *ObjDesc,
200 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiExAddTable() local
209 if (!ObjDesc) in AcpiExAddTable()
216 ObjDesc->Common.Flags |= AOPOBJ_DATA_VALID; in AcpiExAddTable()
217 ObjDesc->Reference.Class = ACPI_REFCLASS_TABLE; in AcpiExAddTable()
218 ObjDesc->Reference.Value = TableIndex; in AcpiExAddTable()
219 *DdbHandle = ObjDesc; in AcpiExAddTable()
389 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExRegionRead() argument
442 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExLoadOp() argument
459 switch (ObjDesc->Common.Type) in AcpiExLoadOp()
[all …]
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsobject.c241 ObjDesc = NULL; in AcpiNsAttachObject()
283 if (ObjDesc) in AcpiNsAttachObject()
307 Node->Object = ObjDesc; in AcpiNsAttachObject()
337 ObjDesc = Node->Object; in AcpiNsDetachObject()
339 if (!ObjDesc || in AcpiNsDetachObject()
496 while (ObjDesc) in AcpiNsAttachData()
505 ObjDesc = ObjDesc->Common.NextObject; in AcpiNsAttachData()
559 while (ObjDesc) in AcpiNsDetachData()
578 ObjDesc = ObjDesc->Common.NextObject; in AcpiNsDetachData()
610 while (ObjDesc) in AcpiNsGetAttachedData()
[all …]
H A Dnsdump.c403 if (!ObjDesc) in AcpiNsDumpOneObject()
432 ObjDesc->Processor.ProcId, ObjDesc->Processor.Length, in AcpiNsDumpOneObject()
445 ObjDesc->Method.AmlLength, ObjDesc->Method.AmlStart); in AcpiNsDumpOneObject()
560 AcpiUtGetNodeName (ObjDesc), ObjDesc); in AcpiNsDumpOneObject()
660 while (ObjDesc) in AcpiNsDumpOneObject()
722 ObjDesc = (void *) ObjDesc->String.Pointer; in AcpiNsDumpOneObject()
736 ObjDesc = (void *) ObjDesc->Package.Elements; in AcpiNsDumpOneObject()
741 ObjDesc = (void *) ObjDesc->Method.AmlStart; in AcpiNsDumpOneObject()
746 ObjDesc = (void *) ObjDesc->Field.RegionObj; in AcpiNsDumpOneObject()
751 ObjDesc = (void *) ObjDesc->BankField.RegionObj; in AcpiNsDumpOneObject()
[all …]
H A Dnsaccess.c187 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiNsRootInitialize() local
265 if (!ObjDesc) in AcpiNsRootInitialize()
306 ObjDesc->String.Pointer = Val; in AcpiNsRootInitialize()
312 ObjDesc->Mutex.Node = NewNode; in AcpiNsRootInitialize()
320 AcpiUtRemoveReference (ObjDesc); in AcpiNsRootInitialize()
328 AcpiGbl_GlobalLockMutex = ObjDesc; in AcpiNsRootInitialize()
336 AcpiUtRemoveReference (ObjDesc); in AcpiNsRootInitialize()
346 AcpiUtRemoveReference (ObjDesc); in AcpiNsRootInitialize()
347 ObjDesc = NULL; in AcpiNsRootInitialize()
354 ObjDesc->Common.Type); in AcpiNsRootInitialize()
[all …]
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsobject.c240 if (!ObjDesc) in AcpiDsBuildInternalObject()
275 *ObjDescPtr = ObjDesc; in AcpiDsBuildInternalObject()
317 ObjDesc = *ObjDescPtr; in AcpiDsBuildInternalBufferObj()
318 if (!ObjDesc) in AcpiDsBuildInternalBufferObj()
323 *ObjDescPtr = ObjDesc; in AcpiDsBuildInternalBufferObj()
324 if (!ObjDesc) in AcpiDsBuildInternalBufferObj()
366 if (ObjDesc->Buffer.Length == 0) in AcpiDsBuildInternalBufferObj()
374 ObjDesc->Buffer.Pointer = in AcpiDsBuildInternalBufferObj()
498 ObjDesc = *RetObjDesc; in AcpiDsInitObjectFromOp()
509 switch (ObjDesc->Common.Type) in AcpiDsInitObjectFromOp()
[all …]
H A Ddsargs.c305 ACPI_OPERAND_OBJECT *ObjDesc) in AcpiDsGetBufferFieldArguments() argument
323 Node = ObjDesc->BufferField.Node; in AcpiDsGetBufferFieldArguments()
372 Node = ObjDesc->BankField.Node; in AcpiDsGetBankFieldArguments()
419 Node = ObjDesc->Buffer.Node; in AcpiDsGetBufferArguments()
424 ObjDesc)); in AcpiDsGetBufferArguments()
433 ObjDesc->Buffer.AmlLength, ObjDesc->Buffer.AmlStart); in AcpiDsGetBufferArguments()
469 Node = ObjDesc->Package.Node; in AcpiDsGetPackageArguments()
478 ObjDesc->Package.AmlStart)); in AcpiDsGetPackageArguments()
483 ObjDesc->Package.AmlLength, ObjDesc->Package.AmlStart); in AcpiDsGetPackageArguments()
527 Node = ObjDesc->Region.Node; in AcpiDsGetRegionArguments()
[all …]
H A Ddsmethod.c204 ACPI_OPERAND_OBJECT *ObjDesc) in AcpiDsAutoSerializeMethod() argument
239 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, NULL, 0); in AcpiDsAutoSerializeMethod()
462 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiDsBeginMethodExecution() argument
497 if (!ObjDesc->Method.Mutex) in AcpiDsBeginMethodExecution()
595 if (!ObjDesc->Method.OwnerId) in AcpiDsBeginMethodExecution()
608 ObjDesc->Method.ThreadCount++; in AcpiDsBeginMethodExecution()
616 if (ObjDesc->Method.Mutex) in AcpiDsBeginMethodExecution()
647 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiDsCallControlMethod() local
668 if (!ObjDesc) in AcpiDsCallControlMethod()
685 ObjDesc->Method.OwnerId, NULL, ObjDesc, Thread); in AcpiDsCallControlMethod()
[all …]
H A Ddsopcode.c170 ACPI_OPERAND_OBJECT *ObjDesc,
193 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiDsInitializeRegion() local
226 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiDsInitBufferField() argument
460 if (!ObjDesc) in AcpiDsEvalBufferFieldOperands()
561 if (!ObjDesc) in AcpiDsEvalRegionOperands()
586 ObjDesc, ACPI_FORMAT_UINT64 (ObjDesc->Region.Address), in AcpiDsEvalRegionOperands()
587 ObjDesc->Region.Length)); in AcpiDsEvalRegionOperands()
687 if (!ObjDesc) in AcpiDsEvalTableRegionOperands()
697 ObjDesc, ACPI_FORMAT_UINT64 (ObjDesc->Region.Address), in AcpiDsEvalTableRegionOperands()
698 ObjDesc->Region.Length)); in AcpiDsEvalTableRegionOperands()
[all …]
H A Ddspkginit.c210 ACPI_OPERAND_OBJECT *ObjDesc = NULL; in AcpiDsBuildInternalPackageObj() local
242 ObjDesc = *ObjDescPtr; in AcpiDsBuildInternalPackageObj()
243 if (!ObjDesc) in AcpiDsBuildInternalPackageObj()
246 *ObjDescPtr = ObjDesc; in AcpiDsBuildInternalPackageObj()
247 if (!ObjDesc) in AcpiDsBuildInternalPackageObj()
266 if (!ObjDesc->Package.Elements) in AcpiDsBuildInternalPackageObj()
271 if (!ObjDesc->Package.Elements) in AcpiDsBuildInternalPackageObj()
273 AcpiUtDeleteObjectDesc (ObjDesc); in AcpiDsBuildInternalPackageObj()
277 ObjDesc->Package.Count = ElementCount; in AcpiDsBuildInternalPackageObj()
294 ObjDesc->Package.AmlLength = 0; in AcpiDsBuildInternalPackageObj()
[all …]
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutids.c184 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiUtExecute_HID() local
244 AcpiUtRemoveReference (ObjDesc); in AcpiUtExecute_HID()
272 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiUtExecute_UID() local
332 AcpiUtRemoveReference (ObjDesc); in AcpiUtExecute_UID()
366 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiUtExecute_CID() local
384 &ObjDesc); in AcpiUtExecute_CID()
404 CidObjects = &ObjDesc; in AcpiUtExecute_CID()
489 AcpiUtRemoveReference (ObjDesc); in AcpiUtExecute_CID()
518 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiUtExecute_CLS() local
541 Count = ObjDesc->Package.Count; in AcpiUtExecute_CLS()
[all …]
H A Duteval.c334 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiUtEvaluateNumericObject() local
342 ACPI_BTYPE_INTEGER, &ObjDesc); in AcpiUtEvaluateNumericObject()
350 *Value = ObjDesc->Integer.Value; in AcpiUtEvaluateNumericObject()
354 AcpiUtRemoveReference (ObjDesc); in AcpiUtEvaluateNumericObject()
381 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiUtExecute_STA() local
389 ACPI_BTYPE_INTEGER, &ObjDesc); in AcpiUtExecute_STA()
412 *Flags = (UINT32) ObjDesc->Integer.Value; in AcpiUtExecute_STA()
416 AcpiUtRemoveReference (ObjDesc); in AcpiUtExecute_STA()
446 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiUtExecutePowerMethods() local
463 ACPI_BTYPE_INTEGER, &ObjDesc); in AcpiUtExecutePowerMethods()
[all …]
/illumos-gate/usr/src/common/acpica/events/
H A Devhandler.c278 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiEvHasDefaultHandler() local
285 if (ObjDesc) in AcpiEvHasDefaultHandler()
336 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiEvInstallHandler() local
375 if (!ObjDesc) in AcpiEvInstallHandler()
430 AcpiEvDetachRegion (ObjDesc, FALSE); in AcpiEvInstallHandler()
504 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiEvInstallSpaceHandler() local
586 if (ObjDesc) in AcpiEvInstallSpaceHandler()
593 ObjDesc->CommonNotify.Handler); in AcpiEvInstallSpaceHandler()
635 if (!ObjDesc) in AcpiEvInstallSpaceHandler()
643 ObjDesc->Common.Type = (UINT8) Type; in AcpiEvInstallSpaceHandler()
[all …]
/illumos-gate/usr/src/common/acpica/resources/
H A Drscreate.c349 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiRsCreatePciRoutingTable() local
431 ObjDesc = SubObjectList[0]; in AcpiRsCreatePciRoutingTable()
432 if (!ObjDesc || ObjDesc->Common.Type != ACPI_TYPE_INTEGER) in AcpiRsCreatePciRoutingTable()
444 ObjDesc = SubObjectList[1]; in AcpiRsCreatePciRoutingTable()
445 if (!ObjDesc || ObjDesc->Common.Type != ACPI_TYPE_INTEGER) in AcpiRsCreatePciRoutingTable()
458 ObjDesc = SubObjectList[2]; in AcpiRsCreatePciRoutingTable()
459 if (ObjDesc) in AcpiRsCreatePciRoutingTable()
461 switch (ObjDesc->Common.Type) in AcpiRsCreatePciRoutingTable()
473 Node = ObjDesc->Reference.Node; in AcpiRsCreatePciRoutingTable()
526 ObjDesc = SubObjectList[3]; in AcpiRsCreatePciRoutingTable()
[all …]
H A Drsutils.c633 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiRsGetPrtMethodData() local
659 AcpiUtRemoveReference (ObjDesc); in AcpiRsGetPrtMethodData()
687 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiRsGetCrsMethodData() local
714 AcpiUtRemoveReference (ObjDesc); in AcpiRsGetCrsMethodData()
742 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiRsGetPrsMethodData() local
769 AcpiUtRemoveReference (ObjDesc); in AcpiRsGetPrsMethodData()
797 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiRsGetAeiMethodData() local
824 AcpiUtRemoveReference (ObjDesc); in AcpiRsGetAeiMethodData()
854 ACPI_OPERAND_OBJECT *ObjDesc; in AcpiRsGetMethodData() local
867 Path, ACPI_BTYPE_BUFFER, &ObjDesc); in AcpiRsGetMethodData()
[all …]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacinterp.h215 ACPI_OPERAND_OBJECT *ObjDesc,
221 ACPI_OPERAND_OBJECT *ObjDesc,
226 ACPI_OPERAND_OBJECT *ObjDesc,
257 ACPI_OPERAND_OBJECT *ObjDesc,
263 ACPI_OPERAND_OBJECT *ObjDesc,
289 ACPI_OPERAND_OBJECT *ObjDesc,
295 ACPI_OPERAND_OBJECT *ObjDesc,
319 ACPI_OPERAND_OBJECT *ObjDesc,
325 ACPI_OPERAND_OBJECT *ObjDesc,
334 ACPI_OPERAND_OBJECT *ObjDesc,
[all …]

123