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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1494 uint_t xfersize; local
1511 pgoff += xfersize,
1512 lbn += howmany(xfersize, fsp->pcfs_clsize),
1513 lbnoff += xfersize, xferoffset += xfersize) {
1518 xfersize = PAGESIZE - pgoff;
1519 err1 = pc_bmap(pcp, lbn, &bn, &xfersize);
1525 bp = pageio_setup(pp, xfersize, devvp, B_READ);
1770 uint_t pgoff, xfersize; local
1803 pgoff += xfersize,
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c1030 size_t xfersize; local
1065 * | | | | nth xfersize (<= MAXBSIZE)
1066 * | | 2nd thru n-1st xfersize (= MAXBSIZE)
1067 * | 1st xfersize (<= MAXBSIZE)
1080 xfersize = MIN(lsp->ls_vp_comp_size - offset,
1082 len = roundup(mapoffset + xfersize, PAGESIZE);
1104 error = lofi_rdwr(bufaddr, 0, bp, lsp, xfersize,
1107 bp->b_resid -= xfersize;
1108 bufaddr += xfersize;
1109 offset += xfersize;
1290 size_t xfersize; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c4837 int xfersize = 0; local
5277 for (; (msglen > 0) && mp; msglen -= xfersize) {
5285 xfersize = msglen;
5287 serrno = smr_buf_alloc(dst_domid, xfersize, &iobufp);
5356 * lower xfersize since it was calulated based on
5369 n_xfersize = MIN(xfersize, (IDN_SMR_BUFSIZE - bufoffset));
5370 if (xfersize != n_xfersize) {
5371 PR_DATA("%s:%d: xfersize ADJUST (%d -> %d)\n",
5372 proc, dst_domid, xfersize, n_xfersize);
5373 cmn_err(CE_WARN, "%s: ERROR (xfersize
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c541 caddr_t addr, size_t len, uint_t xfersize)
548 if (xfersize > sizeof (long))
549 xfersize = sizeof (long);
568 switch (xfersize) {
572 sz = xfersize;
579 sz = xfersize;
540 ddi_peekpokeio(dev_info_t *devi, struct uio *uio, enum uio_rw rw, caddr_t addr, size_t len, uint_t xfersize) argument

Completed in 110 milliseconds