Home
last modified time | relevance | path

Searched refs:bufoff (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu.c914 int bufoff; in dmu_read() local
949 int bufoff; in dmu_write() local
954 bufoff = offset - db->db_offset; in dmu_write()
1163 int bufoff; in dmu_read_uio_dnode() local
1276 int bufoff; in dmu_write_uio_dnode() local
1396 int bufoff; in dmu_write_pages() local
1420 bufoff += PAGESIZE; in dmu_write_pages()
1454 int bufoff; in dmu_write_pages() local
1478 bufoff += PAGESIZE; in dmu_write_pages()
1511 int bufoff; in dmu_write_pages() local
[all …]
/netbsd/sys/arch/sgimips/mace/
H A Dif_mec.c952 int len, bufoff, buflen, nsegs, align, resid, pseg, nptr, slen, i; in mec_start() local
984 bufoff = 0; in mec_start()
1011 bufoff = MEC_TXD_BUFSTART(ETHER_PAD_LEN); in mec_start()
1012 m_copydata(m0, 0, len, txd->txd_buf + bufoff); in mec_start()
1013 memset(txd->txd_buf + bufoff + len, 0, in mec_start()
1018 bufoff = MEC_TXD_BUFSTART(len); in mec_start()
1019 m_copydata(m0, 0, len, txd->txd_buf + bufoff); in mec_start()
1086 bufoff = MEC_TXD_BUFSTART(buflen); in mec_start()
1180 bufoff = MEC_TXD_BUFSTART(buflen); in mec_start()
1279 m_copydata(m0, 0, buflen, txd->txd_buf + bufoff); in mec_start()
/netbsd/usr.sbin/puffs/mount_psshfs/
H A Dpsbuf.c505 size_t bufoff, winlen; in psbuf_do_data() local
534 bufoff = puffs_framebuf_telloff(pb); in psbuf_do_data()
535 if (puffs_framebuf_getwindow(pb, bufoff, in psbuf_do_data()
/netbsd/sys/fs/hfs/
H A Dhfs_vnops.c866 off_t bufoff; /* offset in buffer relative to start of dirents */ in hfs_vop_readdir() local
873 bufoff = 0; in hfs_vop_readdir()
924 bufoff += curent.d_reclen; in hfs_vop_readdir()
925 if (bufoff - curent.d_reclen < uio->uio_offset) in hfs_vop_readdir()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.c6747 unsigned bufoff = 0; in fold_array_ctor_reference() local
6767 if (bufoff + elt_sz > sizeof (buf)) in fold_array_ctor_reference()
6768 elt_sz = sizeof (buf) - bufoff; in fold_array_ctor_reference()
6769 int len = native_encode_expr (val, buf + bufoff, elt_sz, in fold_array_ctor_reference()
6774 bufoff += len; in fold_array_ctor_reference()
6809 while (bufoff < size / BITS_PER_UNIT); in fold_array_ctor_reference()
H A Dgimple-fold.cc7846 unsigned bufoff = 0; in fold_array_ctor_reference() local
7866 if (bufoff + elt_sz > sizeof (buf)) in fold_array_ctor_reference()
7867 elt_sz = sizeof (buf) - bufoff; in fold_array_ctor_reference()
7868 int len = native_encode_expr (val, buf + bufoff, elt_sz, in fold_array_ctor_reference()
7873 bufoff += len; in fold_array_ctor_reference()
7908 while (bufoff < size / BITS_PER_UNIT); in fold_array_ctor_reference()
H A DChangeLog23210 bufoff + elt_sz is above size of buf.
H A DChangeLog-202037091 bufoff + elt_sz is above size of buf.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c6747 unsigned bufoff = 0; in fold_array_ctor_reference() local
6767 if (bufoff + elt_sz > sizeof (buf)) in fold_array_ctor_reference()
6768 elt_sz = sizeof (buf) - bufoff; in fold_array_ctor_reference()
6769 int len = native_encode_expr (val, buf + bufoff, elt_sz, in fold_array_ctor_reference()
6774 bufoff += len; in fold_array_ctor_reference()
6809 while (bufoff < size / BITS_PER_UNIT); in fold_array_ctor_reference()