Home
last modified time | relevance | path

Searched refs:ds_ops (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ldmad/
H A Dldmad.c440 ds_ops_t ds_ops; in ldma_register() local
454 ds_ops.ds_reg_cb = ldma_reg_cb; in ldma_register()
455 ds_ops.ds_unreg_cb = ldma_unreg_cb; in ldma_register()
456 ds_ops.ds_data_cb = ldma_data_cb; in ldma_register()
457 ds_ops.cb_arg = agent; in ldma_register()
459 if (ds_svc_reg(&ds_cap, &ds_ops) == 0) { in ldma_register()
/illumos-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c341 DDI_DEFINE_STREAM_OPS(ds_ops, nulldev, nulldev, ds_attach, ds_detach,
347 &ds_ops,
/illumos-gate/usr/src/lib/libds/common/
H A Dlibds.h65 typedef struct ds_ops { struct
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_dsdi.h82 typedef struct ds_ops { struct
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c386 void *statep, ds_ops_t *ds_ops) in usbser_attach() argument
420 usp->us_ds_ops = ds_ops; in usbser_attach()
3376 ds_ops_t *ds_ops = pp->port_ds_ops; in usbser_polledio_init() local
3383 if (ds_ops->ds_version < DS_OPS_VERSION_V1 || in usbser_polledio_init()
3384 ds_ops->ds_out_pipe == NULL || ds_ops->ds_in_pipe == NULL) in usbser_polledio_init()
3388 hdl = ds_ops->ds_in_pipe(pp->port_ds_hdl, pp->port_num); in usbser_polledio_init()
3395 hdl = ds_ops->ds_out_pipe(pp->port_ds_hdl, pp->port_num); in usbser_polledio_init()