/src/libexec/lfs_cleanerd/ |
coalesce.c | 169 daddr_t toff; local in function:clean_inode 268 toff = 0; 272 toff += llabs(bip[i].bi_daddr - bip[i - 1].bi_daddr 290 noff, (intmax_t)toff, (intmax_t)nb);
|
/src/sys/fs/nfs/client/ |
nfs_clbio.c | 77 int i, error, nextoff, size, toff, count, npages; local in function:ncl_getpages 174 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) { 176 nextoff = toff + PAGE_SIZE; 186 } else if (size > toff) { 191 vm_page_set_valid_range(m, 0, size - toff);
|
nfs_clvnops.c | 2648 u_quad_t off, endoff, toff; local in function:ncl_flush 2763 toff = ((u_quad_t)bp->b_blkno) * DEV_BSIZE + 2765 if (toff < off) 2766 off = toff; 2767 toff += (u_quad_t)(bp->b_dirtyend - bp->b_dirtyoff); 2768 if (toff > endoff) 2769 endoff = toff;
|
/src/sys/arch/powerpc/stand/mkbootimage/ |
mkbootimage.c | 686 off_t lenpos, kstart, kend, toff, endoff, flength; local in function:bebox_build_image 784 toff = bebox_write_header(bebox_fd, elf_img_len, tmp); 792 lseek(bebox_fd, toff + hsize, SEEK_SET);
|
/src/sys/dev/ic/ |
bha.c | 485 int toff = xm->xm_target & 7, tmask = (1 << toff); local in function:bha_get_xfer_mode 531 &hwsetup.reply_w.sync_high[toff] : 532 &hwsetup.reply.sync_low[toff]; 555 period = hwperiod.reply_w.period[toff]; 557 period = hwperiod.reply.period[toff];
|
/src/sys/arch/atari/dev/ |
fd.c | 1205 int sec, toff, tsz; local in function:fdminphys 1211 toff = sec * SECTOR_SIZE; 1218 bp->b_bcount = uimin(bp->b_bcount, tsz - toff);
|
/src/sys/fs/nfs/server/ |
nfs_nfsdport.c | 1582 u_int64_t off, toff, verf; local in function:nfsrvd_readdir 1602 toff = off; 1618 if (!nd->nd_repstat && toff && verf != at.na_filerev) 1724 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff))) { 1732 toff = off; 1831 u_int64_t off, toff, verf; local in function:nfsrvd_readdirplus 1847 toff = off; 1994 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff) || 2005 toff = off;
|
/src/sys/nfs/ |
nfs_serv.c | 2691 u_quad_t frev, off, toff; local in function:nfsrv_readdir 2701 toff = fxdr_hyper(tl); 2709 toff = fxdr_unsigned(u_quad_t, *tl++); 2711 off = toff; 2736 if (!error && toff && verf != at.va_filerev) 2826 toff = off; 2955 u_quad_t frev, off, toff; local in function:nfsrv_readdirplus 2963 toff = fxdr_hyper(tl); 2971 off = toff; 2993 if (!error && toff && verf != at.va_filerev [all...] |
/src/sys/arch/amiga/dev/ |
fd.c | 1668 int sec, toff, tsz; local in function:fdminphys 1675 toff = sec * FDSECSIZE; 1680 bp->b_bcount = uimin(bp->b_bcount, tsz - toff);
|
/src/sys/dev/pci/ |
if_bge.c | 4489 bus_addr_t offset, toff; local in function:bge_rxeof 4513 toff = offset + (rx_cons * sizeof(struct bge_rx_bd)); 4519 toff, tlen, BUS_DMASYNC_POSTREAD); 4521 toff = offset; 4526 toff, tosync * sizeof(struct bge_rx_bd), 4660 bus_addr_t offset, toff; local in function:bge_txeof 4680 toff = offset + (sc->bge_tx_saved_considx * sizeof(struct bge_tx_bd)); 4686 toff, tlen, BUS_DMASYNC_POSTREAD | BUS_DMASYNC_POSTWRITE); 4688 toff = offset; 4693 toff, tosync * sizeof(struct bge_tx_bd) [all...] |
/src/sys/netipsec/ |
key.c | 8114 int toff; local in function:key_align 8129 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff); 8134 ext = (struct sadb_ext *)(mtod(n, char *) + toff); 8192 n = m_pulldown(m, off, extlen, &toff); 8197 ext = (struct sadb_ext *)(mtod(n, char *) + toff);
|