Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dbf.c64 off_t bf_offset; /* Current 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 …]
/freebsd/contrib/ofed/libmlx4/
H A Dqp.c482 mlx4_bf_copy(ctx->bf_page + ctx->bf_offset, (unsigned long *) ctrl, in mlx4_post_send()
487 ctx->bf_offset ^= ctx->bf_buf_size; in mlx4_post_send()
H A Dmlx4.c222 context->bf_offset = 0; in mlx4_init_context()
H A Dmlx4.h131 int bf_offset; member