Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dbmp_logo.c36 void skip_bytes (FILE *fp, int n) in skip_bytes() function
108 skip_bytes (fp, 8); in main()
111 skip_bytes(fp, 2); in main()
116 skip_bytes(fp, 2); in main()
119 skip_bytes (fp, 2); in main()
122 skip_bytes (fp, 22); in main()
125 skip_bytes(fp, hdr_size - 34); in main()
/openbmc/linux/drivers/nvmem/
H A Dstm32-romem.c79 int i, j = 0, ret, skip_bytes, size; in stm32_bsec_read() local
83 skip_bytes = offset & 0x3; in stm32_bsec_read()
84 rbytes = roundup(bytes + skip_bytes, 4); in stm32_bsec_read()
106 if (skip_bytes) in stm32_bsec_read()
107 size = min(bytes, (size_t)(4 - skip_bytes)); in stm32_bsec_read()
110 memcpy(&buf8[j], &val8[skip_bytes], size); in stm32_bsec_read()
113 skip_bytes = 0; in stm32_bsec_read()
/openbmc/linux/drivers/usb/core/
H A Ddevices.c391 loff_t *skip_bytes, loff_t *file_offset, in usb_device_dump() argument
477 if (length > *skip_bytes) { in usb_device_dump()
478 length -= *skip_bytes; in usb_device_dump()
481 if (copy_to_user(*buffer, pages_start + *skip_bytes, length)) { in usb_device_dump()
489 *skip_bytes = 0; in usb_device_dump()
491 *skip_bytes -= length; in usb_device_dump()
498 ret = usb_device_dump(buffer, nbytes, skip_bytes, in usb_device_dump()
514 loff_t skip_bytes = *ppos; in usb_device_read() local
529 ret = usb_device_dump(&buf, &nbytes, &skip_bytes, ppos, in usb_device_read()
/openbmc/linux/arch/arm/boot/
H A Ddeflate_xip_data.sh58 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
/openbmc/openbmc/poky/scripts/
H A Drpm2cpio.sh15 dd if="$pkg" skip="$o" iflag=skip_bytes status=none $*
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/spectre-meltdown-checker/
H A Dspectre-meltdown-checker_0.46.bb17 # coreutils: dd with iflag=skip_bytes oflag=seek_bytes in some cases
/openbmc/linux/drivers/comedi/drivers/
H A Dcomedi_test.c470 unsigned int skip_bytes, nbytes; in waveform_ao_timer() local
472 skip_bytes = in waveform_ao_timer()
475 nbytes = comedi_buf_read_alloc(s, skip_bytes); in waveform_ao_timer()
478 if (nbytes < skip_bytes) { in waveform_ao_timer()
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c1169 int skip_bytes = min_t(int, len, context->offset); in vchiq_dump() local
1171 str += skip_bytes; in vchiq_dump()
1172 len -= skip_bytes; in vchiq_dump()
1173 context->offset -= skip_bytes; in vchiq_dump()
/openbmc/qemu/block/
H A Dio.c1176 int64_t skip_bytes; in bdrv_co_do_copy_on_readv() local
1210 skip_bytes = offset - align_offset; in bdrv_co_do_copy_on_readv()
1239 assert(skip_bytes < pnum); in bdrv_co_do_copy_on_readv()
1294 bounce_buffer + skip_bytes, in bdrv_co_do_copy_on_readv()
1295 MIN(pnum - skip_bytes, bytes - progress)); in bdrv_co_do_copy_on_readv()
1300 MIN(pnum - skip_bytes, bytes - progress), in bdrv_co_do_copy_on_readv()
1309 progress += pnum - skip_bytes; in bdrv_co_do_copy_on_readv()
1310 skip_bytes = 0; in bdrv_co_do_copy_on_readv()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target.c3379 int skip_bytes, bool *completed) in iscsit_build_sendtargets_response() argument
3469 if (skip_bytes && len <= skip_bytes) { in iscsit_build_sendtargets_response()
3470 skip_bytes -= len; in iscsit_build_sendtargets_response()
3475 if (len > skip_bytes) in iscsit_build_sendtargets_response()
3476 skip_bytes = 0; in iscsit_build_sendtargets_response()
3498 if (skip_bytes && len <= skip_bytes) { in iscsit_build_sendtargets_response()
3499 skip_bytes -= len; in iscsit_build_sendtargets_response()
3503 if (len > skip_bytes) in iscsit_build_sendtargets_response()
3504 skip_bytes = 0; in iscsit_build_sendtargets_response()
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3389 u32 skip_bytes = 0; in bnxt_re_process_raw_qp_pkt_rx() local
3432 skip_bytes = 4; in bnxt_re_process_raw_qp_pkt_rx()
3436 + skip_bytes; in bnxt_re_process_raw_qp_pkt_rx()
/openbmc/qemu/hw/nvme/
H A Dctrl.c1292 int32_t skip_bytes, int64_t offset, in nvme_tx_interleaved() argument
1345 offset += skip_bytes; in nvme_tx_interleaved()