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

/illumos-gate/usr/src/lib/libds/common/
H A Dlibds.c48 ds_ops_t dsl_ops; member in struct:dslibentry
247 reg_cb = dsp->dsl_ops.ds_reg_cb;
248 cb_arg = dsp->dsl_ops.cb_arg;
267 unreg_cb = dsp->dsl_ops.ds_unreg_cb;
268 cb_arg = dsp->dsl_ops.cb_arg;
281 data_cb = dsp->dsl_ops.ds_data_cb;
282 cb_arg = dsp->dsl_ops.cb_arg;
438 dsp->dsl_ops = *ops;

Completed in 59 milliseconds