Home
last modified time | relevance | path

Searched refs:dthi_pfname (Results 1 – 1 of 1) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.c366 char *dthi_pfname; /* provider function name */ member
423 infop->dthi_pfname, fname) < 0) in dt_header_decl()
449 infop->dthi_pfname, fname, infop->dthi_pfname, fname) < 0) in dt_header_decl()
494 infop->dthi_pfname, fname) < 0) in dt_header_probe()
520 infop->dthi_pfname, fname, in dt_header_probe()
522 infop->dthi_pfname, fname) < 0) in dt_header_probe()
559 info.dthi_pfname = alloca(strlen(pvp->pv_desc.dtvd_name) + 1 + i); in dt_header_provider()
560 dt_header_fmt_func(info.dthi_pfname, pvp->pv_desc.dtvd_name); in dt_header_provider()