Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat/
H A Dqat_ocf_mem_pool.c39 int skip_bytes) in qat_ocf_populate_buf_list_cb() argument
52 if (skip_bytes > 0) { in qat_ocf_populate_buf_list_cb()
53 if (skip_bytes < segment_len) { in qat_ocf_populate_buf_list_cb()
54 segment_addr += skip_bytes; in qat_ocf_populate_buf_list_cb()
55 segment_len -= skip_bytes; in qat_ocf_populate_buf_list_cb()
56 skip_bytes = 0; in qat_ocf_populate_buf_list_cb()
58 skip_bytes -= segment_len; in qat_ocf_populate_buf_list_cb()
99 int start_segment = 0, skip_bytes = 0; in qat_ocf_crypto_load_buf_cb() local
109 skip_bytes = 0; in qat_ocf_crypto_load_buf_cb()
113 &qat_cookie->src_buffers, segs, nseg, start_segment, skip_bytes); in qat_ocf_crypto_load_buf_cb()
/freebsd/sbin/camcontrol/
H A Dfwdownload.c577 int skip_bytes = 0; in fw_read_img() local
609 skip_bytes = 80; in fw_read_img()
612 skip_bytes = img_size % 1030; in fw_read_img()
625 if (skip_bytes != 0) { in fw_read_img()
626 fprintf(stdout, "Skipping %d byte header.\n", skip_bytes); in fw_read_img()
627 if (lseek(fd, skip_bytes, SEEK_SET) == -1) { in fw_read_img()
631 img_size -= skip_bytes; in fw_read_img()
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vnops.c621 off_t skip_bytes; member
637 if (ssh->skip_bytes > 0) { in pfs_sbuf_uio_drain()
638 if (ssh->skip_bytes >= len) { in pfs_sbuf_uio_drain()
639 ssh->skip_bytes -= len; in pfs_sbuf_uio_drain()
643 data += ssh->skip_bytes; in pfs_sbuf_uio_drain()
644 len -= ssh->skip_bytes; in pfs_sbuf_uio_drain()
645 skipped = ssh->skip_bytes; in pfs_sbuf_uio_drain()
646 ssh->skip_bytes = 0; in pfs_sbuf_uio_drain()
739 ssh.skip_bytes = uio->uio_offset; in pfs_read()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c348 int skip_bytes = state->bits - in next_code() local
350 skip_bytes %= state->bits; in next_code()
352 while (skip_bytes-- > 0) { in next_code()
H A Darchive_read_support_filter_lz4.c356 uint32_t skip_bytes = archive_le32dec(read_buf); in lz4_filter_read() local
358 4 + skip_bytes); in lz4_filter_read()
H A Darchive_read_support_format_7zip.c3378 uint64_t skip_bytes = 0; in read_stream() local
3417 skip_bytes = in read_stream()
3451 while (skip_bytes) { in read_stream()
3472 a, buff, (size_t)skip_bytes, 0); in read_stream()
3475 skip_bytes -= skipped; in read_stream()
3741 skip_stream(struct archive_read *a, size_t skip_bytes) in skip_stream() argument
3746 size_t bytes = skip_bytes; in skip_stream()
3754 += skip_bytes; in skip_stream()
3755 return (skip_bytes); in skip_stream()
3772 return (skip_bytes); in skip_stream()
/freebsd/contrib/less/
H A Dsearch.c1189 int skip_bytes = 0; in search_range() local
1312 skip_bytes = skip_columns(header_cols, &line, &line_len); in search_range()
1359 hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops); in search_range()
1375 hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops); in search_range()
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1378 int skip_bytes = min(len, (int)context->offset); in vchiq_dump() local
1379 str += skip_bytes; in vchiq_dump()
1380 len -= skip_bytes; in vchiq_dump()
1381 context->offset -= skip_bytes; in vchiq_dump()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c4331 u32 skip_bytes = 0; in bnxt_re_process_raw_qp_packet_receive() local
4371 skip_bytes = 4; in bnxt_re_process_raw_qp_packet_receive()
4374 skip_bytes += VLAN_HLEN; in bnxt_re_process_raw_qp_packet_receive()
4382 + skip_bytes; in bnxt_re_process_raw_qp_packet_receive()