Home
last modified time | relevance | path

Searched refs:CommentList (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dcvdisasm.c168 ACPI_COMMENT_NODE *CommentList);
187 ACPI_COMMENT_NODE *CommentList, in CvPrintOneCommentList() argument
190 ACPI_COMMENT_NODE *Current = CommentList; in CvPrintOneCommentList()
224 ACPI_COMMENT_NODE *CommentList) in CvListIsSingleton() argument
228 if (!CommentList) in CvListIsSingleton()
232 else if (CommentList->Next) in CvListIsSingleton()
273 if (CvListIsSingleton (Op->Common.CommentList)) in CvPrintOneCommentType()
275 CvPrintOneCommentList (Op->Common.CommentList, Level); in CvPrintOneCommentType()
280 CvPrintOneCommentList (Op->Common.CommentList, Level); in CvPrintOneCommentType()
283 Op->Common.CommentList = NULL; in CvPrintOneCommentType()
H A Daslparseop.c278 Op->Asl.CommentList = Child->Asl.CommentList; in TrCreateOp()
283 Child->Asl.CommentList = NULL; in TrCreateOp()
315 Op->Asl.CommentList = Child->Asl.CommentList; in TrCreateOp()
316 Child->Asl.CommentList = NULL; in TrCreateOp()
802 Op->Asl.CommentList = NULL; in TrAllocateOp()
852 Op->Asl.CommentList = Gbl_CommentListHead; in TrAllocateOp()
856 CvDbgPrint (" %s\n", Op->Asl.CommentList->Comment); in TrAllocateOp()
H A Dcvcompiler.c417 if (Op->Asl.CommentList) in CvCalculateCommentLengths()
419 Current = Op->Asl.CommentList; in CvCalculateCommentLengths()
534 Current = Op->Asl.CommentList; in CgWriteAmlDefBlockComment()
544 Op->Asl.CommentList = NULL; in CgWriteAmlDefBlockComment()
658 Current = Op->Asl.CommentList; in CgWriteAmlComment()
674 Op->Asl.CommentList = NULL; in CgWriteAmlComment()
H A Dcvparser.c345 Op->Common.CommentList = NULL; in CvClearOpComments()
946 AcpiGbl_CurrentScope->Common.CommentList in CvCaptureCommentsOnly()
1029 Op->Common.CommentList = AcpiGbl_RegCommentListHead; in CvTransferComments()
H A Daslcompile.c474 AcpiGbl_LastListHead = Gbl_ParseTreeRoot->Asl.CommentList; in CmDoCompile()
475 Gbl_ParseTreeRoot->Asl.CommentList = NULL; in CmDoCompile()
H A Daslcodegen.c619 if (Op->Asl.CommentList) in CgWriteTableHeader()
621 Current = Op->Asl.CommentList; in CgWriteTableHeader()
/illumos-gate/usr/src/common/acpica/parser/
H A Dpsobject.c402 (*Op)->Common.CommentList = UnnamedOp->Common.CommentList; in AcpiPsBuildNamedOp()
412 UnnamedOp->Common.CommentList = NULL; in AcpiPsBuildNamedOp()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacconvert.h299 ACPI_COMMENT_NODE *CommentList,
H A Daclocal.h1043 … ACPI_COMMENT_NODE *CommentList; /* comments that appears before this node */\