Searched defs:sync_bpp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c943 struct buf **async_bpp, **sync_bpp, **bpp; local
946 sync_bpp = &dp->hd_sync_next;
965 if ((bpp == async_bpp) && (*sync_bpp == NULL)) {
967 } else if (bpp == sync_bpp) {
988 (bpp == sync_bpp)) {
1022 (bpp == sync_bpp)) {
1040 if (((bpp == sync_bpp) ||
1106 struct buf **sync_bpp, **async_bpp, **bpp; local
1113 sync_bpp = &qfp->q_tab.hd_sync_next;
1143 sync_bp = *sync_bpp;
[all...]

Completed in 106 milliseconds