| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/ |
| H A D | lref.xr | 3 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 D | lref.t | 21 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 D | exstore.c | 272 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 D | exresolv.c | 246 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 D | exdump.c | 312 {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 D | exoparg1.c | 967 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 D | exoparg2.c | 507 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 D | exmisc.c | 173 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 D | exresop.c | 321 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 D | exresnte.c | 331 switch (SourceDesc->Reference.Class) in AcpiExResolveNodeToValue() 348 SourceDesc->Reference.Class)); in AcpiExResolveNodeToValue()
|
| /onnv-gate/usr/src/uts/intel/io/acpica/disassembler/ |
| H A D | dmobject.c | 436 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 D | basic.txt | 31 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 D | basic.pod | 42 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 D | basic.man | 42 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 D | tz.map | 21 ' # 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 D | dsobject.c | 857 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 D | dswexec.c | 543 (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 D | utcopy.c | 271 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 D | utobject.c | 649 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 D | basic.dcl | 23 -- 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 D | ati-dflt.dcl | 27 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 D | rscreate.c | 378 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 D | AudioExtent.cc | 43 ref->Reference(); // reference audio object in AudioExtent() 72 ref->Reference(); // reference new object in SetRef()
|
| H A D | AudioTypeMux.cc | 160 inbuf->Reference(); in Convert() 216 multibuf[i]->Reference(); in Convert()
|
| /onnv-gate/usr/src/cmd/man/src/util/solbookv2/ |
| H A D | solbook.dcl | 32 International Reference Version (IRV)//ESC 2/5 4/0" 85 International Reference Version (IRV)//ESC 2/5 4/0"
|