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 266 char **CommentToPrint = NULL;
298 CommentToPrint = &Op->Common.InlineComment;
303 CommentToPrint = &Op->Common.EndNodeComment;
308 CommentToPrint = &Op->Common.NameComment;
313 CommentToPrint = &Op->Common.CloseBraceComment;
320 if (*CommentToPrint)
323 AcpiOsPrintf ("%s", *CommentToPrint);
324 *CommentToPrint = NULL;
cvcompiler.c 562 * CommentToPrint - Comment that's printed
574 char* CommentToPrint,
581 if (!CommentToPrint)
591 CgLocalWriteAmlData (Op, CommentToPrint, strlen (CommentToPrint) + 1);
  /src/sys/external/bsd/acpica/dist/include/
acconvert.h 226 char* CommentToPrint,

Completed in 16 milliseconds