Home
last modified time | relevance | path

Searched refs:ds_start (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_dsdi.h182 void (*ds_start)(ds_hdl_t, uint_t port_num, int dir); member
H A Dusbser_var.h384 pp->port_ds_ops->ds_start(pp->port_ds_hdl, pp->port_num, dir)
/titanic_41/usr/src/uts/common/io/warlock/
H A Dusbser_edge.wlcmd68 add ds_ops::ds_start targets edge_start
H A Dusbsprl.wlcmd75 add ds_ops::ds_start targets pl2303_start
H A Dusbftdi.wlcmd75 add ds_ops::ds_start targets uftdi_start
H A Dusbsacm.wlcmd77 add ds_ops::ds_start targets usbsacm_ds_start
H A Dusbser_keyspan.wlcmd88 add ds_ops::ds_start targets keyspan_start
H A Dusbser.wlcmd77 add ds_ops::ds_start targets warlock_dummy
H A Dusbser_edge_with_usba.wlcmd186 add ds_ops::ds_start targets edge_start
H A Dusbftdi_with_usba.wlcmd194 add ds_ops::ds_start targets uftdi_start
H A Dusbsacm_with_usba.wlcmd191 add ds_ops::ds_start targets usbsacm_ds_start
H A Dusbsprl_with_usba.wlcmd193 add ds_ops::ds_start targets pl2303_start
H A Dusbser_keyspan_with_usba.wlcmd206 add ds_ops::ds_start targets keyspan_start
/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c3514 int ds_start = -1; /* argv idx of first dataset arg */ in zfs_do_set() local
3543 if (ds_start > 0) { in zfs_do_set()
3549 } else if (ds_start < 0) { in zfs_do_set()
3550 ds_start = i; in zfs_do_set()
3553 if (ds_start < 0) { in zfs_do_set()
3561 for (int i = 1; i < ds_start; i++) { in zfs_do_set()
3566 ret = zfs_for_each(argc - ds_start, argv + ds_start, 0, in zfs_do_set()