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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_ident.h66 void (*di_dtor)(struct dt_ident *); member in struct:dt_idops
H A Ddt_ident.c658 * In the first pass di_dtor() is called for all identifiers; then the second
660 * a di_dtor() may operate on data structures which contain references to other
673 idp->di_ops->di_dtor(idp);
927 * dt_idhash_destroy() function below, which separates out the call to di_dtor.
932 idp->di_ops->di_dtor(idp);
941 idp->di_ops->di_dtor(idp);

Completed in 78 milliseconds