/src/sys/arch/alpha/stand/common/ |
blkdev.c | 167 blkdevstrategy(void *devdata, int rw, daddr_t bn, size_t reqcnt, void *addrvoid, size_t *cnt) 173 if ((reqcnt & 0xffffff) != reqcnt || 174 reqcnt == 0) 180 if (reqcnt & (DEV_BSIZE - 1)) { 185 ret.bits = prom_read(booted_dev_fd, reqcnt, addr,
|
/src/sys/arch/evbmips/stand/sbmips/common/ |
blkdev.c | 153 blkdevstrategy(void *devdata, int rw, daddr_t bn, size_t reqcnt, void *addrvoid, size_t *cnt) 164 if (reqcnt & (DEV_BSIZE - 1)) { 168 res = cfe_readblk(booted_dev_fd,(bn+blkdev_part_offset)*DEV_BSIZE,addr,reqcnt);
|
/src/sys/arch/sbmips/stand/common/ |
blkdev.c | 153 blkdevstrategy(void *devdata, int rw, daddr_t bn, size_t reqcnt, void *addrvoid, size_t *cnt) 164 if (reqcnt & (DEV_BSIZE - 1)) { 168 res = cfe_readblk(booted_dev_fd,(bn+blkdev_part_offset)*DEV_BSIZE,addr,reqcnt);
|
/src/sys/arch/pmax/stand/common/ |
rz.c | 59 rzstrategy(void *devdata, int rw, daddr_t bn, size_t reqcnt, void *addr, size_t *cnt) 73 if (reqcnt & (DEV_BSIZE - 1)) { 92 s = prom_read(sc->sc_fd, addr, reqcnt); 94 s = bootread (offset / 512, addr, reqcnt);
|
/src/sys/arch/sgimips/stand/common/ |
iris_disk.c | 100 diskstrategy(void *devdata, int rw, daddr_t bn, size_t reqcnt, void *addr, 115 nblk = reqcnt >> sc->sc_blkshift; 120 stat = scsi_read(buf, reqcnt, blk, nblk); 131 *cnt = reqcnt;
|
disk.c | 56 diskstrategy(void *devdata, int rw, daddr_t bn, size_t reqcnt, void *addr, 71 if (reqcnt & (DEV_BSIZE - 1)) { 89 error = arcbios_Read(sc->sc_fd, addr, reqcnt, &count);
|
/src/sys/arch/arc/stand/boot/ |
disk.c | 56 diskstrategy(void *devdata, int rw, daddr_t bn, size_t reqcnt, void *addr, 71 if (reqcnt & (DEV_BSIZE - 1)) { 89 error = arcbios_Read(sc->sc_fd, addr, reqcnt, &count);
|
/src/sys/arch/mipsco/stand/common/ |
saio.c | 100 saiostrategy(void *devdata, int rw, daddr_t bn, size_t reqcnt, void *addr, size_t *cnt) 117 if (reqcnt & (DEV_BSIZE - 1)) { 131 while (*cnt < reqcnt) {
|
/src/sys/arch/emips/stand/common/ |
raw.c | 156 size_t reqcnt,
|
ace.c | 706 size_t reqcnt, 724 if (reqcnt & (DEV_BSIZE - 1)) { 738 s = SysAce_read(sc->sc_dp,addr,sector,reqcnt >> CF_SECBITS); 744 *cnt = reqcnt;
|
/src/sys/arch/xen/xen/ |
xennetback_xenbus.c | 1080 int copycnt = *copycntp, reqcnt = *queued; local in function:xennetback_rx_copy_queue 1084 KASSERT(xst0 == &xneti->xni_xstate[reqcnt]); 1087 xneti->xni_rxring.req_cons + reqcnt, &rxreq); 1089 rxresp = RING_GET_RESPONSE(&xneti->xni_rxring, rsp_prod_pvt + reqcnt); 1090 reqcnt++; 1139 xneti->xni_rxring.req_cons + reqcnt, 1143 rsp_prod_pvt + reqcnt); 1144 reqcnt++; 1160 KASSERT(reqcnt > *queued); 1162 *queued = reqcnt; [all...] |
xbd_xenbus.c | 498 int reqcnt = 0; local in function:xbd_xenbus_suspend 501 reqcnt++; 502 KASSERT(reqcnt == __arraycount(sc->sc_reqs));
|
/src/sys/dev/ic/ |
adv.c | 586 sc->reqcnt[periph->periph_target]++; 587 if (((sc->reqcnt[periph->periph_target] > 0) && 588 (sc->reqcnt[periph->periph_target] % 255) == 0) ||
|
advlib.h | 898 u_int16_t reqcnt[ASC_MAX_TID+1]; /* Starvation request count */ member in struct:asc_softc
|