Home
last modified time | relevance | path

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

/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c1481 for (; dtyp->dty_src != NULL; dtyp++) { in dt_vopen()
1484 dtyp->dty_src)) == CTF_ERR) { in dt_vopen()
1486 "container: %s\n", dtyp->dty_src, dtyp->dty_dst, in dt_vopen()
H A Ddt_impl.h82 const char *dty_src; /* string name of typedef source type */ member