Searched refs:AML_INT_NAMEPATH_OP (Results 1 – 21 of 21) sorted by relevance
/illumos-gate/usr/src/cmd/acpi/common/ |
H A D | adwalk.c | 521 case AML_INT_NAMEPATH_OP: in AcpiDmDumpDescending() 603 if ((ChildOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmFindOrphanDescending() 645 if ((ChildOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmFindOrphanDescending() 673 case AML_INT_NAMEPATH_OP: in AcpiDmFindOrphanDescending() 900 (Op->Common.AmlOpcode != AML_INT_NAMEPATH_OP) && in AcpiDmXrefDescendingOp() 920 if (NextOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDmXrefDescendingOp() 938 if (NextOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDmXrefDescendingOp() 1248 if ((ExecuteOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmInspectPossibleArgs()
|
H A D | dmrestag.c | 606 if (BufferNameOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmCheckResourceReference() 833 AcpiPsInitOp (IndexOp, AML_INT_NAMEPATH_OP); in AcpiGetTagPathname()
|
H A D | dmswitch.c | 387 (NamePathOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP)) in AcpiDmIsSwitchBlock()
|
/illumos-gate/usr/src/common/acpica/parser/ |
H A D | psargs.c | 380 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 D | pswalk.c | 204 if (Op->Named.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiPsDeleteParseTree()
|
H A D | psloop.c | 234 case AML_INT_NAMEPATH_OP: /* AML_NAMESTRING_ARG */ in AcpiPsGetArguments()
|
H A D | psobject.c | 211 WalkState->Opcode = AML_INT_NAMEPATH_OP; in AcpiPsGetAmlOpcode()
|
/illumos-gate/usr/src/common/acpica/dispatcher/ |
H A D | dsobject.c | 194 if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDsBuildInternalObject() 262 if ((Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsBuildInternalObject() 672 case AML_INT_NAMEPATH_OP: in AcpiDsInitObjectFromOp()
|
H A D | dswload2.c | 212 (WalkState->Opcode != AML_INT_NAMEPATH_OP)) || in AcpiDsLoad2BeginOp() 220 if (WalkState->Opcode == AML_INT_NAMEPATH_OP) in AcpiDsLoad2BeginOp() 263 case AML_INT_NAMEPATH_OP: in AcpiDsLoad2BeginOp()
|
H A D | dsutils.c | 627 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand() 677 (ParentOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP)) in AcpiDsCreateOperand() 767 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand()
|
H A D | dswexec.c | 418 if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDsExecBeginOp() 549 if (WalkState->Opcode == AML_INT_NAMEPATH_OP) in AcpiDsExecEndOp()
|
H A D | dspkginit.c | 317 Arg->Common.AmlOpcode = AML_INT_NAMEPATH_OP; in AcpiDsBuildInternalPackageObj()
|
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | aslmap.c | 187 if (Opcode == AML_INT_NAMEPATH_OP) in AslMapNamedOpcodeToDataType() 418 /* NAMESEG */ OP_TABLE_ENTRY (AML_INT_NAMEPATH_OP, 0, … 419 /* NAMESTRING */ OP_TABLE_ENTRY (AML_INT_NAMEPATH_OP, 0, …
|
H A D | aslwalks.c | 1005 if ((!SourceNode && (SourceOperandOp->Asl.AmlOpcode == AML_INT_NAMEPATH_OP)) || in AnAnalyzeStoreOperator() 1006 (!TargetNode && (TargetOperandOp->Asl.AmlOpcode == AML_INT_NAMEPATH_OP))) in AnAnalyzeStoreOperator()
|
H A D | aslopcodes.c | 526 if (Op->Asl.Child->Asl.AmlOpcode == AML_INT_NAMEPATH_OP) in OpcDoConnection()
|
H A D | aslfold.c | 696 NewTarget->Common.AmlOpcode = AML_INT_NAMEPATH_OP; in TrTransformToStoreOp()
|
H A D | aslload.c | 502 if (Op->Asl.Child->Asl.AmlOpcode != AML_INT_NAMEPATH_OP) in LdNamespace1Begin()
|
/illumos-gate/usr/src/common/acpica/disassembler/ |
H A D | dmopcode.c | 233 if (PrevOp->Asl.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmDisplayTargetPathname() 523 if (IndexOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmFieldPredefinedDescription() 986 case AML_INT_NAMEPATH_OP: in AcpiDmDisassembleOneOp()
|
H A D | dmutils.c | 378 if ((Op->Common.Next->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmCommaIfListMember()
|
H A D | dmcstyle.c | 1056 if ((Target->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmIsValidTarget()
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | amlcode.h | 313 #define AML_INT_NAMEPATH_OP (UINT16) 0x002d macro
|