Home
last modified time | relevance | path

Searched refs:b_actf (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dbdev_dsort.c72 ap = dp->b_actf;
74 dp->b_actf = bp;
/illumos-gate/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c772 bp = qfp->q_tab.b_actf; in que_del()
774 qfp->q_tab.b_actf = bp->av_forw; in que_del()
775 if (!qfp->q_tab.b_actf) in que_del()
1353 if (!qfp->q_tab.b_actf) in qfifo_add()
1354 qfp->q_tab.b_actf = bp; in qfifo_add()
1405 ap = dp->b_actf; in oneway_scan_binary()
1407 dp->b_actf = bp; in oneway_scan_binary()
1437 bp = qfp->q_tab.b_actf; in qsort_del()
1438 qfp->q_tab.b_actf = bp->av_forw; in qsort_del()
1440 if (!qfp->q_tab.b_actf && qfp->q_tab.b_pasf) { in qsort_del()
[all …]
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c524 if (dp->b_actf && (dp->b_forw == NULL)) { in dcdattach()
1978 if (dp->b_actf == NULL) { in dcdstrategy()
1979 dp->b_actf = bp; in dcdstrategy()
1983 bp->b_actf = dp->b_actf; in dcdstrategy()
1984 dp->b_actf = bp; in dcdstrategy()
2001 } else if (BP_HAS_NO_PKT(dp->b_actf)) { in dcdstrategy()
2004 cmd_bp = dp->b_actf; in dcdstrategy()
2059 if (((bp = dp->b_actf) == NULL) || (bp->av_back == ALLOCATING_PKT) || in dcdstart()
2069 dp->b_actf = bp->b_actf; in dcdstart()
2070 bp->b_actf = 0; in dcdstart()
[all …]
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dfctypes.h55 #define ds_actf ds_tab.b_actf
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h113 #define b_actf av_forw macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c6973 un->un_quef = bp->b_actf; in st_flush()