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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.h66 void (*di_dtor)(struct dt_ident *); member in struct:dt_idops
H A Ddt_ident.c661 * In the first pass di_dtor() is called for all identifiers; then the second
663 * a di_dtor() may operate on data structures which contain references to other
676 idp->di_ops->di_dtor(idp);
930 * dt_idhash_destroy() function below, which separates out the call to di_dtor.
935 idp->di_ops->di_dtor(idp);
944 idp->di_ops->di_dtor(idp);

Completed in 69 milliseconds