Home
last modified time | relevance | path

Searched refs:AML_INT_NAMEPATH_OP (Results 1 – 21 of 21) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/common/
H A Dadwalk.c522 case AML_INT_NAMEPATH_OP: in AcpiDmDumpDescending()
614 if ((ChildOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmFindOrphanDescending()
656 if ((ChildOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmFindOrphanDescending()
684 case AML_INT_NAMEPATH_OP: in AcpiDmFindOrphanDescending()
911 (Op->Common.AmlOpcode != AML_INT_NAMEPATH_OP) && in AcpiDmXrefDescendingOp()
931 if (NextOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDmXrefDescendingOp()
949 if (NextOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDmXrefDescendingOp()
1259 if ((ExecuteOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmInspectPossibleArgs()
H A Ddmrestag.c616 if (BufferNameOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmCheckResourceReference()
855 AcpiPsInitOp (IndexOp, AML_INT_NAMEPATH_OP); in AcpiGetTagPathname()
H A Ddmswitch.c389 (NamePathOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP)) in AcpiDmIsSwitchBlock()
/dragonfly/sys/contrib/dev/acpica/source/components/parser/
H A Dpsargs.c380 AcpiPsInitOp (Arg, AML_INT_NAMEPATH_OP); in AcpiPsGetNextNamepath()
431 NameOp = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, Start); in AcpiPsGetNextNamepath()
607 AcpiPsInitOp (Arg, AML_INT_NAMEPATH_OP); in AcpiPsGetNextSimpleArg()
848 Arg = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, Aml); in AcpiPsGetNextField()
1011 Arg = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, ParserState->Aml); in AcpiPsGetNextArg()
1043 Arg = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, ParserState->Aml); in AcpiPsGetNextArg()
H A Dpswalk.c204 if (Op->Named.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiPsDeleteParseTree()
H A Dpsloop.c226 case AML_INT_NAMEPATH_OP: /* AML_NAMESTRING_ARG */ in AcpiPsGetArguments()
H A Dpsobject.c211 WalkState->Opcode = AML_INT_NAMEPATH_OP; in AcpiPsGetAmlOpcode()
/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddsobject.c193 if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDsBuildInternalObject()
261 if ((Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsBuildInternalObject()
661 case AML_INT_NAMEPATH_OP: in AcpiDsInitObjectFromOp()
H A Ddswload2.c215 (WalkState->Opcode != AML_INT_NAMEPATH_OP)) || in AcpiDsLoad2BeginOp()
223 if (WalkState->Opcode == AML_INT_NAMEPATH_OP) in AcpiDsLoad2BeginOp()
266 case AML_INT_NAMEPATH_OP: in AcpiDsLoad2BeginOp()
H A Ddsutils.c625 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand()
675 (ParentOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP)) in AcpiDsCreateOperand()
763 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand()
H A Ddswexec.c418 if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDsExecBeginOp()
550 if (WalkState->Opcode == AML_INT_NAMEPATH_OP) in AcpiDsExecEndOp()
H A Ddspkginit.c343 Arg->Common.AmlOpcode = AML_INT_NAMEPATH_OP; in AcpiDsBuildInternalPackageObj()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslmap.c187 if (Opcode == AML_INT_NAMEPATH_OP) in AslMapNamedOpcodeToDataType()
420 /* NAMESEG */ OP_TABLE_ENTRY (AML_INT_NAMEPATH_OP, 0, …
421 /* NAMESTRING */ OP_TABLE_ENTRY (AML_INT_NAMEPATH_OP, 0, …
H A Daslwalks.c1193 if ((!SourceNode && (SourceOperandOp->Asl.AmlOpcode == AML_INT_NAMEPATH_OP)) || in AnAnalyzeStoreOperator()
1194 (!TargetNode && (TargetOperandOp->Asl.AmlOpcode == AML_INT_NAMEPATH_OP))) in AnAnalyzeStoreOperator()
H A Daslopcodes.c526 if (Op->Asl.Child->Asl.AmlOpcode == AML_INT_NAMEPATH_OP) in OpcDoConnection()
H A Daslfold.c696 NewTarget->Common.AmlOpcode = AML_INT_NAMEPATH_OP; in TrTransformToStoreOp()
H A Daslload.c552 if (Op->Asl.Child->Asl.AmlOpcode != AML_INT_NAMEPATH_OP) in LdNamespace1Begin()
/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmopcode.c234 if (PrevOp->Asl.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmDisplayTargetPathname()
524 if (IndexOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmFieldPredefinedDescription()
987 case AML_INT_NAMEPATH_OP: in AcpiDmDisassembleOneOp()
H A Ddmutils.c379 if ((Op->Common.Next->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmCommaIfListMember()
H A Ddmcstyle.c1057 if ((Target->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmIsValidTarget()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Damlcode.h313 #define AML_INT_NAMEPATH_OP (UINT16) 0x002d macro