Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/bio/
HDbss_bio.c310 size_t write_offset; in bio_write() local
315 write_offset = b->offset + b->len; in bio_write()
316 if (write_offset >= b->size) in bio_write()
317 write_offset -= b->size; in bio_write()
320 if (write_offset + rest <= b->size) in bio_write()
324 chunk = b->size - write_offset; in bio_write()
326 memcpy(b->buf + write_offset, buf, chunk); in bio_write()
351 size_t write_offset; in bio_nwrite0() local
377 write_offset = b->offset + b->len; in bio_nwrite0()
378 if (write_offset >= b->size) in bio_nwrite0()
[all …]
/freebsd-13-stable/sys/dev/sfxge/common/
HDef10_tx.c341 uint32_t write_offset; in ef10_tx_qpio_write() local
361 write_offset = etp->et_pio_write_offset + offset; in ef10_tx_qpio_write()
362 write_offset_limit = write_offset + length; in ef10_tx_qpio_write()
364 while (write_offset < write_offset_limit) { in ef10_tx_qpio_write()
365 EFSYS_BAR_WC_WRITEQ(esbp, write_offset, eqp); in ef10_tx_qpio_write()
367 write_offset += sizeof (efx_qword_t); in ef10_tx_qpio_write()
/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_write_set_format_iso9660.c8025 int64_t read_offset, write_offset, new_offset; in zisofs_rewind_boot_file() local
8062 write_offset = lseek(fd, 0, SEEK_CUR); in zisofs_rewind_boot_file()
8081 lseek(fd, write_offset, SEEK_SET); in zisofs_rewind_boot_file()
/freebsd-13-stable/sys/dev/oce/
HDoce_mbox.c1618 fwcmd->params.req.write_offset = data_offset; in oce_mbox_lancer_write_flashrom()
HDoce_hw.h1643 uint32_t write_offset; member
/freebsd-13-stable/sys/dev/ocs_fc/
HDsli4.h2447 uint32_t write_offset; member
HDsli4.c2627 wr_obj->write_offset = offset; in sli_cmd_common_write_object()