Searched refs:duplxp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c546 struct duplx_data *duplxp = (struct duplx_data *)queuep; local
551 mutex_enter(&duplxp->ds_mutex);
553 if (duplxp->ds_kstat) {
554 kstat_waitq_enter(KSTAT_IO_PTR(duplxp->ds_kstat));
557 activeq = &duplxp->ds_readq;
559 activeq = &duplxp->ds_writeq;
563 activeq = &duplxp->ds_readq;
566 tgcom_objp = duplxp->ds_tgcomobjp;
573 (caddr_t)duplxp) != DDI_SUCCESS) ||
582 duplx_restart, (caddr_t)duplxp) !
609 struct duplx_data *duplxp = (struct duplx_data *)queuep; local
680 duplx_restart(struct duplx_data *duplxp) argument
[all...]

Completed in 59 milliseconds