Searched refs:ds_unreg_cb (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dds.h80 * ds_unreg_cb(ds_cb_arg_t arg)
82 * The ds_unreg_cb() callback is invoked when the DS framework
97 void (*ds_unreg_cb)(ds_cb_arg_t arg); member in struct:ds_clnt_ops
/opensolaris-onvv-gate/usr/src/lib/libds/common/
H A Dlibds.h68 void (*ds_unreg_cb)(ds_hdl_t hdl, ds_cb_arg_t arg); member in struct:ds_ops
H A Dlibds.c267 unreg_cb = dsp->dsl_ops.ds_unreg_cb;
405 if (ops->ds_unreg_cb != NULL)
/opensolaris-onvv-gate/usr/src/cmd/ldmad/
H A Dldmad.c455 ds_ops.ds_unreg_cb = ldma_unreg_cb;
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dds_common.c2261 if (svc->ops.ds_unreg_cb) {
2262 (*svc->ops.ds_unreg_cb)(svc->ops.cb_arg);
3060 if (svc->ops.ds_unreg_cb) {
3063 (*svc->ops.ds_unreg_cb)(svc->ops.cb_arg);

Completed in 285 milliseconds