Home
last modified time | relevance | path

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

123456

/minix3/minix/drivers/power/acpi/executer/
H A Dexdebug.c203 switch (SourceDesc->Reference.Class) in AcpiExDoDebugObject()
207 AcpiOsPrintf ("0x%X\n", SourceDesc->Reference.Value); in AcpiExDoDebugObject()
214 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value); in AcpiExDoDebugObject()
226 if (SourceDesc->Reference.Node) in AcpiExDoDebugObject()
228 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc->Reference.Node) != in AcpiExDoDebugObject()
232 SourceDesc->Reference.Node); in AcpiExDoDebugObject()
236 AcpiOsPrintf ("Node %p [%4.4s] ", SourceDesc->Reference.Node, in AcpiExDoDebugObject()
237 (SourceDesc->Reference.Node)->Name.Ascii); in AcpiExDoDebugObject()
239 switch ((SourceDesc->Reference.Node)->Type) in AcpiExDoDebugObject()
253 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()
290 IndexDesc->Reference.Object)->Common.ReferenceCount; in AcpiExStoreObjectToIndex()
297 *(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"},
681 switch (ObjDesc->Reference.Class) in AcpiExDumpOperand()
690 AcpiOsPrintf ("%p\n", ObjDesc->Reference.Object); in AcpiExDumpOperand()
695 AcpiOsPrintf ("Table Index %X\n", ObjDesc->Reference.Value); in AcpiExDumpOperand()
700 AcpiOsPrintf ("%p [%s]\n", ObjDesc->Reference.Object, in AcpiExDumpOperand()
[all …]
H A Dexoparg1.c869 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R()
877 Operand[0]->Reference.Class, in AcpiExOpcode_1A_0T_1R()
878 Operand[0]->Reference.Value, in AcpiExOpcode_1A_0T_1R()
897 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
970 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R()
977 switch (Operand[0]->Reference.TargetType) in AcpiExOpcode_1A_0T_1R()
981 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
996 TempDesc->Buffer.Pointer[Operand[0]->Reference.Value]); in AcpiExOpcode_1A_0T_1R()
1009 ReturnDesc = *(Operand[0]->Reference.Where); in AcpiExOpcode_1A_0T_1R()
1027 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R()
[all …]
H A Dexoparg2.c397 ReturnDesc->Reference.Value = (UINT32) Index; in AcpiExOpcode_2A_1T_1R()
398 ReturnDesc->Reference.Class = ACPI_REFCLASS_INDEX; in AcpiExOpcode_2A_1T_1R()
414 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
425 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
436 ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE; in AcpiExOpcode_2A_1T_1R()
437 ReturnDesc->Reference.Where = &Operand[0]->Package.Elements [Index]; in AcpiExOpcode_2A_1T_1R()
460 ReturnDesc->Reference.Object = Operand[0]; in AcpiExOpcode_2A_1T_1R()
H A Dexmisc.c97 switch (ObjDesc->Reference.Class) in AcpiExGetObjectReference()
105 ReferencedObj = ObjDesc->Reference.Object; in AcpiExGetObjectReference()
111 ObjDesc->Reference.Class)); in AcpiExGetObjectReference()
139 ReferenceObj->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiExGetObjectReference()
140 ReferenceObj->Reference.Object = ReferencedObj; in AcpiExGetObjectReference()
H A Dexresop.c245 switch (ObjDesc->Reference.Class) in AcpiExResolveOperands()
263 ObjDesc->Reference.Class)); in AcpiExResolveOperands()
270 ObjDesc->Reference.Class, ObjDesc)); in AcpiExResolveOperands()
349 ((*StackPtr)->Reference.Class == ACPI_REFCLASS_INDEX)) in AcpiExResolveOperands()
H A Dexresnte.c251 switch (SourceDesc->Reference.Class) in AcpiExResolveNodeToValue()
269 SourceDesc->Reference.Class)); in AcpiExResolveNodeToValue()
/minix3/minix/drivers/power/acpi/dispatcher/
H A Ddsobject.c798 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_LOCAL_OP; in AcpiDsInitObjectFromOp()
799 ObjDesc->Reference.Class = ACPI_REFCLASS_LOCAL; in AcpiDsInitObjectFromOp()
803 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp()
805 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp()
813 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_ARG_OP; in AcpiDsInitObjectFromOp()
814 ObjDesc->Reference.Class = ACPI_REFCLASS_ARG; in AcpiDsInitObjectFromOp()
818 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp()
820 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp()
832 ObjDesc->Reference.Node = Op->Common.Node; in AcpiDsInitObjectFromOp()
833 ObjDesc->Reference.Object = Op->Common.Node->Object; in AcpiDsInitObjectFromOp()
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dtailcall-fastisel.ll5 define fastcc i8* @"visit_array_aux<`Reference>"(%0 %arg, i32 %arg1) nounwind {
7 %tmp20 = tail call fastcc i8* @"visit_array_aux<`Reference>"(%0 %arg, i32 undef) ; <i8*> [#uses=1]
8 ; CHECK: jmp "_visit_array_aux<`Reference>" ## TAILCALL
/minix3/external/bsd/mdocml/dist/
H A Dexample.style.css58 div.mandoc span.ref-auth { } /* Reference author (%A). */
59 div.mandoc i.ref-book { font-weight: normal; } /* Reference book (%B). */
60 div.mandoc span.ref-city { } /* Reference city (%C). */
61 div.mandoc span.ref-date { } /* Reference date (%D). */
62 div.mandoc i.ref-issue { font-weight: normal; } /* Reference issuer/publisher (%I). */
63 div.mandoc i.ref-jrnl { font-weight: normal; } /* Reference journal (%J). */
64 div.mandoc span.ref-num { } /* Reference number (%N). */
65 div.mandoc span.ref-opt { } /* Reference optionals (%O). */
66 div.mandoc span.ref-page { } /* Reference page (%P). */
67 div.mandoc span.ref-corp { } /* Reference corporate/foreign author (%Q). */
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp38 struct Reference { struct
39 Reference() in Reference() argument
42 Reference &operator|=(const Reference &Other) { in operator |=() argument
77 Reference getRegReferences(MachineInstr *MI, unsigned Reg);
139 Reference SystemZElimCompare::getRegReferences(MachineInstr *MI, unsigned Reg) { in getRegReferences()
140 Reference Ref; in getRegReferences()
332 Reference CCRefs; in optimizeCompareZero()
333 Reference SrcRefs; in optimizeCompareZero()
449 Reference CCRefs(getRegReferences(MI, SystemZ::CC)); in processBlock()
/minix3/minix/drivers/storage/mmc/
H A Demmc.txt18 BeagleBone Black System Reference Manual, Revision A5.6.
19 AM335x Sitara Processors Technical Reference Manual. Literature number: SPRUH73L
22 OMAP35x Applications Processor Technical Reference Manual. Literature number: SPRUF98X
/minix3/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj67 <Reference
72 <Reference
77 <Reference
82 <Reference
/minix3/minix/drivers/power/acpi/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()
805 if (SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiUtCopySimpleObject()
810 AcpiUtAddReference (SourceDesc->Reference.Object); in AcpiUtCopySimpleObject()
H A Dutdecode.c428 if (Object->Reference.Class > ACPI_REFCLASS_MAX) in AcpiUtGetReferenceName()
433 return (AcpiGbl_RefClassNames[Object->Reference.Class]); in AcpiUtGetReferenceName()
/minix3/external/bsd/file/dist/magic/magdir/
H A Dacorn8 # From RISC OS Programmer's Reference Manual, Appendix D
18 # From RISC OS Programmer's Reference Manual, Appendix E
22 # From RISC OS Programmer's Reference Manual, Appendix E
31 # From RISC OS Programmer's Reference Manual, Appendix E
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp165 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() argument
166 Match(Reference->getNameInfo().getAsString(), Reference->getLocation()); in VisitDeclRefExpr()
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dretain-release-cache-out.m16 [x release]; // expected-warning {{Reference-counted object is used after it is released}}
26 [x release]; // expected-warning {{Reference-counted object is used after it is released}}
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dast-print.cpp10 struct Reference struct
17 Reference r; in test1() argument
/minix3/external/bsd/nvi/dist/docs/
H A DREADME8 exref/ Roff source for "Ex Reference Manual -- Version 3.7". This
20 with 4.4BSD. It includes the historic "Vi Quick Reference" card.
/minix3/external/bsd/dhcp/dist/doc/devel/
H A Domapi.dox12 @section dhcpctl dhcpctl Reference Guide
/minix3/minix/drivers/power/acpi/resources/
H A Drscreate.c356 if (ObjDesc->Reference.Class != ACPI_REFCLASS_NAME) in AcpiRsCreatePciRoutingTable()
360 Index, ObjDesc->Reference.Class)); in AcpiRsCreatePciRoutingTable()
364 Node = ObjDesc->Reference.Node; in AcpiRsCreatePciRoutingTable()
/minix3/minix/drivers/power/acpi/namespace/
H A Dnspredef.c357 if (ReturnObject->Reference.Class == ACPI_REFCLASS_NAME) in AcpiNsCheckReference()
365 ReturnObject->Reference.Class)); in AcpiNsCheckReference()

123456