/openbmc/u-boot/tools/ |
H A D | bmp_logo.c | 36 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 D | stm32-romem.c | 79 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 D | devices.c | 391 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 D | deflate_xip_data.sh | 58 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
|
/openbmc/openbmc/poky/scripts/ |
H A D | rpm2cpio.sh | 15 dd if="$pkg" skip="$o" iflag=skip_bytes status=none $*
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/spectre-meltdown-checker/ |
H A D | spectre-meltdown-checker_0.46.bb | 17 # coreutils: dd with iflag=skip_bytes oflag=seek_bytes in some cases
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | comedi_test.c | 470 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 D | vchiq_arm.c | 1169 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 D | io.c | 1176 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 D | iscsi_target.c | 3379 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 D | ib_verbs.c | 3389 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 D | ctrl.c | 1292 int32_t skip_bytes, int64_t offset, in nvme_tx_interleaved() argument 1345 offset += skip_bytes; in nvme_tx_interleaved()
|