Searched refs:pcb_filetag (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pcb.h51 char *pcb_filetag; /* optional file name string (or NULL) */ member in struct:dt_pcb
H A Ddt_pragma.c406 * If a file is specified, free any old pcb_filetag and swap fnp's
407 * dn_string into pcb_filetag as the new filename for error messages.
410 if (yypcb->pcb_filetag != NULL)
411 free(yypcb->pcb_filetag);
421 yypcb->pcb_filetag = fnp->dn_string;
424 yypcb->pcb_filetag = NULL;
H A Ddt_pcb.c181 free(pcb->pcb_filetag);
H A Ddt_pid.c98 pcb->pcb_filetag, pcb->pcb_fileptr ? yylineno : 0, fmt, ap);
H A Ddt_parser.c5120 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap);
5154 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap);

Completed in 108 milliseconds