Searched defs:rsm_detach (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c349 static int rsm_detach(dev_info_t *, ddi_detach_cmd_t);
399 rsm_detach, /* detach */
686 /* rsm_detach will be called as a result of mod_remove */
919 * to call rsm_detach
923 rsm_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) function
927 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_detach enter\n"));
934 "rsm:rsm_detach - cmd %x not supported\n",
1021 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_detach done\n"));

Completed in 88 milliseconds