/src/usr.sbin/puffs/mount_psshfs/ |
psbuf.c | 505 size_t bufoff, winlen; local in function:psbuf_do_data 534 bufoff = puffs_framebuf_telloff(pb); 535 if (puffs_framebuf_getwindow(pb, bufoff,
|
/src/sys/fs/hfs/ |
hfs_vnops.c | 866 off_t bufoff; /* offset in buffer relative to start of dirents */ local in function:hfs_vop_readdir 873 bufoff = 0; 924 bufoff += curent.d_reclen; 925 if (bufoff - curent.d_reclen < uio->uio_offset)
|
/src/sys/arch/sgimips/mace/ |
if_mec.c | 951 int len, bufoff, buflen, nsegs, align, resid, pseg, nptr, slen, i; local in function:mec_start 983 bufoff = 0; 1010 bufoff = MEC_TXD_BUFSTART(ETHER_PAD_LEN); 1011 m_copydata(m0, 0, len, txd->txd_buf + bufoff); 1012 memset(txd->txd_buf + bufoff + len, 0, 1017 bufoff = MEC_TXD_BUFSTART(len); 1018 m_copydata(m0, 0, len, txd->txd_buf + bufoff); 1085 bufoff = MEC_TXD_BUFSTART(buflen); 1179 bufoff = MEC_TXD_BUFSTART(buflen); 1278 m_copydata(m0, 0, buflen, txd->txd_buf + bufoff); [all...] |