Searched refs:bufoff (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c868 int bufoff; local
873 bufoff = offset - db->db_offset;
874 tocpy = (int)MIN(db->db_size - bufoff, size);
876 bcopy((char *)db->db_data + bufoff, buf, tocpy);
903 int bufoff; local
908 bufoff = offset - db->db_offset;
909 tocpy = (int)MIN(db->db_size - bufoff, size);
918 bcopy(buf, (char *)db->db_data + bufoff, tocpy);
1115 int bufoff; local
1120 bufoff
1218 int bufoff; local
1327 int bufoff; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dsmbios.c142 size_t bufoff = off - cp->c_eplen; local
144 err = uiomove(buf + bufoff,
145 MIN(len, cp->c_stlen - bufoff), UIO_READ, uio);
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.c1687 nsc_off_t bufoff; local
1706 bufoff = buf->sb_pos;
1707 endobuf = bufoff + buf->sb_len;
1710 cmn_err(CE_WARN, "!BUFFOFFENTER %d", bufoff);
1720 cmn_err(CE_WARN, "!BUFFOFF_0 %d", bufoff);
1752 bufoff, buf->sb_pos, buf->sb_len);
1767 bufoff += FBA_NUM(sizeof (*hdr));
1770 if (!nullbuf && ((bufoff + hdr->dat.len) > endobuf)) {
1785 bufoff += hdr->dat.len;
1810 if ((bufoff
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2290 uint32_t bufoff; local
2309 bufoff = (bge_ape_get32(bgep, BGE_APE_SEG_MSG_BUF_OFF) +
2311 msgoff = bufoff + 2 * sizeof(uint32_t);
2335 bge_ape_put32(bgep, bufoff, base_off);
2336 bge_ape_put32(bgep, bufoff + sizeof(uint32_t), transferLen);
2362 uint32_t bufoff; local
2381 bufoff = (bge_ape_get32(bgep, BGE_APE_SEG_MSG_BUF_OFF) +
2383 msgoff = bufoff + 2 * sizeof(uint32_t);
2400 bge_ape_put32(bgep, bufoff, dstoff);
2401 bge_ape_put32(bgep, bufoff
[all...]

Completed in 73 milliseconds