HomeSort by: relevance | last modified time | path
    Searched refs:CommentToPrint (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
cvdisasm.c 158 char **CommentToPrint = NULL;
190 CommentToPrint = &Op->Common.InlineComment;
195 CommentToPrint = &Op->Common.EndNodeComment;
200 CommentToPrint = &Op->Common.NameComment;
205 CommentToPrint = &Op->Common.CloseBraceComment;
212 if (*CommentToPrint)
215 AcpiOsPrintf ("%s", *CommentToPrint);
216 *CommentToPrint = NULL;
cvcompiler.c 454 * CommentToPrint - Comment that's printed
466 char* CommentToPrint,
473 if (!CommentToPrint)
483 CgLocalWriteAmlData (Op, CommentToPrint, strlen (CommentToPrint) + 1);
  /src/sys/external/bsd/acpica/dist/include/
acconvert.h 118 char* CommentToPrint,

Completed in 16 milliseconds