HomeSort by: relevance | last modified time | path
    Searched refs:di_dtor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_ident.h 66 void (*di_dtor)(struct dt_ident *); member in struct:dt_idops
dt_ident.c 671 * 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 18 milliseconds