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

/osnet-11/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.c381 * If a file is specified, free any old pcb_filetag and swap fnp's
382 * dn_string into pcb_filetag as the new filename for error messages.
385 if (yypcb->pcb_filetag != NULL)
386 free(yypcb->pcb_filetag);
396 yypcb->pcb_filetag = fnp->dn_string;
399 yypcb->pcb_filetag = NULL;
H A Ddt_pcb.c181 free(pcb->pcb_filetag);
H A Ddt_pid.c92 pcb->pcb_filetag, pcb->pcb_fileptr ? yylineno : 0, fmt, ap);
H A Ddt_parser.c4917 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap);
4951 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap);

Completed in 35 milliseconds