Home
last modified time | relevance | path

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

12345

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dlref.xr3 Reference the the section entry in the manpage manpage
5 Reference the the section entry in the manpage manpage
7 Reference the the section entry in the manpage manpage
9 Reference the the section entry in the manpage manpage
11 Reference the the section on "manpage/section"
13 Reference the the section entry in the "manpage" manpage
15 Reference the the section on "section" in the manpage manpage
17 Reference the the section entry in the manpage manpage
19 Reference the the section entry in the manpage manpage
23 Reference the thistext
[all …]
H A Dlref.t21 Reference the L<manpage/section>
23 Reference the L<manpage / section>
25 Reference the L<manpage/ section>
27 Reference the L<manpage /section>
29 Reference the L<"manpage/section">
31 Reference the L<"manpage"/section>
33 Reference the L<manpage/"section">
35 Reference the L<manpage/
38 Reference the L<manpage
43 Reference the L<thistext|manpage/section>
[all …]
/onnv-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexstore.c272 switch (SourceDesc->Reference.Class) in AcpiExDoDebugObject()
277 SourceDesc->Reference.Value)); in AcpiExDoDebugObject()
285 SourceDesc->Reference.Value)); in AcpiExDoDebugObject()
296 if (SourceDesc->Reference.Node) in AcpiExDoDebugObject()
298 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc->Reference.Node) != in AcpiExDoDebugObject()
303 SourceDesc->Reference.Node)); in AcpiExDoDebugObject()
308 SourceDesc->Reference.Node, (SourceDesc->Reference.Node)->Name.Ascii)); in AcpiExDoDebugObject()
310 switch ((SourceDesc->Reference.Node)->Type) in AcpiExDoDebugObject()
323 AcpiExDoDebugObject ((SourceDesc->Reference.Node)->Object, in AcpiExDoDebugObject()
329 else if (SourceDesc->Reference.Object) in AcpiExDoDebugObject()
[all …]
H A Dexresolv.c246 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()
258 StackDesc->Reference.Value, WalkState, &ObjDesc); in AcpiExResolveObjectToValue()
265 StackDesc->Reference.Value, ObjDesc)); in AcpiExResolveObjectToValue()
278 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue()
298 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue()
330 StackDesc->Reference.TargetType, StackDesc)); in AcpiExResolveObjectToValue()
349 if ((StackDesc->Reference.Node->Type == ACPI_TYPE_DEVICE) || in AcpiExResolveObjectToValue()
350 (StackDesc->Reference.Node->Type == ACPI_TYPE_THERMAL)) in AcpiExResolveObjectToValue()
354 *StackPtr = (void *) StackDesc->Reference.Node; in AcpiExResolveObjectToValue()
360 *StackPtr = (StackDesc->Reference.Node)->Object; in AcpiExResolveObjectToValue()
[all …]
H A Dexdump.c312 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.Class), "Class"},
313 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.TargetType), "Target Type"},
314 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Reference.Value), "Value"},
315 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Object), "Object Desc"},
316 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Node), "Node"},
317 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Where), "Where"},
601 switch (ObjDesc->Reference.Class) in AcpiExDumpOperand()
611 AcpiOsPrintf ("%p\n", ObjDesc->Reference.Object); in AcpiExDumpOperand()
617 AcpiOsPrintf ("Table Index %X\n", ObjDesc->Reference.Value); in AcpiExDumpOperand()
623 AcpiOsPrintf ("%p [%s]\n", ObjDesc->Reference.Object, in AcpiExDumpOperand()
[all …]
H A Dexoparg1.c967 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R()
975 Operand[0]->Reference.Class, in AcpiExOpcode_1A_0T_1R()
976 Operand[0]->Reference.Value, in AcpiExOpcode_1A_0T_1R()
995 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
1066 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R()
1074 switch (Operand[0]->Reference.TargetType) in AcpiExOpcode_1A_0T_1R()
1078 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
1093 TempDesc->Buffer.Pointer[Operand[0]->Reference.Value]); in AcpiExOpcode_1A_0T_1R()
1108 ReturnDesc = *(Operand[0]->Reference.Where); in AcpiExOpcode_1A_0T_1R()
1120 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R()
[all …]
H A Dexoparg2.c507 ReturnDesc->Reference.Value = (UINT32) Index; in AcpiExOpcode_2A_1T_1R()
508 ReturnDesc->Reference.Class = ACPI_REFCLASS_INDEX; in AcpiExOpcode_2A_1T_1R()
523 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
533 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
543 ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE; in AcpiExOpcode_2A_1T_1R()
544 ReturnDesc->Reference.Where = &Operand[0]->Package.Elements [Index]; in AcpiExOpcode_2A_1T_1R()
567 ReturnDesc->Reference.Object = Operand[0]; in AcpiExOpcode_2A_1T_1R()
H A Dexmisc.c173 switch (ObjDesc->Reference.Class) in AcpiExGetObjectReference()
181 ReferencedObj = ObjDesc->Reference.Object; in AcpiExGetObjectReference()
187 ObjDesc->Reference.Class)); in AcpiExGetObjectReference()
218 ReferenceObj->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiExGetObjectReference()
219 ReferenceObj->Reference.Object = ReferencedObj; in AcpiExGetObjectReference()
H A Dexresop.c321 switch (ObjDesc->Reference.Class) in AcpiExResolveOperands()
339 ObjDesc->Reference.Class)); in AcpiExResolveOperands()
346 ObjDesc->Reference.Class, ObjDesc)); in AcpiExResolveOperands()
429 ((*StackPtr)->Reference.Class == ACPI_REFCLASS_INDEX)) in AcpiExResolveOperands()
H A Dexresnte.c331 switch (SourceDesc->Reference.Class) in AcpiExResolveNodeToValue()
348 SourceDesc->Reference.Class)); in AcpiExResolveNodeToValue()
/onnv-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmobject.c436 switch (ObjDesc->Reference.Class) in AcpiDmDisplayInternalObject()
440 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value); in AcpiDmDisplayInternalObject()
444 [ObjDesc->Reference.Value].Object; in AcpiDmDisplayInternalObject()
453 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value); in AcpiDmDisplayInternalObject()
457 [ObjDesc->Reference.Value].Object; in AcpiDmDisplayInternalObject()
466 switch (ObjDesc->Reference.TargetType) in AcpiDmDisplayInternalObject()
470 AcpiOsPrintf ("%p", ObjDesc->Reference.Object); in AcpiDmDisplayInternalObject()
471 AcpiDmDecodeInternalObject (ObjDesc->Reference.Object); in AcpiDmDisplayInternalObject()
476 AcpiOsPrintf ("%p", ObjDesc->Reference.Where); in AcpiDmDisplayInternalObject()
477 if (!ObjDesc->Reference.Where) in AcpiDmDisplayInternalObject()
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dbasic.txt31 Reference the "section" in manpage
33 Reference the "section" in manpage
35 Reference the "section" in manpage
37 Reference the "section" in manpage
39 Reference the "manpage/section"
41 Reference the "section" in "manpage"
43 Reference the "section" in manpage
45 Reference the "section" in manpage
47 Reference the "section" in manpage
51 Reference the thistext|
[all …]
H A Dbasic.pod42 Reference the L<manpage/section>
44 Reference the L<manpage / section>
46 Reference the L<manpage/ section>
48 Reference the L<manpage /section>
50 Reference the L<"manpage/section">
52 Reference the L<"manpage"/section>
54 Reference the L<manpage/"section">
56 Reference the L<manpage/
59 Reference the L<manpage
64 Reference the L<thistext|manpage/section>|
[all …]
H A Dbasic.man42 Reference the \*(L"section\*(R" in manpage
44 Reference the \*(L"section\*(R" in manpage
46 Reference the \*(L"section\*(R" in manpage
48 Reference the \*(L"section\*(R" in manpage
50 Reference the \*(L"manpage/section\*(R"
52 Reference the \*(L"section\*(R" in \*(L"manpage\*(R"
54 Reference the \*(L"section\*(R" in manpage
56 Reference the \*(L"section\*(R" in manpage
58 Reference the \*(L"section\*(R" in manpage
62 Reference the thistext|
[all …]
/onnv-gate/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 …]
/onnv-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsobject.c857 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_LOCAL_OP; in AcpiDsInitObjectFromOp()
858 ObjDesc->Reference.Class = ACPI_REFCLASS_LOCAL; in AcpiDsInitObjectFromOp()
862 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp()
864 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp()
873 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_ARG_OP; in AcpiDsInitObjectFromOp()
874 ObjDesc->Reference.Class = ACPI_REFCLASS_ARG; in AcpiDsInitObjectFromOp()
878 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp()
880 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp()
892 ObjDesc->Reference.Node = Op->Common.Node; in AcpiDsInitObjectFromOp()
893 ObjDesc->Reference.Object = Op->Common.Node->Object; in AcpiDsInitObjectFromOp()
[all …]
H A Ddswexec.c543 (WalkState->Operands[0]->Reference.Class == in AcpiDsExecEndOp()
544 WalkState->Operands[1]->Reference.Class) && in AcpiDsExecEndOp()
545 (WalkState->Operands[0]->Reference.Value == in AcpiDsExecEndOp()
546 WalkState->Operands[1]->Reference.Value)) in AcpiDsExecEndOp()
/onnv-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutcopy.c271 switch (InternalObject->Reference.Class) in AcpiUtCopyIsimpleToEsimple()
279 ExternalObject->Reference.Handle = in AcpiUtCopyIsimpleToEsimple()
280 InternalObject->Reference.Node; in AcpiUtCopyIsimpleToEsimple()
281 ExternalObject->Reference.ActualType = in AcpiUtCopyIsimpleToEsimple()
282 AcpiNsGetType (InternalObject->Reference.Node); in AcpiUtCopyIsimpleToEsimple()
652 InternalObject->Reference.Class = ACPI_REFCLASS_NAME; in AcpiUtCopyEsimpleToIsimple()
653 InternalObject->Reference.Node = ExternalObject->Reference.Handle; in AcpiUtCopyEsimpleToIsimple()
880 if (SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiUtCopySimpleObject()
885 AcpiUtAddReference (SourceDesc->Reference.Object); in AcpiUtCopySimpleObject()
H A Dutobject.c649 switch (InternalObject->Reference.Class) in AcpiUtGetSimpleObjectSize()
657 Size = AcpiNsGetPathnameLength (InternalObject->Reference.Node); in AcpiUtGetSimpleObjectSize()
676 InternalObject->Reference.Class, InternalObject)); in AcpiUtGetSimpleObjectSize()
/onnv-gate/usr/src/cmd/man/src/util/
H A Dbasic.dcl23 -- Basic SGML declaration using Reference Concrete Syntax --
26 International Reference Version (IRV)//ESC 2/5 4/0"
61 International Reference Version (IRV)//ESC 2/5 4/0"
H A Dati-dflt.dcl27 International Reference Version (IRV)//ESC 2/5 4/0"
63 International Reference Version (IRV)//ESC 2/5 4/0"
/onnv-gate/usr/src/uts/intel/io/acpica/resources/
H A Drscreate.c378 if (ObjDesc->Reference.Class != ACPI_REFCLASS_NAME) in AcpiRsCreatePciRoutingTable()
382 Index, ObjDesc->Reference.Class)); in AcpiRsCreatePciRoutingTable()
386 Node = ObjDesc->Reference.Node; in AcpiRsCreatePciRoutingTable()
/onnv-gate/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()
/onnv-gate/usr/src/cmd/man/src/util/solbookv2/
H A Dsolbook.dcl32 International Reference Version (IRV)//ESC 2/5 4/0"
85 International Reference Version (IRV)//ESC 2/5 4/0"

12345