Home
last modified time | relevance | path

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
247 reg_cb = dsp->dsl_ops.ds_reg_cb; in ds_recv()
248 cb_arg = dsp->dsl_ops.cb_arg; in ds_recv()
267 unreg_cb = dsp->dsl_ops.ds_unreg_cb; in ds_recv()
268 cb_arg = dsp->dsl_ops.cb_arg; in ds_recv()
281 data_cb = dsp->dsl_ops.ds_data_cb; in ds_recv()
282 cb_arg = dsp->dsl_ops.cb_arg; in ds_recv()
438 dsp->dsl_ops = *ops; in ds_register()