HomeSort by: relevance | last modified time | path
    Searched refs:sectcnt (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/vme/
xio.h 50 u_short sectcnt;/* in,out: sector count (hw_spt on read drive param) */ member in struct:xd_iocmd
xdvar.h 54 int sectcnt; /* number of sectors in xfer */ member in struct:xd_iorq
xyvar.h 53 int sectcnt; /* number of sectors in xfer */ member in struct:xy_iorq
xd.c 186 (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_BPS
    [all...]
xy.c 128 (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_MAXS |
    [all...]
xdreg.h 175 volatile u_short sectcnt; /* sector count (# to xfer) */ member in struct:xd_iopb
  /src/sys/arch/sun3/dev/
xio.h 49 u_short sectcnt; /* in,out: sector count (hw_spt on read drive param) */ member in struct:xd_iocmd
xdvar.h 53 int sectcnt; /* number of sectors in xfer */ member in struct:xd_iorq
xyvar.h 53 int sectcnt; /* number of sectors in xfer */ member in struct:xy_iorq
xd.c 207 (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 - iopb->sectcnt
    [all...]
xy.c 141 (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_MAXS |
    [all...]
xdreg.h 175 volatile u_short sectcnt; /* sector count (# to xfer) */ member in struct:xd_iopb

Completed in 20 milliseconds