Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/sendmail/src/
H A Dbf.c66 off_t bf_offset; /* Currect file offset */ member
175 bfp->bf_offset = 0;
355 if (bfp->bf_offset < bfp->bf_buffilled)
359 if ((bfp->bf_offset + count) > bfp->bf_buffilled)
360 count = bfp->bf_buffilled - bfp->bf_offset;
362 memcpy(buf, bfp->bf_buf + bfp->bf_offset, count);
365 if ((bfp->bf_offset + nbytes) > bfp->bf_buffilled)
385 bfp->bf_offset + count, SEEK_SET) < 0)
418 bfp->bf_offset += count;
453 bfp->bf_offset = offset;
[all …]
/titanic_53/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()