Home
last modified time | relevance | path

Searched refs:Reference (Results 1 – 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/common/acpica/executer/
H A Dexdebug.c341 switch (SourceDesc->Reference.Class) in AcpiExDoDebugObject()
364 if (SourceDesc->Reference.Node) in AcpiExDoDebugObject()
370 SourceDesc->Reference.Node); in AcpiExDoDebugObject()
375 (SourceDesc->Reference.Node)->Name.Ascii); in AcpiExDoDebugObject()
377 switch ((SourceDesc->Reference.Node)->Type) in AcpiExDoDebugObject()
397 else if (SourceDesc->Reference.Object) in AcpiExDoDebugObject()
405 SourceDesc->Reference.Object), in AcpiExDoDebugObject()
410 ObjectDesc = SourceDesc->Reference.Object; in AcpiExDoDebugObject()
411 Value = SourceDesc->Reference.Value; in AcpiExDoDebugObject()
425 *SourceDesc->Reference.IndexPointer); in AcpiExDoDebugObject()
[all …]
H A Dexresolv.c279 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()
297 StackDesc->Reference.Value, ObjDesc)); in AcpiExResolveObjectToValue()
309 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue()
328 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue()
382 *StackPtr = (void *) StackDesc->Reference.Node; in AcpiExResolveObjectToValue()
538 switch (ObjDesc->Reference.Class) in AcpiExResolveMultiple()
547 Node = ObjDesc->Reference.Object; in AcpiExResolveMultiple()
551 Node = ObjDesc->Reference.Node; in AcpiExResolveMultiple()
587 Type = ObjDesc->Reference.TargetType; in AcpiExResolveMultiple()
600 ObjDesc = *(ObjDesc->Reference.Where); in AcpiExResolveMultiple()
[all …]
H A Dexstore.c272 switch (RefDesc->Reference.Class) in AcpiExStore()
279 RefDesc->Reference.Object, in AcpiExStore()
295 Status = AcpiDsStoreObjectToLocal (RefDesc->Reference.Class, in AcpiExStore()
296 RefDesc->Reference.Value, SourceDesc, WalkState); in AcpiExStore()
314 RefDesc->Reference.Class)); in AcpiExStore()
359 switch (IndexDesc->Reference.TargetType) in AcpiExStoreObjectToIndex()
371 ObjDesc = *(IndexDesc->Reference.Where); in AcpiExStoreObjectToIndex()
374 SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiExStoreObjectToIndex()
406 *(IndexDesc->Reference.Where) = NewDesc; in AcpiExStoreObjectToIndex()
435 ObjDesc = IndexDesc->Reference.Object; in AcpiExStoreObjectToIndex()
[all …]
H A Dexdump.c806 switch (ObjDesc->Reference.Class) in AcpiExDumpOperand()
815 AcpiOsPrintf ("%p\n", ObjDesc->Reference.Object); in AcpiExDumpOperand()
827 ObjDesc->Reference.Object)->Common.Type)); in AcpiExDumpOperand()
834 ObjDesc->Reference.Node->Name.Ascii, in AcpiExDumpOperand()
835 ObjDesc->Reference.Node); in AcpiExDumpOperand()
841 AcpiOsPrintf ("%X\n", ObjDesc->Reference.Value); in AcpiExDumpOperand()
1166 if (ObjDesc->Reference.Class == ACPI_REFCLASS_NAME) in AcpiExDumpReferenceObj()
1168 AcpiOsPrintf (" %p ", ObjDesc->Reference.Node); in AcpiExDumpReferenceObj()
1185 else if (ObjDesc->Reference.Object) in AcpiExDumpReferenceObj()
1190 ObjDesc->Reference.Object); in AcpiExDumpReferenceObj()
[all …]
H A Dexoparg2.c509 ReturnDesc->Reference.Value = (UINT32) Index; in AcpiExOpcode_2A_1T_1R()
510 ReturnDesc->Reference.Class = ACPI_REFCLASS_INDEX; in AcpiExOpcode_2A_1T_1R()
526 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
527 ReturnDesc->Reference.IndexPointer = in AcpiExOpcode_2A_1T_1R()
539 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
540 ReturnDesc->Reference.IndexPointer = in AcpiExOpcode_2A_1T_1R()
552 ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE; in AcpiExOpcode_2A_1T_1R()
553 ReturnDesc->Reference.Where = in AcpiExOpcode_2A_1T_1R()
579 ReturnDesc->Reference.Object = Operand[0]; in AcpiExOpcode_2A_1T_1R()
H A Dexoparg1.c986 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R()
994 Operand[0]->Reference.Class, in AcpiExOpcode_1A_0T_1R()
995 Operand[0]->Reference.Value, in AcpiExOpcode_1A_0T_1R()
1014 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
1103 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R()
1110 switch (Operand[0]->Reference.TargetType) in AcpiExOpcode_1A_0T_1R()
1114 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
1142 ReturnDesc = *(Operand[0]->Reference.Where); in AcpiExOpcode_1A_0T_1R()
1160 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R()
1169 ReturnDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
[all …]
H A Dexmisc.c205 switch (ObjDesc->Reference.Class) in AcpiExGetObjectReference()
213 ReferencedObj = ObjDesc->Reference.Object; in AcpiExGetObjectReference()
219 ObjDesc->Reference.Class)); in AcpiExGetObjectReference()
247 ReferenceObj->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiExGetObjectReference()
248 ReferenceObj->Reference.Object = ReferencedObj; in AcpiExGetObjectReference()
H A Dexresop.c355 switch (ObjDesc->Reference.Class) in AcpiExResolveOperands()
373 ObjDesc->Reference.Class)); in AcpiExResolveOperands()
380 ObjDesc->Reference.Class, ObjDesc)); in AcpiExResolveOperands()
462 ((*StackPtr)->Reference.Class == ACPI_REFCLASS_INDEX)) in AcpiExResolveOperands()
H A Dexresnte.c359 switch (SourceDesc->Reference.Class) in AcpiExResolveNodeToValue()
377 SourceDesc->Reference.Class)); in AcpiExResolveNodeToValue()
H A Dexconfig.c217 ObjDesc->Reference.Class = ACPI_REFCLASS_TABLE; in AcpiExAddTable()
218 ObjDesc->Reference.Value = TableIndex; in AcpiExAddTable()
711 TableIndex = TableDesc->Reference.Value; in AcpiExUnloadTable()
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsobject.c260 ObjDesc->Reference.Resolved = TRUE; in AcpiDsBuildInternalObject()
263 !ObjDesc->Reference.Node) in AcpiDsBuildInternalObject()
270 ObjDesc->Reference.Aml = Op->Common.Aml; in AcpiDsBuildInternalObject()
271 ObjDesc->Reference.Resolved = FALSE; in AcpiDsBuildInternalObject()
643 ObjDesc->Reference.Class = ACPI_REFCLASS_LOCAL; in AcpiDsInitObjectFromOp()
647 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp()
649 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp()
658 ObjDesc->Reference.Class = ACPI_REFCLASS_ARG; in AcpiDsInitObjectFromOp()
662 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp()
664 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp()
[all …]
H A Ddspkginit.c536 if (Element->Reference.Resolved) in AcpiDsResolvePackageElement()
547 ScopeInfo.Scope.Node = Element->Reference.Node; /* Prefix node */ in AcpiDsResolvePackageElement()
549 Status = AcpiNsLookup (&ScopeInfo, (char *) Element->Reference.Aml, in AcpiDsResolvePackageElement()
577 (char *) Element->Reference.Aml, NULL, &ExternalPath); in AcpiDsResolvePackageElement()
616 Element->Reference.Resolved = TRUE; in AcpiDsResolvePackageElement()
617 Element->Reference.Node = ResolvedNode; in AcpiDsResolvePackageElement()
618 Type = Element->Reference.Node->Type; in AcpiDsResolvePackageElement()
H A Ddswexec.c601 (WalkState->Operands[0]->Reference.Class == in AcpiDsExecEndOp()
602 WalkState->Operands[1]->Reference.Class) && in AcpiDsExecEndOp()
603 (WalkState->Operands[0]->Reference.Value == in AcpiDsExecEndOp()
604 WalkState->Operands[1]->Reference.Value)) in AcpiDsExecEndOp()
/illumos-gate/usr/src/data/amdpmc/
H A DREADME12 17h Zen 2 Preliminary Processor Programming Reference (PPR) for AMD Family 17h
14 Processor Programming Reference (PPR) for AMD Family 17h
16 19h Zen 3 Preliminary Processor Programming Reference (PPR) for AMD Family 19h
18 Processor Programming Reference (PPR) for AMD Family 19h
20 19h Zen 4 Preliminary Processor Programming Reference (PPR) for AMD Family 19h
22 Processor Programming Reference (PPR) for AMD Family 19h
24 Processor Programming Reference (PPR) for AMD Family 19h
/illumos-gate/usr/src/cmd/troff/troff.d/tmac.d/
H A Dtz.map21 ' # TZ - Resolve a SunOS 5.x Title Reference
55 .if '\\$1'OLITREF' .ds Tz "OLIT Reference Manual
66 .if '\\$1'REFMAN' .ds Tz "SunOS Reference Manual
96 .if '\\$1'TTREF' .ds Tz "ToolTalk Reference Guide
143 .if '\\$1'MPDQREF' .ds Tz "MPDiag Quick Reference Guide
150 .if '\\$1'PRELIMN' .ds Tz "PreLimn Reference Guide
151 .if '\\$1'NPREFERENCE' .ds Tz "NeWSprint Reference
160 .if '\\$1'KCMSCMMREF' .ds Tz "KCMS CMM Reference Manual
173 .if '\\$1'XGLREFMAN' .ds Tz "XGL Reference Manual
177 .if '\\$1'XILREFMAN' .ds Tz "XIL Reference Manual
[all …]
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutcopy.c302 switch (InternalObject->Reference.Class) in AcpiUtCopyIsimpleToEsimple()
309 ExternalObject->Reference.Handle = in AcpiUtCopyIsimpleToEsimple()
310 InternalObject->Reference.Node; in AcpiUtCopyIsimpleToEsimple()
311 ExternalObject->Reference.ActualType = in AcpiUtCopyIsimpleToEsimple()
312 AcpiNsGetType (InternalObject->Reference.Node); in AcpiUtCopyIsimpleToEsimple()
675 InternalObject->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiUtCopyEsimpleToIsimple()
676 InternalObject->Reference.Object = ExternalObject->Reference.Handle; in AcpiUtCopyEsimpleToIsimple()
916 if (SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiUtCopySimpleObject()
921 AcpiUtAddReference (SourceDesc->Reference.Object); in AcpiUtCopySimpleObject()
H A Dutdecode.c552 if (Object->Reference.Class > ACPI_REFCLASS_MAX) in AcpiUtGetReferenceName()
557 return (AcpiGbl_RefClassNames[Object->Reference.Class]); in AcpiUtGetReferenceName()
H A Dutobject.c689 switch (InternalObject->Reference.Class) in AcpiUtGetSimpleObjectSize()
696 Size = AcpiNsGetPathnameLength (InternalObject->Reference.Node); in AcpiUtGetSimpleObjectSize()
714 InternalObject->Reference.Class, InternalObject)); in AcpiUtGetSimpleObjectSize()
H A Dutdelete.c776 if ((Object->Reference.Class == ACPI_REFCLASS_INDEX) || in AcpiUtUpdateObjectReference()
777 (Object->Reference.Class== ACPI_REFCLASS_NAME)) in AcpiUtUpdateObjectReference()
779 NextObject = Object->Reference.Object; in AcpiUtUpdateObjectReference()
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsconvert.c660 NewObject->Reference.Node = Node; in AcpiNsConvertToReference()
661 NewObject->Reference.Object = Node->Object; in AcpiNsConvertToReference()
662 NewObject->Reference.Class = ACPI_REFCLASS_NAME; in AcpiNsConvertToReference()
H A Dnspredef.c465 if (ReturnObject->Reference.Class == ACPI_REFCLASS_NAME) in AcpiNsCheckReference()
473 ReturnObject->Reference.Class)); in AcpiNsCheckReference()
/illumos-gate/usr/src/common/acpica/resources/
H A Drscreate.c465 if (ObjDesc->Reference.Class != ACPI_REFCLASS_NAME) in AcpiRsCreatePciRoutingTable()
469 Index, ObjDesc->Reference.Class)); in AcpiRsCreatePciRoutingTable()
473 Node = ObjDesc->Reference.Node; in AcpiRsCreatePciRoutingTable()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioExtent.cc41 ref->Reference(); // reference audio object in AudioExtent()
70 ref->Reference(); // reference new object in SetRef()
H A DAudioTypeMux.cc158 inbuf->Reference(); in Convert()
214 multibuf[i]->Reference(); in Convert()
H A DAudioGain.cc190 inbuf->Reference(); in Process()
216 inbuf->Reference(); in Process()

1234