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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c199 uint16_t read_offset; member in struct:cfdata
1261 cfdata->read_offset = 0;
1424 d = cab->uncompressed_buffer + cfdata->read_offset;
1425 *avail = uavail - cfdata->read_offset;
1589 d = cab->uncompressed_buffer + cfdata->read_offset;
1590 *avail = uavail - cfdata->read_offset;
1653 d = cab->uncompressed_buffer + cfdata->read_offset;
1654 *avail = uavail - cfdata->read_offset;
1744 d = cab->uncompressed_buffer + cfdata->read_offset;
1745 *avail = uavail - cfdata->read_offset;
[all...]
H A Darchive_write_set_format_iso9660.c8027 int64_t read_offset, write_offset, new_offset; local
8047 read_offset = file->content.offset_of_temp;
8067 lseek(fd, read_offset, SEEK_SET);
8080 read_offset += rs;
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c745 u32 read_offset, tmp, shift, len = 0; local
749 read_offset = offset & 0xfffffffc;
752 ret = t3_seeprom_read(adapter, read_offset, &tmp);
760 ret = t3_seeprom_read(adapter, read_offset + 4, &tmp);
782 u32 read_offset, shift, ret, tmp; local
785 read_offset = offset & 0xfffffffc;
788 ret = t3_seeprom_read(adapter, read_offset, &tmp);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c709 static LONGEST read_offset (bfd *, char *, const struct comp_unit_head *,
1132 cu_header->abbrev_offset = read_offset (abfd, info_ptr, cu_header,
4824 [ Note: read_initial_length() and read_offset() are based on the
4887 read_offset (bfd *abfd, char *buf, const struct comp_unit_head *cu_header, function
4904 "read_offset: bad switch [in module %s]",
4942 LONGEST str_offset = read_offset (abfd, buf, cu_header,
5237 lh->header_length = read_offset (abfd, line_ptr, &cu->header, &bytes_read);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c4503 u32 read_offset = 0; local
4511 if (ecore_mcp_nvm_rd_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_NVM_READ_NVRAM, (nvram_offset_bytes + read_offset) | (bytes_to_copy << DRV_MB_PARAM_NVM_LEN_OFFSET), &ret_mcp_resp, &ret_mcp_param, &ret_read_size, (u32 *)((u8 *)ret_buf + read_offset)))
4519 read_offset += ret_read_size;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h2379 uint32_t read_offset; member in struct:sli4_req_common_read_object_s
2451 uint32_t read_offset; member in struct:sli4_req_common_read_object_list_s
H A Dsli4.c2628 rd_obj->read_offset = offset;

Completed in 251 milliseconds