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

/netbsd-current/sys/arch/sun3/dev/
H A Dxio.h49 u_short sectcnt; /* in,out: sector count (hw_spt on read drive param) */ member in struct:xd_iocmd
H A Dxdvar.h53 int sectcnt; /* number of sectors in xfer */ member in struct:xd_iorq
H A Dxyvar.h53 int sectcnt; /* number of sectors in xfer */ member in struct:xy_iorq
H A Dxd.c207 (IORQ)->sectcnt -= (N); \
1191 rq->sectcnt = cnt;
1287 iopb->sectcnt = iorq->sectcnt;
1706 iorq->buf->b_resid = iorq->sectcnt * XDFM_BPS;
1881 if (iorq->sectcnt) { /* more to go! */
1885 iopb->sectcnt = iorq->sectcnt;
1906 bp->b_resid = iorq->sectcnt * XDFM_BPS;
1994 advance = iorq->sectcnt
[all...]
H A Dxy.c141 (IORQ)->sectcnt -= (N); \
1134 rq->sectcnt = cnt;
1173 iopb->scnt = iorq->sectcnt;
1634 iorq->buf->b_resid = iorq->sectcnt * XYFM_BPS;
1781 if (iorq->sectcnt) { /* more to go! */
1785 iopb->scnt = iorq->sectcnt;
1806 bp->b_resid = iorq->sectcnt * XYFM_BPS;
1889 advance = iorq->sectcnt - iopb->scnt;
1982 xio->block || xio->sectcnt)
1988 if (xio->subfn || xio->sectcnt > XD_IOCMD_MAX
[all...]
H A Dxdreg.h175 volatile u_short sectcnt; /* sector count (# to xfer) */ member in struct:xd_iopb
/netbsd-current/sys/dev/vme/
H A Dxio.h50 u_short sectcnt;/* in,out: sector count (hw_spt on read drive param) */ member in struct:xd_iocmd
H A Dxdvar.h54 int sectcnt; /* number of sectors in xfer */ member in struct:xd_iorq
H A Dxyvar.h53 int sectcnt; /* number of sectors in xfer */ member in struct:xy_iorq
H A Dxd.c186 (IORQ)->sectcnt -= (N); \
1374 rq->sectcnt = cnt;
1462 iopb->sectcnt = iorq->sectcnt;
1475 iopb->addrmod = ((dp + (XDFM_BPS * iorq->sectcnt)) > 0x1000000)
1877 iorq->sectcnt * XDFM_BPS;
2057 if (iorq->sectcnt) { /* more to go! */
2061 iopb->sectcnt = iorq->sectcnt;
2081 bp->b_resid = iorq->sectcnt * XDFM_BP
[all...]
H A Dxy.c128 (IORQ)->sectcnt -= (N); \
1282 rq->sectcnt = cnt;
1321 iopb->scnt = iorq->sectcnt;
1782 iorq->buf->b_resid = iorq->sectcnt * XYFM_BPS;
1932 if (iorq->sectcnt) { /* more to go! */
1936 iopb->scnt = iorq->sectcnt;
1957 bp->b_resid = iorq->sectcnt * XYFM_BPS;
2050 advance = iorq->sectcnt - iopb->scnt;
2146 xio->block || xio->sectcnt)
2152 if (xio->subfn || xio->sectcnt > XD_IOCMD_MAX
[all...]
H A Dxdreg.h175 volatile u_short sectcnt; /* sector count (# to xfer) */ member in struct:xd_iopb

Completed in 169 milliseconds