Home
last modified time | relevance | path

Searched refs:Comment (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dcvcompiler.c422 CommentLength = strlen (Current->Comment)+3; in CvCalculateCommentLengths()
424 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CvCalculateCommentLengths()
435 CommentLength = strlen (Current->Comment)+3; in CvCalculateCommentLengths()
437 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CvCalculateCommentLengths()
539 CgWriteOneAmlComment(Op, Current->Comment, CommentOption); in CgWriteAmlDefBlockComment()
540 CvDbgPrint ("Printing comment: %s\n", Current->Comment); in CgWriteAmlDefBlockComment()
670 CgWriteOneAmlComment(Op, Current->Comment, CommentOption); in CgWriteAmlComment()
680 CgWriteOneAmlComment(Op, Current->Comment, CommentOption); in CgWriteAmlComment()
909 AslGbl_CommentListTail->Comment = ToAdd; in CvAddToCommentList()
H A Ddtcompilerparser.l195 Comment \[[^\n\[\]]*\]
196 CommentField {LabelName}{WhiteSpace}*:{WhiteSpace}{Comment}?$
214 <INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment matched\n"); }
H A Dcvdisasm.c197 if (Current->Comment) in CvPrintOneCommentList()
200 AcpiOsPrintf("%s\n", Current->Comment); in CvPrintOneCommentList()
201 Current->Comment = NULL; in CvPrintOneCommentList()
H A Dcvparser.c765 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
791 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
816 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
896 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
912 CommentNode->Comment); in CvCaptureCommentsOnly()
H A Daslcodegen.c629 CommentLength = strlen (Current->Comment)+3; in CgWriteTableHeader()
631 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CgWriteTableHeader()
H A Dasltree.c534 Op->Asl.ParseOpName, AslGbl_CommentListHead->Comment); in TrLinkOpChildren()
H A Daslparseop.c893 CvDbgPrint (" %s\n", Op->Asl.CommentList->Comment); in TrAllocateOp()
/f-stack/freebsd/contrib/openzfs/.github/
H A Dno-response.yml7 # Comment to post when closing an Issue for lack of response. Set to `false` to disable
H A Dstale.yml20 # Comment to post when marking an issue as stale. Set to `false` to disable
/f-stack/freebsd/arm/conf/
H A DVERSATILEPB62 # Comment following lines for headless setup
H A DRPI-B50 # Comment following lines for boot console on serial port
/f-stack/freebsd/contrib/dev/acpica/include/
H A Daclocal.h1094 char *Comment; member
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst32 C Comment Style
245 struct mumble amumble; /* Comment for mumble. */
276 struct mumble amumble; /* Comment for mumble. */
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_access_ctrl.rst105 * Comment line, which starts with a leading character '#'
H A Dipsec_secgw.rst371 * Comment symbol **#**. Any character from this symbol to the end of
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim2311 hi link ngxComment Comment
2312 hi link ngxParamComment Comment
2313 hi link ngxListenComment Comment
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md944 …_length` | `Repeated_Offset1` | `Repeated_Offset2` | `Repeated_Offset3` | Comment |
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt7481 numbers. Comment remover could get confused and miss a comment ending.