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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.h68 void (*di_dtor)(struct dt_ident *); member in struct:dt_idops
H A Ddt_ident.c664 * In the first pass di_dtor() is called for all identifiers; then the second
666 * a di_dtor() may operate on data structures which contain references to other
679 idp->di_ops->di_dtor(idp);
933 * dt_idhash_destroy() function below, which separates out the call to di_dtor.
938 idp->di_ops->di_dtor(idp);
947 idp->di_ops->di_dtor(idp);

Completed in 34 milliseconds