Home
last modified time | relevance | path

Searched refs:unconfig_cb_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddamap_impl.h62 typedef int (*unconfig_cb_t)(void *, dam_t *mapp, id_t map_id); typedef
81 unconfig_cb_t dam_unconfig_cb; /* unconfigure callout */
/illumos-gate/usr/src/uts/common/os/
H A Ddamap.c144 mapp->dam_unconfig_cb = (unconfig_cb_t)unconfig_cb; in damap_create()