Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
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()
841 Op->Asl.CommentList = NULL; in TrAllocateOp()
891 Op->Asl.CommentList = AslGbl_CommentListHead; in TrAllocateOp()
895 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.c349 Op->Common.CommentList = NULL; in CvClearOpComments()
949 AcpiGbl_CurrentScope->Common.CommentList in CvCaptureCommentsOnly()
1032 Op->Common.CommentList = AcpiGbl_RegCommentListHead; in CvTransferComments()
H A Daslcompile.c504 AcpiGbl_LastListHead = AslGbl_ParseTreeRoot->Asl.CommentList; in CmDoAslMiddleAndBackEnd()
505 AslGbl_ParseTreeRoot->Asl.CommentList = NULL; in CmDoAslMiddleAndBackEnd()
H A Daslcodegen.c636 if (Op->Asl.CommentList) in CgWriteTableHeader()
638 Current = Op->Asl.CommentList; in CgWriteTableHeader()
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsobject.c402 (*Op)->Common.CommentList = UnnamedOp->Common.CommentList; in AcpiPsBuildNamedOp()
412 UnnamedOp->Common.CommentList = NULL; in AcpiPsBuildNamedOp()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacconvert.h298 ACPI_COMMENT_NODE *CommentList,
H A Daclocal.h1053 … ACPI_COMMENT_NODE *CommentList; /* comments that appears before this node */\