Searched refs:ds_ops_t (Results 1 – 15 of 15) sorted by relevance
| /illumos-gate/usr/src/lib/libds/common/ |
| H A D | libds.h | 72 } 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 D | libds.c | 48 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()
|
| /illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/ |
| H A D | usbser.h | 43 int usbser_attach(dev_info_t *, ddi_attach_cmd_t, void *, ds_ops_t *);
|
| H A D | usbser_var.h | 84 ds_ops_t *us_ds_ops; /* DSD operations */ 103 ds_ops_t *port_ds_ops; /* copy from usbser_state */
|
| H A D | usbser_dsdi.h | 201 } ds_ops_t; typedef
|
| /illumos-gate/usr/src/lib/libv12n/sparc/ |
| H A D | libv12n.c | 63 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()
|
| /illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/ |
| H A D | usbser_uftdi.c | 50 extern ds_ops_t uftdi_ds_ops; /* DSD operations */
|
| H A D | uftdi_dsd.c | 146 ds_ops_t uftdi_ds_ops = {
|
| /illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/ |
| H A D | usbser_pl2303.c | 62 extern ds_ops_t pl2303_ds_ops; /* DSD operations */
|
| H A D | pl2303_dsd.c | 146 ds_ops_t pl2303_ds_ops = {
|
| /illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
| H A D | usbser_keyspan.c | 155 extern ds_ops_t keyspan_ds_ops; /* DSD operations */
|
| H A D | keyspan_dsd.c | 157 ds_ops_t keyspan_ds_ops = {
|
| /illumos-gate/usr/src/cmd/ldmad/ |
| H A D | ldmad.c | 440 ds_ops_t ds_ops; in ldma_register()
|
| /illumos-gate/usr/src/uts/common/io/usb/clients/usbser/ |
| H A D | usbser.c | 386 void *statep, ds_ops_t *ds_ops) in usbser_attach() 3376 ds_ops_t *ds_ops = pp->port_ds_ops; in usbser_polledio_init()
|
| /illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/ |
| H A D | usbsacm.c | 421 static ds_ops_t usbsacm_ds_ops = {
|