Searched refs:write_offset (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_bio.c | 308 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 D | ef10_tx.c | 341 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 D | i2c.c | 315 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 D | rtw88xxa.c | 1610 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 D | archive_write_set_format_iso9660.c | 8036 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 D | oce_mbox.c | 1616 fwcmd->params.req.write_offset = data_offset; in oce_mbox_lancer_write_flashrom()
|
| H A D | oce_hw.h | 1643 uint32_t write_offset; member
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | sli4.h | 2447 uint32_t write_offset; member
|
| H A D | sli4.c | 2627 wr_obj->write_offset = offset; in sli_cmd_common_write_object()
|