Home
last modified time | relevance | path

Searched refs:ParseOpcode (Results 1 – 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasloperands.c315 Next->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpnDoMethod()
356 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in OpnDoFieldCommon()
387 Next->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpnDoFieldCommon()
400 switch (Next->Asl.ParseOpcode) in OpnDoFieldCommon()
716 switch (InitializerOp->Asl.ParseOpcode) in OpnDoBuffer()
914 Op->Asl.ParseOpcode = PARSEOP_PACKAGE; in OpnDoPackage()
980 if (Next->Asl.ParseOpcode == DEFAULT_ARG) in OpnDoLoadTable()
983 Next->Asl.ParseOpcode = ZERO; in OpnDoLoadTable()
989 if (Next->Asl.ParseOpcode == DEFAULT_ARG) in OpnDoLoadTable()
992 Next->Asl.ParseOpcode = ZERO; in OpnDoLoadTable()
[all …]
H A Daslparseop.c179 UINT32 ParseOpcode, in TrCreateOp() argument
195 Op = TrAllocateOp (ParseOpcode); in TrCreateOp()
204 switch (ParseOpcode) in TrCreateOp()
356 UINT32 ParseOpcode) in TrCreateLeafOp() argument
361 Op = TrAllocateOp (ParseOpcode); in TrCreateLeafOp()
393 Op = TrAllocateOp (ParseOpcode); in TrCreateValuedLeafOp()
402 switch (ParseOpcode) in TrCreateValuedLeafOp()
499 Op->Asl.ParseOpcode = OriginalOp->Asl.ParseOpcode; in TrCreateTargetOp()
555 switch (Source->Asl.ParseOpcode) in TrCreateAssignmentOp()
699 switch (ParseOpcode) in TrCreateConstantLeafOp()
[all …]
H A Daslpld.c203 UINT16 ParseOpcode; in OpcDoPld() local
213 if (Op->Asl.ParseOpcode != PARSEOP_TOPLD) in OpcDoPld()
228 ParseOpcode = ThisOp->Asl.Child->Asl.ParseOpcode; in OpcDoPld()
231 switch (ThisOp->Asl.ParseOpcode) in OpcDoPld()
235 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
252 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
271 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
300 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
327 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
356 if (ParseOpcode == PARSEOP_INTEGER) in OpcDoPld()
[all …]
H A Daslnamesp.c324 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in NsDoOneNamespaceObject()
329 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in NsDoOneNamespaceObject()
330 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) in NsDoOneNamespaceObject()
342 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in NsDoOneNamespaceObject()
347 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in NsDoOneNamespaceObject()
348 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) in NsDoOneNamespaceObject()
360 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in NsDoOneNamespaceObject()
373 switch (Op->Asl.ParseOpcode) in NsDoOneNamespaceObject()
414 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in NsDoOneNamespaceObject()
428 (Op->Asl.ParseOpcode == PARSEOP_RAW_DATA)) in NsDoOneNamespaceObject()
[all …]
H A Daslxrefout.c348 switch (Op->Asl.ParseOpcode) in OtXrefWalkPart1()
402 switch (NextOp->Asl.ParseOpcode) in OtXrefWalkPart1()
525 if ((Op->Asl.ParseOpcode != PARSEOP_NAMESEG) && in OtXrefAnalysisWalkPart1()
598 (Op->Asl.ParseOpcode != PARSEOP_METHOD)) in OtXrefWalkPart2()
747 (Op->Asl.ParseOpcode == PARSEOP_METHOD)) in OtXrefWalkPart3()
760 if ((Op->Asl.ParseOpcode != PARSEOP_NAME) && in OtXrefWalkPart3()
761 (Op->Asl.ParseOpcode != PARSEOP_DEVICE) && in OtXrefWalkPart3()
762 (Op->Asl.ParseOpcode != PARSEOP_MUTEX) && in OtXrefWalkPart3()
764 (Op->Asl.ParseOpcode != PARSEOP_FIELD) && in OtXrefWalkPart3()
765 (Op->Asl.ParseOpcode != PARSEOP_EVENT)) in OtXrefWalkPart3()
[all …]
H A Daslprune.c179 UINT16 ParseOpcode; member
212 PruneObj.ParseOpcode = (UINT16) PARSEOP_DEVICE; in AslPruneParseTree()
216 PruneObj.ParseOpcode = (UINT16) PARSEOP_METHOD; in AslPruneParseTree()
220 PruneObj.ParseOpcode = (UINT16) PARSEOP_IF; in AslPruneParseTree()
301 if ((Op->Asl.ParseOpcode != PruneObj->ParseOpcode) && in PrTreePruneWalk()
302 !(Op->Asl.ParseOpcode == PARSEOP_ELSE && in PrTreePruneWalk()
303 PruneObj->ParseOpcode == PARSEOP_IF)) in PrTreePruneWalk()
308 switch (Op->Asl.ParseOpcode) in PrTreePruneWalk()
329 if (Op->Asl.ParseOpcode == PARSEOP_ELSE) in PrTreePruneWalk()
H A Daslxref.c606 (Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) && in XfNamespaceLocateBegin()
607 (Op->Asl.ParseOpcode != PARSEOP_NAMESEG) && in XfNamespaceLocateBegin()
608 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL) && in XfNamespaceLocateBegin()
609 (Op->Asl.ParseOpcode != PARSEOP_EXTERNAL)) in XfNamespaceLocateBegin()
630 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) || in XfNamespaceLocateBegin()
633 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL)) in XfNamespaceLocateBegin()
785 if ((Op->Asl.ParseOpcode != PARSEOP_ALIAS) && in XfNamespaceLocateBegin()
914 Op->Asl.ParseOpcode = PARSEOP_INTEGER; in XfNamespaceLocateBegin()
923 …else if ((((Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) || (Op->Asl.ParseOpcode == PARSEOP_NAMESEG)… in XfNamespaceLocateBegin()
975 Op->Asl.ParseOpcode = PARSEOP_METHODCALL; in XfNamespaceLocateBegin()
[all …]
H A Daslwalks.c194 switch (Op->Asl.ParseOpcode) in AnMethodTypingWalkEnd()
346 if (ArgOp->Asl.ParseOpcode == PARSEOP_METHODCALL) in AnOperandTypecheckWalkEnd()
432 if ((ArgOp->Asl.ParseOpcode == PARSEOP_INTEGER) || in AnOperandTypecheckWalkEnd()
433 (ArgOp->Asl.ParseOpcode == PARSEOP_RAW_DATA)) in AnOperandTypecheckWalkEnd()
547 switch (ArgOp->Asl.ParseOpcode) in AnOperandTypecheckWalkEnd()
720 switch (Op->Asl.ParseOpcode) in AnOtherSemanticAnalysisWalkBegin()
741 switch (Op->Asl.ParseOpcode) in AnOtherSemanticAnalysisWalkBegin()
796 if ((ArgOp->Asl.ParseOpcode == PARSEOP_ZERO) || in AnOtherSemanticAnalysisWalkBegin()
797 ((ArgOp->Asl.ParseOpcode == PARSEOP_INTEGER) && in AnOtherSemanticAnalysisWalkBegin()
924 switch (SourceOperandOp->Asl.ParseOpcode) in AnAnalyzeStoreOperator()
[all …]
H A Daslbtypes.c512 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in AnGetBtype()
513 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) || in AnGetBtype()
514 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL)) in AnGetBtype()
521 if ((Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEWORDFIELD) || in AnGetBtype()
522 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEDWORDFIELD) || in AnGetBtype()
524 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEBYTEFIELD) || in AnGetBtype()
525 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEBITFIELD) || in AnGetBtype()
526 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEFIELD) || in AnGetBtype()
527 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONDREFOF)) in AnGetBtype()
547 if (Op->Asl.ParseOpcode == PARSEOP_METHODCALL) in AnGetBtype()
[all …]
H A Dasltree.c176 UINT32 ParseOpcode, in TrSetOpIntegerValue() argument
187 UtGetOpName (Op->Asl.ParseOpcode), in TrSetOpIntegerValue()
188 UtGetOpName (ParseOpcode)); in TrSetOpIntegerValue()
192 if (Op->Asl.ParseOpcode == PARSEOP_ONES) in TrSetOpIntegerValue()
194 switch (ParseOpcode) in TrSetOpIntegerValue()
220 Op->Asl.ParseOpcode = (UINT16) ParseOpcode; in TrSetOpIntegerValue()
227 switch (ParseOpcode) in TrSetOpIntegerValue()
257 (ParseOpcode == PARSEOP_METHODCALL)) in TrSetOpIntegerValue()
479 switch (Op->Asl.ParseOpcode) in TrLinkOpChildren()
484 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in TrLinkOpChildren()
[all …]
H A Daslopcodes.c213 if (Op->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE) in OpcAmlOpcodeUpdateWalk()
453 TypeOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
464 AttribOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
496 LengthOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
551 BufferOp->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoConnection()
556 BufferLengthOp->Asl.ParseOpcode = PARSEOP_INTEGER; in OpcDoConnection()
561 BufferDataOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoConnection()
602 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoUnicode()
760 Op->Asl.ParseOpcode = PARSEOP_INTEGER; in OpcDoEisaId()
806 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoUuId()
[all …]
H A Daslmethod.c211 switch (Op->Asl.ParseOpcode) in MtMethodAnalysisWalkBegin()
288 NextType->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in MtMethodAnalysisWalkBegin()
299 if (NextType->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in MtMethodAnalysisWalkBegin()
316 NextType->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in MtMethodAnalysisWalkBegin()
512 if (Next->Asl.ParseOpcode == PARSEOP_WHILE) in MtMethodAnalysisWalkBegin()
529 if ((Op->Asl.Child->Asl.ParseOpcode == PARSEOP_INTEGER) && in MtMethodAnalysisWalkBegin()
585 if ((Next->Asl.ParseOpcode == PARSEOP_PACKAGE) || in MtMethodAnalysisWalkBegin()
586 (Next->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE)) in MtMethodAnalysisWalkBegin()
703 switch (Op->Asl.ParseOpcode) in MtMethodAnalysisWalkEnd()
724 switch (Op->Asl.ParseOpcode) in MtMethodAnalysisWalkEnd()
[all …]
H A Dasltransform.c177 UINT16 ParseOpcode);
296 UINT16 ParseOpcode) in TrAmlInitNode() argument
299 Op->Asl.ParseOpcode = ParseOpcode; in TrAmlInitNode()
405 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK) in TrAmlTransformWalkEnd()
441 switch (Op->Asl.ParseOpcode) in TrTransformSubtree()
474 Op->Asl.ParseOpcode = PARSEOP_STRING_LITERAL; in TrTransformSubtree()
482 if (MethodOp->Asl.ParseOpcode == PARSEOP_METHOD) in TrTransformSubtree()
635 if (Next->Asl.ParseOpcode == PARSEOP_CASE) in TrDoSwitch()
771 else if (Next->Asl.ParseOpcode == PARSEOP_DEFAULT) in TrDoSwitch()
837 while ((Next->Asl.ParseOpcode != PARSEOP_METHOD) && in TrDoSwitch()
[all …]
H A Daslanalyze.c249 if (Op->Asl.ParseOpcode != PARSEOP_STRING_LITERAL) in AnCheckId()
385 (Next->Asl.ParseOpcode == PARSEOP_RETURN)) in AnLastStatementIsReturn()
496 switch (Op->Asl.ParseOpcode) in AnIsResultUsed()
513 switch (Parent->Asl.ParseOpcode) in AnIsResultUsed()
622 if ((NextOp->Asl.ParseOpcode == PARSEOP_METHOD) || in ApCheckForGpeNameConflict()
623 (NextOp->Asl.ParseOpcode == PARSEOP_NAME)) in ApCheckForGpeNameConflict()
683 if (Next->Asl.ParseOpcode == PARSEOP_OPERATIONREGION) in ApCheckRegMethod()
756 switch (Op->Asl.ParseOpcode) in ApDeviceSubtreeWalk()
831 if ((Next->Asl.ParseOpcode == PARSEOP_METHOD) || in ApFindNameInScope()
832 (Next->Asl.ParseOpcode == PARSEOP_NAME)) in ApFindNameInScope()
H A Daslload.c543 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in LdNamespace1Begin()
544 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) in LdNamespace1Begin()
612 switch (Op->Asl.ParseOpcode) in LdNamespace1Begin()
857 (Op->Asl.ParseOpcode != PARSEOP_EXTERNAL)) in LdNamespace1Begin()
880 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL)) in LdNamespace1Begin()
951 if (Op->Asl.ParseOpcode == PARSEOP_METHOD) in LdNamespace1Begin()
1013 if ((Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) && in LdNamespace2Begin()
1025 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in LdNamespace2Begin()
1044 if (Op->Asl.ParseOpcode == PARSEOP_ALIAS) in LdNamespace2Begin()
1137 if ((Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) && in LdCommonNamespaceEnd()
[all …]
H A Daslresource.c609 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsSetFlagBits()
632 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsSetFlagBits16()
668 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in RsCompleteNodeAndGetNext()
714 if (NextOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsCheckListForDuplicates()
763 switch (Info->DescriptorTypeOp->Asl.ParseOpcode) in RsDoOneResourceDescriptor()
1035 Info->DescriptorTypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in RsDoOneResourceDescriptor()
1153 if (DescriptorTypeOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoResourceTemplate()
1170 if (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONNECTION) in RsDoResourceTemplate()
1215 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in RsDoResourceTemplate()
1220 BufferLengthOp->Asl.ParseOpcode = PARSEOP_INTEGER; in RsDoResourceTemplate()
[all …]
H A Daslexternal.c199 ArgCountOp->Asl.ParseOpcode = PARSEOP_BYTECONST; in ExDoExternal()
345 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK) in ExAmlExternalWalkBegin()
355 if (Op->Asl.ParseOpcode != PARSEOP_METHODCALL) in ExAmlExternalWalkBegin()
365 Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_EXTERNAL) in ExAmlExternalWalkBegin()
397 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK) in ExAmlExternalWalkEnd()
473 if (Next->Asl.ParseOpcode == PARSEOP_NAMESEG) in ExMoveExternals()
475 Next->Asl.ParseOpcode = PARSEOP_NAMESTRING; in ExMoveExternals()
579 Gbl_ExternalsListHead->Asl.ParseOpcode = PARSEOP_IF; in ExMoveExternals()
H A Daslmaputils.c198 switch (Op->Asl.ParseOpcode) in MpGetHidFromParseTree()
205 switch (Arg->Asl.ParseOpcode) in MpGetHidFromParseTree()
476 (Op->Asl.ParseOpcode == PARSEOP_CONNECTION)) in MpGetConnectionInfo()
485 (NextOp->Asl.ParseOpcode != PARSEOP_NAMESEG) && in MpGetConnectionInfo()
498 if (NextOp->Asl.ParseOpcode == PARSEOP_NAMESEG) in MpGetConnectionInfo()
H A Daslcodegen.c256 switch (Op->Asl.ParseOpcode) in CgAmlWriteWalk()
274 /* 2 */ Op->Asl.ParseOpcode, in CgAmlWriteWalk()
364 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in CgWriteAmlOpcode()
768 if ((Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) || in CgWriteNode()
769 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE) || in CgWriteNode()
770 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE_END)) in CgWriteNode()
775 if ((Op->Asl.ParseOpcode == PARSEOP_EXTERNAL) && in CgWriteNode()
817 switch (Op->Asl.ParseOpcode) in CgWriteNode()
H A Daslrestype2.c310 InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoInterruptDescriptor()
376 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoInterruptDescriptor()
385 if ((InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) && in RsDoInterruptDescriptor()
453 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoInterruptDescriptor()
537 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoVendorLargeDescriptor()
560 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoVendorLargeDescriptor()
H A Daslprintf.c318 ArgNode->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in OpcParsePrintf()
333 if (ArgNode->Asl.ParseOpcode != PARSEOP_STRING_LITERAL) in OpcParsePrintf()
403 Op->Asl.ParseOpcode = PARSEOP_NOOP; in OpcParsePrintf()
412 ArgNode->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in OpcParsePrintf()
420 Op->Asl.ParseOpcode = PARSEOP_STORE; in OpcParsePrintf()
H A Daslpredef.c321 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_ZERO) in ApCheckForUnexpectedReturnValue()
403 switch (ReturnValueOp->Asl.ParseOpcode) in ApCheckPredefinedReturnValue()
420 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_PACKAGE) in ApCheckPredefinedReturnValue()
534 if (ObjectOp->Asl.ParseOpcode == PARSEOP_PACKAGE) in ApCheckForPredefinedObject()
736 switch (Op->Asl.ParseOpcode) in ApCheckObjectType()
791 TypeName = UtGetOpName (Op->Asl.ParseOpcode); in ApCheckObjectType()
H A Daslrestype2s.c221 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DATABUFFER) in RsGetBufferDataLength()
317 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsGetVendorData()
331 if (BufferOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsGetVendorData()
344 if (BufferOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsGetVendorData()
412 InitializerOp->Asl.ParseOpcode == PARSEOP_STRING_LITERAL) in RsGetStringDataLengthAt()
553 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoGpioIntDescriptor()
762 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoGpioIoDescriptor()
952 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoI2cSerialBusDescriptor()
1140 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoSpiSerialBusDescriptor()
1334 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoUartSerialBusDescriptor()
[all …]
H A Daslfold.c489 if (Op->Asl.ParseOpcode == PARSEOP_ZERO) in OpcAmlCheckForConstant()
640 if (Op->Asl.ParseOpcode == PARSEOP_DIVIDE) in TrTransformToStoreOp()
643 if (Child2->Asl.ParseOpcode != PARSEOP_ZERO) in TrTransformToStoreOp()
651 switch (Op->Asl.ParseOpcode) in TrTransformToStoreOp()
752 Op->Asl.ParseOpcode = NewParseOpcode; in TrTransformToStoreOp()
820 Op->Asl.ParseOpcode = PARSEOP_STRING_LITERAL; in TrInstallReducedConstant()
838 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in TrInstallReducedConstant()
H A Dasllisting.c387 switch (Op->Asl.ParseOpcode) in LsTreeWriteWalk()
444 Op->Asl.ParseOpcode, Op->Asl.CompileFlags, in LsTreeWriteWalk()
490 switch (Op->Asl.ParseOpcode) in LsWriteNodeToListing()
536 switch (Op->Asl.ParseOpcode) in LsWriteNodeToListing()
781 if ((Op->Asl.ParseOpcode == PARSEOP_BUFFER) && in LsWriteNodeToListing()

12