Home
last modified time | relevance | path

Searched refs:ds_ops_t (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/lib/libds/common/
H A Dlibds.h72 } ds_ops_t; typedef
75 extern int ds_svc_reg(ds_capability_t *cap, ds_ops_t *ops);
76 extern int ds_clnt_reg(ds_capability_t *cap, ds_ops_t *ops);
H A Dlibds.c48 ds_ops_t dsl_ops;
84 static int ds_register(ds_capability_t *cap, ds_ops_t *ops, uint_t flags);
348 ds_register(ds_capability_t *cap, ds_ops_t *ops, uint_t flags) in ds_register()
448 ds_svc_reg(ds_capability_t *cap, ds_ops_t *ops) in ds_svc_reg()
460 ds_clnt_reg(ds_capability_t *cap, ds_ops_t *ops) in ds_clnt_reg()
/titanic_50/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser.h43 int usbser_attach(dev_info_t *, ddi_attach_cmd_t, void *, ds_ops_t *);
H A Dusbser_var.h84 ds_ops_t *us_ds_ops; /* DSD operations */
103 ds_ops_t *port_ds_ops; /* copy from usbser_state */
H A Dusbser_dsdi.h201 } ds_ops_t; typedef
/titanic_50/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c63 static int (*v12n_ds_clnt_reg)(ds_capability_t *, ds_ops_t *);
85 static ds_ops_t v12n_ldma_ops = {
691 if ((v12n_ds_clnt_reg = (int (*)(ds_capability_t *, ds_ops_t *)) in v12n_libds_init()
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Dusbser_uftdi.c50 extern ds_ops_t uftdi_ds_ops; /* DSD operations */
H A Duftdi_dsd.c146 ds_ops_t uftdi_ds_ops = {
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dusbser_pl2303.c62 extern ds_ops_t pl2303_ds_ops; /* DSD operations */
H A Dpl2303_dsd.c146 ds_ops_t pl2303_ds_ops = {
/titanic_50/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c542 static int(*etm_ds_svc_reg)(ds_capability_t *cap, ds_ops_t *ops) =
543 (int (*)(ds_capability_t *cap, ds_ops_t *ops))NULL;
544 static int(*etm_ds_clnt_reg)(ds_capability_t *cap, ds_ops_t *ops) =
545 (int (*)(ds_capability_t *cap, ds_ops_t *ops))NULL;
647 static ds_ops_t
3621 etm_ds_svc_reg = (int (*)(ds_capability_t *cap, ds_ops_t *ops)) in etm_ds_init()
3631 etm_ds_clnt_reg = (int (*)(ds_capability_t *cap, ds_ops_t *ops)) in etm_ds_init()
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dusbser_keyspan.c155 extern ds_ops_t keyspan_ds_ops; /* DSD operations */
H A Dkeyspan_dsd.c157 ds_ops_t keyspan_ds_ops = {
/titanic_50/usr/src/cmd/ldmad/
H A Dldmad.c440 ds_ops_t ds_ops; in ldma_register()
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c386 void *statep, ds_ops_t *ds_ops) in usbser_attach()
3377 ds_ops_t *ds_ops = pp->port_ds_ops; in usbser_polledio_init()
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c417 static ds_ops_t usbsacm_ds_ops = {