Home
last modified time | relevance | path

Searched refs:bf_offset (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dbf.c64 off_t bf_offset; /* Currect file offset */ member
173 bfp->bf_offset = 0;
353 if (bfp->bf_offset < bfp->bf_buffilled)
357 if ((bfp->bf_offset + count) > bfp->bf_buffilled)
358 count = bfp->bf_buffilled - bfp->bf_offset;
360 memcpy(buf, bfp->bf_buf + bfp->bf_offset, count);
363 if ((bfp->bf_offset + nbytes) > bfp->bf_buffilled)
383 bfp->bf_offset + count, SEEK_SET) < 0)
416 bfp->bf_offset += count;
451 bfp->bf_offset = offset;
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_umap.c138 uint64_t bf_offset = 0; in hermon_devmap() local
171 bf_offset = state->hs_bf_offset; in hermon_devmap()
189 status = hermon_umap_uarpg(state, dhp, rsrcp, bf_offset, in hermon_devmap()