Searched refs:write_offset (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c385 size_t write_offset; local
390 write_offset = b->offset + b->len;
391 if (write_offset >= b->size)
392 write_offset -= b->size;
393 /* b->buf[write_offset] is the first byte we can write to. */
395 if (write_offset + rest <= b->size)
399 chunk = b->size - write_offset;
401 memcpy(b->buf + write_offset, buf, chunk);
426 size_t write_offset; local
452 write_offset
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_tx.c337 uint32_t write_offset; local
357 write_offset = etp->et_pio_write_offset + offset;
358 write_offset_limit = write_offset + length;
360 while (write_offset < write_offset_limit) {
361 EFSYS_BAR_WC_WRITEQ(esbp, write_offset, eqp);
363 write_offset += sizeof (efx_qword_t);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c8027 int64_t read_offset, write_offset, new_offset; local
8064 write_offset = lseek(fd, 0, SEEK_CUR);
8083 lseek(fd, write_offset, SEEK_SET);
/freebsd-11-stable/sys/dev/oce/
H A Doce_hw.h1669 uint32_t write_offset; member in struct:mbx_lancer_common_write_object::__anon7415::__anon7416
H A Doce_mbox.c1643 fwcmd->params.req.write_offset = data_offset;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h2409 uint32_t write_offset; member in struct:sli4_req_common_write_object_s
H A Dsli4.c2535 wr_obj->write_offset = offset;

Completed in 177 milliseconds