Searched refs:di_dtor (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.h66 void (*di_dtor)(struct dt_ident *); member in struct:dt_idops
H A Ddt_ident.c671 * In the first pass di_dtor() is called for all identifiers; then the second
673 * a di_dtor() may operate on data structures which contain references to other
686 idp->di_ops->di_dtor(idp);
940 * dt_idhash_destroy() function below, which separates out the call to di_dtor.
945 idp->di_ops->di_dtor(idp);
954 idp->di_ops->di_dtor(idp);

Completed in 62 milliseconds