Searched refs:iosize (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/lib/libc/stdio/
H A Dsetvbuf.c54 size_t iosize; local
92 flags |= __swhatbuf(fp, &iosize, &ttyflag);
95 size = iosize;
106 if (size != iosize) {
107 size = iosize;
128 * SHOULD WE ALLOW MULTIPLES HERE (i.e., ok iff (size % iosize) == 0)?
130 if (size != iosize)
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dsetvbuf.c55 size_t iosize; local
105 flags |= sm_whatbuf(fp, &iosize, &ttyflag);
109 size = iosize;
123 if (size != iosize)
125 size = iosize;
146 ** SHOULD WE ALLOW MULTIPLES HERE (i.e., ok iff (size % iosize) == 0)?
149 if (size != iosize)
/freebsd-9.3-release/sys/dev/eisa/
H A Deisaconf.h85 eisa_add_iospace(device_t dev, u_long iobase, u_long iosize, int flags) argument
87 return (EISA_ADD_IOSPACE(device_get_parent(dev), dev, iobase, iosize,
H A Deisaconf.c538 eisa_add_iospace_m(device_t eisa, device_t dev, u_long iobase, u_long iosize, argument
544 iosize, flags));
/freebsd-9.3-release/sys/dev/ncv/
H A Dncr53c500_pccard.c139 u_long ioaddr, iosize, maddr, msize; local
146 error = bus_get_resource(dev, SYS_RES_IOPORT, 0, &ioaddr, &iosize);
147 if (error || (iosize < (offset + NCVIOSZ))) {
153 ioaddr+offset, ioaddr+iosize-offset,
154 iosize-offset, RF_ACTIVE);
/freebsd-9.3-release/sys/dev/buslogic/
H A Dbt_eisa.c192 u_long iosize; local
207 iosize = AMI_EISA_IOSIZE;
241 iosize = BT_EISA_IOSIZE;
278 eisa_add_iospace(dev, iobase, iosize, RESVADDR_NONE);
H A Dbt_mca.c163 u_int32_t iosize = 0; local
177 iosize = BT_MCA_IOPORT_SIZE;
187 mca_add_iospace(dev, iobase, iosize);
/freebsd-9.3-release/sys/dev/ie/
H A Dif_ievar.h46 unsigned iosize; member in struct:ie_softc
H A Dif_ie_isa.c479 (kvtop(sc->iomembot) + sc->iosize > 0xF0000)) {
488 decode = ((1 << (sc->iosize / 16384)) - 1) << pg;
509 bzero(sc->iomembot, sc->iosize);
H A Dif_ie.c108 * `iosize' represents the calculated size of 586 RAM. Then, when
110 * iosize); to make 24-pointers, we subtract iomem, and to make
1022 realbase = (uintptr_t) sc->iomembot + sc->iosize - (1 << 24);
1100 sc->iosize = 0;
1755 sc->iosize = rman_get_size(sc->mem_res);
/freebsd-9.3-release/usr.sbin/dumpcis/
H A Dcardinfo.h145 int iosize; /* Length of I/O ports */ member in struct:dev_desc
/freebsd-9.3-release/sys/dev/aha/
H A Daha_mca.c90 uint32_t iosize = 0; local
102 iosize = AHA_MCA_IOPORT_SIZE;
110 mca_add_iospace(dev, iobase, iosize);
/freebsd-9.3-release/sys/dev/nsp/
H A Dnsp_pccard.c113 u_long ioaddr, iosize, maddr, msize; local
116 error = bus_get_resource(dev, SYS_RES_IOPORT, 0, &ioaddr, &iosize);
117 if (error || iosize < NSP_IOSIZE)
/freebsd-9.3-release/sys/kern/
H A Dvfs_default.c900 size_t iosize; local
915 iosize = vap->va_blocksize;
916 if (iosize == 0)
917 iosize = BLKDEV_IOSIZE;
918 if (iosize > MAXPHYS)
919 iosize = MAXPHYS;
920 buf = malloc(iosize, M_TEMP, M_WAITOK);
960 cur = iosize;
961 if ((offset % iosize) != 0)
962 cur -= (offset % iosize);
[all...]
H A Dvfs_bio.c3865 int bogus, i, iosize; local
3887 iosize = bp->b_bcount - bp->b_resid;
3900 if (resid > iosize)
3901 resid = iosize;
3933 iosize -= resid;
/freebsd-9.3-release/sys/dev/mca/
H A Dmca_bus.c223 mca_add_iospace (dev, iobase, iosize)
226 u_long iosize;
233 iobase, (iobase + iosize), iosize);
/freebsd-9.3-release/sys/dev/le/
H A Dif_le_isa.c142 u_long iosize; member in struct:le_isa_param
213 leip->iosize, RF_ACTIVE);
287 le_isa_params[i].iosize, RF_ACTIVE);
/freebsd-9.3-release/sys/dev/digi/
H A Ddigi_isa.c325 u_long msize, iosize; local
338 bus_get_resource(dev, SYS_RES_IOPORT, 0, &scport, &iosize);
346 0ul, ~0ul, iosize, RF_ACTIVE);
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_vfsops.c304 "XFS: invalid log iosize: %d [not %d-%d]",
1732 int iosize; local
1741 iosize = dsunit = dswidth = vol_dsunit = vol_dswidth = 0;
1791 iosize = simple_strtoul(value, &eov, 10);
1793 args->iosizelog = (uint8_t) iosize;
1800 iosize = suffix_strtoul(value, &eov, 10);
1802 args->iosizelog = ffs(iosize) - 1;
/freebsd-9.3-release/sys/dev/pccard/
H A Dpccard.c612 bus_size_t iosize, tmp; local
629 for (iosize = 1; iosize < tmp; iosize <<= 1)
631 iosize--;
634 (uintmax_t)pf->pf_mfc_iobase, (uintmax_t)(iosize + 1)));
641 pccard_ccr_write(pf, PCCARD_CCR_IOSIZE, iosize);
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c180 int iosize, maxio; local
182 /* First, set the upper limit for iosize */
212 iosize = imax(nmp->nm_rsize, nmp->nm_wsize);
213 iosize = imax(iosize, PAGE_SIZE);
214 nmp->nm_mountp->mnt_stat.f_iosize = iosize;
215 return (iosize);
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_vfsops.c204 int iosize; local
212 iosize = imax(nmp->nm_rsize, nmp->nm_wsize);
213 iosize = imax(iosize, PAGE_SIZE);
214 return (iosize);
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1288 int iosize = vp->v_mount->mnt_stat.f_iosize; local
1289 int iomask = iosize - 1;
1294 * Align to iosize boundry, super-align to page boundry.
1304 lblkno = off / iosize;
1346 if (cnt < iosize)
1348 cnt -= iosize;
/freebsd-9.3-release/sys/nfsserver/
H A Dnfs_serv.c3475 int iosize = vp->v_mount->mnt_stat.f_iosize; local
3476 int iomask = iosize - 1;
3481 * Align to iosize boundry, super-align to page boundry.
3491 lblkno = off / iosize;
3533 if (cnt < iosize)
3535 cnt -= iosize;

Completed in 374 milliseconds