Symbol: Reference
usr/src/cmd/acpi/iasl/aslpld.c
564
PldInfo.Reference = (UINT8) Value;
usr/src/cmd/acpi/iasl/aslpld.c
777
ACPI_PLD_SET_REFERENCE (&Dword, PldInfo->Reference);
usr/src/cmd/audio/audioconvert/main.cc
250
ifp->Reference();
usr/src/cmd/audio/include/Audio.h
98
void Reference(); // Increment ref count
usr/src/cmd/audio/utilities/AudioExtent.cc
41
ref->Reference(); // reference audio object
usr/src/cmd/audio/utilities/AudioExtent.cc
70
ref->Reference(); // reference new object
usr/src/cmd/audio/utilities/AudioGain.cc
190
inbuf->Reference();
usr/src/cmd/audio/utilities/AudioGain.cc
216
inbuf->Reference();
usr/src/cmd/audio/utilities/AudioList.cc
66
aptr->Reference();
usr/src/cmd/audio/utilities/AudioTypeChannel.cc
195
inbuf->Reference();
usr/src/cmd/audio/utilities/AudioTypeG72X.cc
228
inbuf->Reference();
usr/src/cmd/audio/utilities/AudioTypeMux.cc
159
inbuf->Reference();
usr/src/cmd/audio/utilities/AudioTypeMux.cc
216
multibuf[i]->Reference();
usr/src/cmd/audio/utilities/AudioTypePcm.cc
484
inbuf->Reference();
usr/src/cmd/audio/utilities/AudioTypeSampleRate.cc
158
inbuf->Reference();
usr/src/common/acpica/disassembler/dmbuffer.c
923
AcpiOsPrintf (ACPI_PLD_OUTPUT08, "PLD_Reference", PldInfo->Reference);
usr/src/common/acpica/dispatcher/dscontrol.c
427
((WalkState->Results->Results.ObjDesc [0])->Reference.Class !=
usr/src/common/acpica/dispatcher/dsmthdat.c
784
(CurrentObjDesc->Reference.Class ==
usr/src/common/acpica/dispatcher/dsmthdat.c
797
CurrentObjDesc->Reference.Object, WalkState,
usr/src/common/acpica/dispatcher/dsobject.c
260
ObjDesc->Reference.Resolved = TRUE;
usr/src/common/acpica/dispatcher/dsobject.c
263
!ObjDesc->Reference.Node)
usr/src/common/acpica/dispatcher/dsobject.c
269
ObjDesc->Reference.Node = WalkState->ScopeInfo->Scope.Node;
usr/src/common/acpica/dispatcher/dsobject.c
270
ObjDesc->Reference.Aml = Op->Common.Aml;
usr/src/common/acpica/dispatcher/dsobject.c
271
ObjDesc->Reference.Resolved = FALSE;
usr/src/common/acpica/dispatcher/dsobject.c
642
ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_LOCAL_OP;
usr/src/common/acpica/dispatcher/dsobject.c
643
ObjDesc->Reference.Class = ACPI_REFCLASS_LOCAL;
usr/src/common/acpica/dispatcher/dsobject.c
647
ObjDesc->Reference.Value, WalkState,
usr/src/common/acpica/dispatcher/dsobject.c
649
&ObjDesc->Reference.Object));
usr/src/common/acpica/dispatcher/dsobject.c
657
ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_ARG_OP;
usr/src/common/acpica/dispatcher/dsobject.c
658
ObjDesc->Reference.Class = ACPI_REFCLASS_ARG;
usr/src/common/acpica/dispatcher/dsobject.c
662
ObjDesc->Reference.Value, WalkState,
usr/src/common/acpica/dispatcher/dsobject.c
664
&ObjDesc->Reference.Object));
usr/src/common/acpica/dispatcher/dsobject.c
676
ObjDesc->Reference.Node = Op->Common.Node;
usr/src/common/acpica/dispatcher/dsobject.c
677
ObjDesc->Reference.Class = ACPI_REFCLASS_NAME;
usr/src/common/acpica/dispatcher/dsobject.c
680
ObjDesc->Reference.Object = Op->Common.Node->Object;
usr/src/common/acpica/dispatcher/dsobject.c
686
ObjDesc->Reference.Class = ACPI_REFCLASS_DEBUG;
usr/src/common/acpica/dispatcher/dspkginit.c
536
if (Element->Reference.Resolved)
usr/src/common/acpica/dispatcher/dspkginit.c
547
ScopeInfo.Scope.Node = Element->Reference.Node; /* Prefix node */
usr/src/common/acpica/dispatcher/dspkginit.c
549
Status = AcpiNsLookup (&ScopeInfo, (char *) Element->Reference.Aml,
usr/src/common/acpica/dispatcher/dspkginit.c
577
(char *) Element->Reference.Aml, NULL, &ExternalPath);
usr/src/common/acpica/dispatcher/dspkginit.c
616
Element->Reference.Resolved = TRUE;
usr/src/common/acpica/dispatcher/dspkginit.c
617
Element->Reference.Node = ResolvedNode;
usr/src/common/acpica/dispatcher/dspkginit.c
618
Type = Element->Reference.Node->Type;
usr/src/common/acpica/dispatcher/dswexec.c
601
(WalkState->Operands[0]->Reference.Class ==
usr/src/common/acpica/dispatcher/dswexec.c
602
WalkState->Operands[1]->Reference.Class) &&
usr/src/common/acpica/dispatcher/dswexec.c
603
(WalkState->Operands[0]->Reference.Value ==
usr/src/common/acpica/dispatcher/dswexec.c
604
WalkState->Operands[1]->Reference.Value))
usr/src/common/acpica/executer/exconfig.c
217
ObjDesc->Reference.Class = ACPI_REFCLASS_TABLE;
usr/src/common/acpica/executer/exconfig.c
218
ObjDesc->Reference.Value = TableIndex;
usr/src/common/acpica/executer/exconfig.c
711
TableIndex = TableDesc->Reference.Value;
usr/src/common/acpica/executer/exdebug.c
341
switch (SourceDesc->Reference.Class)
usr/src/common/acpica/executer/exdebug.c
345
AcpiOsPrintf ("0x%X\n", SourceDesc->Reference.Value);
usr/src/common/acpica/executer/exdebug.c
352
AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value);
usr/src/common/acpica/executer/exdebug.c
364
if (SourceDesc->Reference.Node)
usr/src/common/acpica/executer/exdebug.c
366
if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc->Reference.Node) !=
usr/src/common/acpica/executer/exdebug.c
370
SourceDesc->Reference.Node);
usr/src/common/acpica/executer/exdebug.c
374
AcpiOsPrintf ("Node %p [%4.4s] ", SourceDesc->Reference.Node,
usr/src/common/acpica/executer/exdebug.c
375
(SourceDesc->Reference.Node)->Name.Ascii);
usr/src/common/acpica/executer/exdebug.c
377
switch ((SourceDesc->Reference.Node)->Type)
usr/src/common/acpica/executer/exdebug.c
391
AcpiExDoDebugObject ((SourceDesc->Reference.Node)->Object,
usr/src/common/acpica/executer/exdebug.c
397
else if (SourceDesc->Reference.Object)
usr/src/common/acpica/executer/exdebug.c
399
if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc->Reference.Object) ==
usr/src/common/acpica/executer/exdebug.c
405
SourceDesc->Reference.Object),
usr/src/common/acpica/executer/exdebug.c
410
ObjectDesc = SourceDesc->Reference.Object;
usr/src/common/acpica/executer/exdebug.c
411
Value = SourceDesc->Reference.Value;
usr/src/common/acpica/executer/exdebug.c
418
Value, *SourceDesc->Reference.IndexPointer);
usr/src/common/acpica/executer/exdebug.c
424
Value, *SourceDesc->Reference.IndexPointer,
usr/src/common/acpica/executer/exdebug.c
425
*SourceDesc->Reference.IndexPointer);
usr/src/common/acpica/executer/exdebug.c
431
if (!(*SourceDesc->Reference.Where))
usr/src/common/acpica/executer/exdebug.c
437
AcpiExDoDebugObject (*SourceDesc->Reference.Where,
usr/src/common/acpica/executer/exdump.c
1166
if (ObjDesc->Reference.Class == ACPI_REFCLASS_NAME)
usr/src/common/acpica/executer/exdump.c
1168
AcpiOsPrintf (" %p ", ObjDesc->Reference.Node);
usr/src/common/acpica/executer/exdump.c
1170
Status = AcpiNsHandleToPathname (ObjDesc->Reference.Node,
usr/src/common/acpica/executer/exdump.c
1180
AcpiUtGetTypeName (ObjDesc->Reference.Node->Type),
usr/src/common/acpica/executer/exdump.c
1185
else if (ObjDesc->Reference.Object)
usr/src/common/acpica/executer/exdump.c
1190
ObjDesc->Reference.Object);
usr/src/common/acpica/executer/exdump.c
1191
if (ObjDesc->Reference.Class == ACPI_REFCLASS_TABLE)
usr/src/common/acpica/executer/exdump.c
1194
ObjDesc->Reference.Value);
usr/src/common/acpica/executer/exdump.c
1200
ObjDesc->Reference.Object)->Common.Type));
usr/src/common/acpica/executer/exdump.c
1205
AcpiOsPrintf (" Target: %p\n", ObjDesc->Reference.Object);
usr/src/common/acpica/executer/exdump.c
352
{ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.Class), "Class"},
usr/src/common/acpica/executer/exdump.c
353
{ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.TargetType), "Target Type"},
usr/src/common/acpica/executer/exdump.c
354
{ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Reference.Value), "Value"},
usr/src/common/acpica/executer/exdump.c
355
{ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Object), "Object Desc"},
usr/src/common/acpica/executer/exdump.c
356
{ACPI_EXD_NODE, ACPI_EXD_OFFSET (Reference.Node), "Node"},
usr/src/common/acpica/executer/exdump.c
357
{ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Where), "Where"},
usr/src/common/acpica/executer/exdump.c
358
{ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.IndexPointer), "Index Pointer"},
usr/src/common/acpica/executer/exdump.c
806
switch (ObjDesc->Reference.Class)
usr/src/common/acpica/executer/exdump.c
815
AcpiOsPrintf ("%p\n", ObjDesc->Reference.Object);
usr/src/common/acpica/executer/exdump.c
820
AcpiOsPrintf ("Table Index %X\n", ObjDesc->Reference.Value);
usr/src/common/acpica/executer/exdump.c
825
AcpiOsPrintf ("%p [%s]\n", ObjDesc->Reference.Object,
usr/src/common/acpica/executer/exdump.c
827
ObjDesc->Reference.Object)->Common.Type));
usr/src/common/acpica/executer/exdump.c
832
AcpiUtRepairName (ObjDesc->Reference.Node->Name.Ascii);
usr/src/common/acpica/executer/exdump.c
834
ObjDesc->Reference.Node->Name.Ascii,
usr/src/common/acpica/executer/exdump.c
835
ObjDesc->Reference.Node);
usr/src/common/acpica/executer/exdump.c
841
AcpiOsPrintf ("%X\n", ObjDesc->Reference.Value);
usr/src/common/acpica/executer/exdump.c
846
AcpiOsPrintf ("%2.2X\n", ObjDesc->Reference.Class);
usr/src/common/acpica/executer/exmisc.c
205
switch (ObjDesc->Reference.Class)
usr/src/common/acpica/executer/exmisc.c
213
ReferencedObj = ObjDesc->Reference.Object;
usr/src/common/acpica/executer/exmisc.c
219
ObjDesc->Reference.Class));
usr/src/common/acpica/executer/exmisc.c
247
ReferenceObj->Reference.Class = ACPI_REFCLASS_REFOF;
usr/src/common/acpica/executer/exmisc.c
248
ReferenceObj->Reference.Object = ReferencedObj;
usr/src/common/acpica/executer/exoparg1.c
1014
TempDesc = Operand[0]->Reference.Object;
usr/src/common/acpica/executer/exoparg1.c
1103
switch (Operand[0]->Reference.Class)
usr/src/common/acpica/executer/exoparg1.c
1110
switch (Operand[0]->Reference.TargetType)
usr/src/common/acpica/executer/exoparg1.c
1114
TempDesc = Operand[0]->Reference.Object;
usr/src/common/acpica/executer/exoparg1.c
1129
TempDesc->Buffer.Pointer[Operand[0]->Reference.Value]);
usr/src/common/acpica/executer/exoparg1.c
1142
ReturnDesc = *(Operand[0]->Reference.Where);
usr/src/common/acpica/executer/exoparg1.c
1160
Operand[0]->Reference.TargetType, Operand[0]));
usr/src/common/acpica/executer/exoparg1.c
1169
ReturnDesc = Operand[0]->Reference.Object;
usr/src/common/acpica/executer/exoparg1.c
1216
Operand[0], Operand[0]->Reference.Class));
usr/src/common/acpica/executer/exoparg1.c
986
switch (Operand[0]->Reference.Class)
usr/src/common/acpica/executer/exoparg1.c
994
Operand[0]->Reference.Class,
usr/src/common/acpica/executer/exoparg1.c
995
Operand[0]->Reference.Value,
usr/src/common/acpica/executer/exoparg2.c
509
ReturnDesc->Reference.Value = (UINT32) Index;
usr/src/common/acpica/executer/exoparg2.c
510
ReturnDesc->Reference.Class = ACPI_REFCLASS_INDEX;
usr/src/common/acpica/executer/exoparg2.c
526
ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD;
usr/src/common/acpica/executer/exoparg2.c
527
ReturnDesc->Reference.IndexPointer =
usr/src/common/acpica/executer/exoparg2.c
539
ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD;
usr/src/common/acpica/executer/exoparg2.c
540
ReturnDesc->Reference.IndexPointer =
usr/src/common/acpica/executer/exoparg2.c
552
ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE;
usr/src/common/acpica/executer/exoparg2.c
553
ReturnDesc->Reference.Where =
usr/src/common/acpica/executer/exoparg2.c
579
ReturnDesc->Reference.Object = Operand[0];
usr/src/common/acpica/executer/exresnte.c
359
switch (SourceDesc->Reference.Class)
usr/src/common/acpica/executer/exresnte.c
377
SourceDesc->Reference.Class));
usr/src/common/acpica/executer/exresolv.c
279
RefType = StackDesc->Reference.Class;
usr/src/common/acpica/executer/exresolv.c
290
StackDesc->Reference.Value, WalkState, &ObjDesc);
usr/src/common/acpica/executer/exresolv.c
297
StackDesc->Reference.Value, ObjDesc));
usr/src/common/acpica/executer/exresolv.c
309
switch (StackDesc->Reference.TargetType)
usr/src/common/acpica/executer/exresolv.c
328
ObjDesc = *StackDesc->Reference.Where;
usr/src/common/acpica/executer/exresolv.c
359
StackDesc->Reference.TargetType, StackDesc));
usr/src/common/acpica/executer/exresolv.c
377
if ((StackDesc->Reference.Node->Type == ACPI_TYPE_DEVICE) ||
usr/src/common/acpica/executer/exresolv.c
378
(StackDesc->Reference.Node->Type == ACPI_TYPE_THERMAL))
usr/src/common/acpica/executer/exresolv.c
382
*StackPtr = (void *) StackDesc->Reference.Node;
usr/src/common/acpica/executer/exresolv.c
388
*StackPtr = (StackDesc->Reference.Node)->Object;
usr/src/common/acpica/executer/exresolv.c
538
switch (ObjDesc->Reference.Class)
usr/src/common/acpica/executer/exresolv.c
545
if (ObjDesc->Reference.Class == ACPI_REFCLASS_REFOF)
usr/src/common/acpica/executer/exresolv.c
547
Node = ObjDesc->Reference.Object;
usr/src/common/acpica/executer/exresolv.c
551
Node = ObjDesc->Reference.Node;
usr/src/common/acpica/executer/exresolv.c
587
Type = ObjDesc->Reference.TargetType;
usr/src/common/acpica/executer/exresolv.c
600
ObjDesc = *(ObjDesc->Reference.Where);
usr/src/common/acpica/executer/exresolv.c
620
Status = AcpiDsMethodDataGetValue (ObjDesc->Reference.Class,
usr/src/common/acpica/executer/exresolv.c
621
ObjDesc->Reference.Value, WalkState, &ObjDesc);
usr/src/common/acpica/executer/exresolv.c
630
Status = AcpiDsMethodDataGetNode (ObjDesc->Reference.Class,
usr/src/common/acpica/executer/exresolv.c
631
ObjDesc->Reference.Value, WalkState, &Node);
usr/src/common/acpica/executer/exresolv.c
657
ObjDesc->Reference.Class));
usr/src/common/acpica/executer/exresop.c
355
switch (ObjDesc->Reference.Class)
usr/src/common/acpica/executer/exresop.c
373
ObjDesc->Reference.Class));
usr/src/common/acpica/executer/exresop.c
380
ObjDesc->Reference.Class, ObjDesc));
usr/src/common/acpica/executer/exresop.c
462
((*StackPtr)->Reference.Class == ACPI_REFCLASS_INDEX))
usr/src/common/acpica/executer/exstore.c
272
switch (RefDesc->Reference.Class)
usr/src/common/acpica/executer/exstore.c
279
RefDesc->Reference.Object,
usr/src/common/acpica/executer/exstore.c
295
Status = AcpiDsStoreObjectToLocal (RefDesc->Reference.Class,
usr/src/common/acpica/executer/exstore.c
296
RefDesc->Reference.Value, SourceDesc, WalkState);
usr/src/common/acpica/executer/exstore.c
314
RefDesc->Reference.Class));
usr/src/common/acpica/executer/exstore.c
359
switch (IndexDesc->Reference.TargetType)
usr/src/common/acpica/executer/exstore.c
371
ObjDesc = *(IndexDesc->Reference.Where);
usr/src/common/acpica/executer/exstore.c
374
SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE)
usr/src/common/acpica/executer/exstore.c
399
IndexDesc->Reference.Object)->Common.ReferenceCount;
usr/src/common/acpica/executer/exstore.c
406
*(IndexDesc->Reference.Where) = NewDesc;
usr/src/common/acpica/executer/exstore.c
412
IndexDesc->Reference.Object)->Common.ReferenceCount;
usr/src/common/acpica/executer/exstore.c
435
ObjDesc = IndexDesc->Reference.Object;
usr/src/common/acpica/executer/exstore.c
475
ObjDesc->Buffer.Pointer[IndexDesc->Reference.Value] = Value;
usr/src/common/acpica/executer/exstoren.c
235
(SourceDesc->Reference.Class== ACPI_REFCLASS_TABLE)))
usr/src/common/acpica/namespace/nsconvert.c
660
NewObject->Reference.Node = Node;
usr/src/common/acpica/namespace/nsconvert.c
661
NewObject->Reference.Object = Node->Object;
usr/src/common/acpica/namespace/nsconvert.c
662
NewObject->Reference.Class = ACPI_REFCLASS_NAME;
usr/src/common/acpica/namespace/nspredef.c
465
if (ReturnObject->Reference.Class == ACPI_REFCLASS_NAME)
usr/src/common/acpica/namespace/nspredef.c
473
ReturnObject->Reference.Class));
usr/src/common/acpica/namespace/nsxfeval.c
680
switch (Info->ReturnObject->Reference.Class)
usr/src/common/acpica/namespace/nsxfeval.c
684
ObjDesc = *(Info->ReturnObject->Reference.Where);
usr/src/common/acpica/namespace/nsxfeval.c
689
Node = Info->ReturnObject->Reference.Object;
usr/src/common/acpica/resources/rscalc.c
921
((*SubObjectList)->Reference.Class ==
usr/src/common/acpica/resources/rscalc.c
952
(*SubObjectList)->Reference.Node);
usr/src/common/acpica/resources/rscreate.c
465
if (ObjDesc->Reference.Class != ACPI_REFCLASS_NAME)
usr/src/common/acpica/resources/rscreate.c
469
Index, ObjDesc->Reference.Class));
usr/src/common/acpica/resources/rscreate.c
473
Node = ObjDesc->Reference.Node;
usr/src/common/acpica/utilities/utcopy.c
302
switch (InternalObject->Reference.Class)
usr/src/common/acpica/utilities/utcopy.c
309
ExternalObject->Reference.Handle =
usr/src/common/acpica/utilities/utcopy.c
310
InternalObject->Reference.Node;
usr/src/common/acpica/utilities/utcopy.c
311
ExternalObject->Reference.ActualType =
usr/src/common/acpica/utilities/utcopy.c
312
AcpiNsGetType (InternalObject->Reference.Node);
usr/src/common/acpica/utilities/utcopy.c
675
InternalObject->Reference.Class = ACPI_REFCLASS_REFOF;
usr/src/common/acpica/utilities/utcopy.c
676
InternalObject->Reference.Object = ExternalObject->Reference.Handle;
usr/src/common/acpica/utilities/utcopy.c
916
if (SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE)
usr/src/common/acpica/utilities/utcopy.c
921
AcpiUtAddReference (SourceDesc->Reference.Object);
usr/src/common/acpica/utilities/utdecode.c
552
if (Object->Reference.Class > ACPI_REFCLASS_MAX)
usr/src/common/acpica/utilities/utdecode.c
557
return (AcpiGbl_RefClassNames[Object->Reference.Class]);
usr/src/common/acpica/utilities/utdelete.c
776
if ((Object->Reference.Class == ACPI_REFCLASS_INDEX) ||
usr/src/common/acpica/utilities/utdelete.c
777
(Object->Reference.Class== ACPI_REFCLASS_NAME))
usr/src/common/acpica/utilities/utdelete.c
779
NextObject = Object->Reference.Object;
usr/src/common/acpica/utilities/utobject.c
689
switch (InternalObject->Reference.Class)
usr/src/common/acpica/utilities/utobject.c
696
Size = AcpiNsGetPathnameLength (InternalObject->Reference.Node);
usr/src/common/acpica/utilities/utobject.c
714
InternalObject->Reference.Class, InternalObject));
usr/src/common/acpica/utilities/utxface.c
734
PldInfo->Reference = ACPI_PLD_GET_REFERENCE (&Dword);
usr/src/lib/fm/topo/modules/common/usb/topo_usb_acpi.c
106
infop->Reference = ACPI_PLD_GET_REFERENCE(&buf32p[3]);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_dr.c
1185
} else if (obj->Package.Elements[i].Reference.ActualType !=
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_dr.c
1197
if (obj->Package.Elements[i].Reference.Handle == NULL) {
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_dr.c
1203
rc = (*cb)(obj->Package.Elements[i].Reference.Handle,
usr/src/uts/i86pc/io/tzmon/tzmon.c
623
pr0->Package.Elements[i].Reference.Handle,
usr/src/uts/i86pc/io/tzmon/tzmon.c
652
devs->Package.Elements[i].Reference.Handle, on_off,
usr/src/uts/intel/io/acpica/acpica.c
777
gpeobj = gpe->Package.Elements[0].Reference.Handle;
usr/src/uts/intel/io/acpica/acpica_ec.c
558
gpe_hdl = gpe_obj[0].Reference.Handle;
usr/src/uts/intel/sys/acpi/acbuffer.h
250
UINT8 Reference;
usr/src/uts/intel/sys/acpi/acobject.h
644
ACPI_OBJECT_REFERENCE Reference;
usr/src/uts/intel/sys/acpi/actypes.h
1095
} Reference;