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

/freebsd-12-stable/cddl/contrib/opensolaris/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.c444 * If a file is specified, free any old pcb_filetag and swap fnp's
445 * dn_string into pcb_filetag as the new filename for error messages.
448 if (yypcb->pcb_filetag != NULL)
449 free(yypcb->pcb_filetag);
459 yypcb->pcb_filetag = fnp->dn_string;
462 yypcb->pcb_filetag = NULL;
H A Ddt_pcb.c181 free(pcb->pcb_filetag);
H A Ddt_pid.c112 pcb->pcb_filetag, pcb->pcb_fileptr ? yylineno : 0, fmt, ap);
H A Ddt_parser.c5127 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap);
5161 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap);

Completed in 126 milliseconds