Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c308 size_t write_offset; in bio_write() local
313 write_offset = b->offset + b->len; in bio_write()
314 if (write_offset >= b->size) in bio_write()
315 write_offset -= b->size; in bio_write()
318 if (write_offset + rest <= b->size) in bio_write()
322 chunk = b->size - write_offset; in bio_write()
324 memcpy(b->buf + write_offset, buf, chunk); in bio_write()
349 size_t write_offset; in bio_nwrite0() local
375 write_offset = b->offset + b->len; in bio_nwrite0()
376 if (write_offset >= b->size) in bio_nwrite0()
[all …]
/freebsd/sys/dev/sfxge/common/
H A Def10_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/usr.sbin/i2c/
H A Di2c.c315 write_offset(int fd, struct options i2c_opt, struct iiccmd *cmd) in write_offset() function
340 if (write_offset(fd, i2c_opt, &cmd)) in i2c_write()
360 if (write_offset(fd, i2c_opt, &cmd)) in i2c_write()
410 if (write_offset(fd, i2c_opt, &cmd)) in i2c_read()
/freebsd/sys/contrib/dev/rtw88/
H A Drtw88xxa.c1610 static const u32 write_offset[] = { in rtw88xxa_tx_power_training() local
1630 rtw_write32_mask(rtwdev, write_offset[path], 0xffffff, write_data); in rtw88xxa_tx_power_training()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c8036 int64_t read_offset, write_offset, new_offset; in zisofs_rewind_boot_file() local
8073 write_offset = lseek(fd, 0, SEEK_CUR); in zisofs_rewind_boot_file()
8092 lseek(fd, write_offset, SEEK_SET); in zisofs_rewind_boot_file()
/freebsd/sys/dev/oce/
H A Doce_mbox.c1616 fwcmd->params.req.write_offset = data_offset; in oce_mbox_lancer_write_flashrom()
H A Doce_hw.h1643 uint32_t write_offset; member
/freebsd/sys/dev/ocs_fc/
H A Dsli4.h2447 uint32_t write_offset; member
H A Dsli4.c2627 wr_obj->write_offset = offset; in sli_cmd_common_write_object()