Home
last modified time | relevance | path

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

1234

/titanic_41/usr/src/uts/intel/io/acpica/executer/
H A Dexdebug.c234 switch (SourceDesc->Reference.Class) in AcpiExDoDebugObject()
238 AcpiOsPrintf ("0x%X\n", SourceDesc->Reference.Value); in AcpiExDoDebugObject()
245 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value); in AcpiExDoDebugObject()
257 if (SourceDesc->Reference.Node) in AcpiExDoDebugObject()
259 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc->Reference.Node) != in AcpiExDoDebugObject()
263 SourceDesc->Reference.Node); in AcpiExDoDebugObject()
267 AcpiOsPrintf ("Node %p [%4.4s] ", SourceDesc->Reference.Node, in AcpiExDoDebugObject()
268 (SourceDesc->Reference.Node)->Name.Ascii); in AcpiExDoDebugObject()
270 switch ((SourceDesc->Reference.Node)->Type) in AcpiExDoDebugObject()
284 AcpiExDoDebugObject ((SourceDesc->Reference.Node)->Object, in AcpiExDoDebugObject()
[all …]
H A Dexresolv.c171 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()
182 StackDesc->Reference.Value, WalkState, &ObjDesc); in AcpiExResolveObjectToValue()
189 StackDesc->Reference.Value, ObjDesc)); in AcpiExResolveObjectToValue()
201 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue()
220 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue()
251 StackDesc->Reference.TargetType, StackDesc)); in AcpiExResolveObjectToValue()
269 if ((StackDesc->Reference.Node->Type == ACPI_TYPE_DEVICE) || in AcpiExResolveObjectToValue()
270 (StackDesc->Reference.Node->Type == ACPI_TYPE_THERMAL)) in AcpiExResolveObjectToValue()
274 *StackPtr = (void *) StackDesc->Reference.Node; in AcpiExResolveObjectToValue()
280 *StackPtr = (StackDesc->Reference.Node)->Object; in AcpiExResolveObjectToValue()
[all …]
H A Dexstore.c164 switch (RefDesc->Reference.Class) in AcpiExStore()
171 RefDesc->Reference.Object, in AcpiExStore()
187 Status = AcpiDsStoreObjectToLocal (RefDesc->Reference.Class, in AcpiExStore()
188 RefDesc->Reference.Value, SourceDesc, WalkState); in AcpiExStore()
206 RefDesc->Reference.Class)); in AcpiExStore()
251 switch (IndexDesc->Reference.TargetType) in AcpiExStoreObjectToIndex()
263 ObjDesc = *(IndexDesc->Reference.Where); in AcpiExStoreObjectToIndex()
266 SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiExStoreObjectToIndex()
291 IndexDesc->Reference.Object)->Common.ReferenceCount; in AcpiExStoreObjectToIndex()
298 *(IndexDesc->Reference.Where) = NewDesc; in AcpiExStoreObjectToIndex()
[all …]
H A Dexdump.c244 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.Class), "Class"},
245 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.TargetType), "Target Type"},
246 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Reference.Value), "Value"},
247 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Object), "Object Desc"},
248 {ACPI_EXD_NODE, ACPI_EXD_OFFSET (Reference.Node), "Node"},
249 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Where), "Where"},
250 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.IndexPointer), "Index Pointer"},
687 switch (ObjDesc->Reference.Class) in AcpiExDumpOperand()
696 AcpiOsPrintf ("%p\n", ObjDesc->Reference.Object); in AcpiExDumpOperand()
701 AcpiOsPrintf ("Table Index %X\n", ObjDesc->Reference.Value); in AcpiExDumpOperand()
[all …]
H A Dexoparg2.c401 ReturnDesc->Reference.Value = (UINT32) Index; in AcpiExOpcode_2A_1T_1R()
402 ReturnDesc->Reference.Class = ACPI_REFCLASS_INDEX; in AcpiExOpcode_2A_1T_1R()
418 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
419 ReturnDesc->Reference.IndexPointer = in AcpiExOpcode_2A_1T_1R()
431 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
432 ReturnDesc->Reference.IndexPointer = in AcpiExOpcode_2A_1T_1R()
444 ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE; in AcpiExOpcode_2A_1T_1R()
445 ReturnDesc->Reference.Where = in AcpiExOpcode_2A_1T_1R()
469 ReturnDesc->Reference.Object = Operand[0]; in AcpiExOpcode_2A_1T_1R()
H A Dexoparg1.c876 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R()
884 Operand[0]->Reference.Class, in AcpiExOpcode_1A_0T_1R()
885 Operand[0]->Reference.Value, in AcpiExOpcode_1A_0T_1R()
904 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
977 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R()
984 switch (Operand[0]->Reference.TargetType) in AcpiExOpcode_1A_0T_1R()
988 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
1003 TempDesc->Buffer.Pointer[Operand[0]->Reference.Value]); in AcpiExOpcode_1A_0T_1R()
1016 ReturnDesc = *(Operand[0]->Reference.Where); in AcpiExOpcode_1A_0T_1R()
1034 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R()
[all …]
H A Dexmisc.c96 switch (ObjDesc->Reference.Class) in AcpiExGetObjectReference()
104 ReferencedObj = ObjDesc->Reference.Object; in AcpiExGetObjectReference()
110 ObjDesc->Reference.Class)); in AcpiExGetObjectReference()
138 ReferenceObj->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiExGetObjectReference()
139 ReferenceObj->Reference.Object = ReferencedObj; in AcpiExGetObjectReference()
H A Dexresop.c247 switch (ObjDesc->Reference.Class) in AcpiExResolveOperands()
265 ObjDesc->Reference.Class)); in AcpiExResolveOperands()
272 ObjDesc->Reference.Class, ObjDesc)); in AcpiExResolveOperands()
354 ((*StackPtr)->Reference.Class == ACPI_REFCLASS_INDEX)) in AcpiExResolveOperands()
H A Dexresnte.c251 switch (SourceDesc->Reference.Class) in AcpiExResolveNodeToValue()
269 SourceDesc->Reference.Class)); in AcpiExResolveNodeToValue()
H A Dexconfig.c112 ObjDesc->Reference.Class = ACPI_REFCLASS_TABLE; in AcpiExAddTable()
117 ObjDesc->Reference.Value = TableIndex; in AcpiExAddTable()
646 TableIndex = TableDesc->Reference.Value; in AcpiExUnloadTable()
/titanic_41/usr/src/cmd/troff/troff.d/tmac.d/
H A Dtz.map21 ' # TZ - Resolve a SunOS 5.x Title Reference
53 .if '\\$1'OBQUICKREF_2.x' .ds Tz "OpenBoot 2.x Quick Reference Card
54 .if '\\$1'OBQUICKREF_3.x' .ds Tz "OpenBoot 3.x Quick Reference Card
55 .if '\\$1'OLITREF' .ds Tz "OLIT Reference Manual
59 .if '\\$1'OPENBOOTCMDREF' .ds Tz "OpenBoot 2.x Command Reference Manual
60 .if '\\$1'OPENBOOTCMDREF_3.x' .ds Tz "OpenBoot 3.x Command Reference Manual
63 .if '\\$1'OWREFMAN' .ds Tz "OpenWindows Desktop Reference Manual
66 .if '\\$1'REFMAN' .ds Tz "SunOS Reference Manual
83 .if '\\$1'SPARC' .ds Tz "SPARC Assembly Language Reference Manual
96 .if '\\$1'TTREF' .ds Tz "ToolTalk Reference Guide
[all …]
/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsobject.c800 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_LOCAL_OP; in AcpiDsInitObjectFromOp()
801 ObjDesc->Reference.Class = ACPI_REFCLASS_LOCAL; in AcpiDsInitObjectFromOp()
805 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp()
807 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp()
815 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_ARG_OP; in AcpiDsInitObjectFromOp()
816 ObjDesc->Reference.Class = ACPI_REFCLASS_ARG; in AcpiDsInitObjectFromOp()
820 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp()
822 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp()
834 ObjDesc->Reference.Node = Op->Common.Node; in AcpiDsInitObjectFromOp()
835 ObjDesc->Reference.Object = Op->Common.Node->Object; in AcpiDsInitObjectFromOp()
[all …]
H A Ddswexec.c492 (WalkState->Operands[0]->Reference.Class == in AcpiDsExecEndOp()
493 WalkState->Operands[1]->Reference.Class) && in AcpiDsExecEndOp()
494 (WalkState->Operands[0]->Reference.Value == in AcpiDsExecEndOp()
495 WalkState->Operands[1]->Reference.Value)) in AcpiDsExecEndOp()
/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutcopy.c194 switch (InternalObject->Reference.Class) in AcpiUtCopyIsimpleToEsimple()
201 ExternalObject->Reference.Handle = in AcpiUtCopyIsimpleToEsimple()
202 InternalObject->Reference.Node; in AcpiUtCopyIsimpleToEsimple()
203 ExternalObject->Reference.ActualType = in AcpiUtCopyIsimpleToEsimple()
204 AcpiNsGetType (InternalObject->Reference.Node); in AcpiUtCopyIsimpleToEsimple()
567 InternalObject->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiUtCopyEsimpleToIsimple()
568 InternalObject->Reference.Object = ExternalObject->Reference.Handle; in AcpiUtCopyEsimpleToIsimple()
808 if (SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiUtCopySimpleObject()
813 AcpiUtAddReference (SourceDesc->Reference.Object); in AcpiUtCopySimpleObject()
H A Dutdecode.c443 if (Object->Reference.Class > ACPI_REFCLASS_MAX) in AcpiUtGetReferenceName()
448 return (AcpiGbl_RefClassNames[Object->Reference.Class]); in AcpiUtGetReferenceName()
H A Dutobject.c577 switch (InternalObject->Reference.Class) in AcpiUtGetSimpleObjectSize()
584 Size = AcpiNsGetPathnameLength (InternalObject->Reference.Node); in AcpiUtGetSimpleObjectSize()
602 InternalObject->Reference.Class, InternalObject)); in AcpiUtGetSimpleObjectSize()
H A Dutdelete.c667 if ((Object->Reference.Class == ACPI_REFCLASS_INDEX) || in AcpiUtUpdateObjectReference()
668 (Object->Reference.Class== ACPI_REFCLASS_NAME)) in AcpiUtUpdateObjectReference()
670 NextObject = Object->Reference.Object; in AcpiUtUpdateObjectReference()
/titanic_41/usr/src/uts/intel/io/acpica/namespace/
H A Dnsconvert.c552 NewObject->Reference.Node = Node; in AcpiNsConvertToReference()
553 NewObject->Reference.Object = Node->Object; in AcpiNsConvertToReference()
554 NewObject->Reference.Class = ACPI_REFCLASS_NAME; in AcpiNsConvertToReference()
H A Dnspredef.c357 if (ReturnObject->Reference.Class == ACPI_REFCLASS_NAME) in AcpiNsCheckReference()
365 ReturnObject->Reference.Class)); in AcpiNsCheckReference()
H A Dnsxfeval.c545 switch (Info->ReturnObject->Reference.Class) in ACPI_EXPORT_SYMBOL()
549 ObjDesc = *(Info->ReturnObject->Reference.Where); in ACPI_EXPORT_SYMBOL()
554 Node = Info->ReturnObject->Reference.Object; in ACPI_EXPORT_SYMBOL()
/titanic_41/usr/src/uts/intel/io/acpica/resources/
H A Drscreate.c357 if (ObjDesc->Reference.Class != ACPI_REFCLASS_NAME) in AcpiRsCreatePciRoutingTable()
361 Index, ObjDesc->Reference.Class)); in AcpiRsCreatePciRoutingTable()
365 Node = ObjDesc->Reference.Node; in AcpiRsCreatePciRoutingTable()
H A Drscalc.c701 ((*SubObjectList)->Reference.Class == in AcpiRsGetPciRoutingTableLength()
732 (*SubObjectList)->Reference.Node); in AcpiRsGetPciRoutingTableLength()
/titanic_41/usr/src/cmd/audio/utilities/
H A DAudioExtent.cc43 ref->Reference(); // reference audio object in AudioExtent()
72 ref->Reference(); // reference new object in SetRef()
H A DAudioTypeMux.cc160 inbuf->Reference(); in Convert()
216 multibuf[i]->Reference(); in Convert()
H A DAudioGain.cc192 inbuf->Reference(); in Process()
218 inbuf->Reference(); in Process()

1234