Home
last modified time | relevance | path

Searched refs:seek (Results 1 – 25 of 242) sorted by relevance

12345678910

/openbmc/openbmc/poky/scripts/
H A Drelocate_sdk.py34 f.seek(0)
56 f.seek(0)
80 f.seek(e_phoff + i * e_phentsize)
94 f.seek(p_offset)
109 f.seek(p_offset)
128 f.seek(sh_offset)
135 f.seek(e_shoff + i * e_shentsize)
145 f.seek(sh_offset)
166 f.seek(sh_offset)
206 f.seek(sysdirs_off)
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A Dqcow2_format.py112 fd.seek(offset)
152 fd.seek(8 - tail, 1)
156 fd.seek(position)
159 fd.seek(self.bitmap_directory_offset)
192 fd.seek(self.extra_data_size, 1)
198 fd.seek(padding, 1)
256 fd.seek(offset)
258 fd.seek(position)
400 fd.seek(self.header_length)
434 fd.seek(self.header_length)
[all …]
H A Dqed.py54 self.f.seek(0, 2)
61 self.f.seek(offset)
65 self.f.seek(offset)
186 out.seek(qed.filesize - 1)
190 out.seek(0)
195 out.seek(qed.header['l1_table_offset'])
204 out.seek(l2_offset)
H A D19652 f.seek(88) # first byte of autoclear_features field
62 f.seek(88)
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-s-hw-freq-seek.rst13 VIDIOC_S_HW_FREQ_SEEK - Perform a hardware frequency seek
34 Start a hardware frequency seek from the current frequency. To do this
51 will be clamped to fit in the band before the seek is started.
59 error code is returned and no seek takes place.
82 - If non-zero, seek upward from the current frequency, else seek
91 - If non-zero, defines the hardware seek resolution in Hz. The
134 The hardware seek found no channels.
137 Another hardware seek is already in progress.
/openbmc/u-boot/board/freescale/mx6sabresd/
H A DREADME28 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
32 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 && sync
56 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
57 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 && sync
72 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 oflag=sync status=none && sync
76 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 oflag=sync status=none && sync
/openbmc/qemu/tests/qemu-iotests/sample_images/
H A Dparallels-with-bitmap.sh42 dd if=/dev/zero of=$dev bs=64K seek=5 count=2 oflag=direct
43 dd if=/dev/zero of=$dev bs=64K seek=30 count=1 oflag=direct
44 dd if=/dev/zero of=$dev bs=64K seek=10 count=3 oflag=direct
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch19 return sys_errmsg("cannot seek mtd%d to offset %"PRIdoff_t,
137 seek = (off_t)eb * mtd->eb_size + offs;
138 if (lseek(fd, seek, SEEK_SET) != seek)
140 - mtd->mtd_num, seek);
141 + return sys_errmsg("cannot seek mtd%d to offset %lld",
142 + mtd->mtd_num, (long long)seek);
149 if (lseek(fd, seek, SEEK_SET) != seek)
151 - mtd->mtd_num, seek);
152 + return sys_errmsg("cannot seek mtd%d to offset %lld",
153 + mtd->mtd_num, (long long)seek);
[all …]
/openbmc/linux/drivers/media/radio/si470x/
H A Dradio-si470x-common.c295 const struct v4l2_hw_freq_seek *seek) in si470x_set_seek() argument
303 if (seek->rangelow || seek->rangehigh) { in si470x_set_seek()
305 if (bands[band].rangelow == seek->rangelow && in si470x_set_seek()
306 bands[band].rangehigh == seek->rangehigh) in si470x_set_seek()
328 if (seek->wrap_around) in si470x_set_seek()
332 if (seek->seek_upward) in si470x_set_seek()
726 const struct v4l2_hw_freq_seek *seek) in si470x_vidioc_s_hw_freq_seek() argument
730 if (seek->tuner != 0) in si470x_vidioc_s_hw_freq_seek()
736 return si470x_set_seek(radio, seek); in si470x_vidioc_s_hw_freq_seek()
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py520 def sparse_copy(src_fname, dst_fname, skip=0, seek=0, argument
540 dst_size = length + seek
542 dst_size = os.path.getsize(src_fname) + seek - skip
556 fmap._f_image.seek(start, os.SEEK_SET)
560 dst_file.seek(seek + length, os.SEEK_SET)
564 dst_file.seek(seek + start - skip, os.SEEK_SET)
/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-debayer.c416 unsigned int i, seek, wlin, wcol; in vimc_debayer_calc_rgb_sink() local
427 seek = vdebayer->mean_win_size / 2; in vimc_debayer_calc_rgb_sink()
433 vdebayer->sd.name, lin, col, vdebayer->sink_fmt.height, seek); in vimc_debayer_calc_rgb_sink()
441 for (wlin = seek > lin ? 0 : lin - seek; in vimc_debayer_calc_rgb_sink()
442 wlin < lin + seek + 1 && wlin < vdebayer->sink_fmt.height; in vimc_debayer_calc_rgb_sink()
451 for (wcol = seek > col ? 0 : col - seek; in vimc_debayer_calc_rgb_sink()
452 wcol < col + seek + 1 && wcol < vdebayer->sink_fmt.width; in vimc_debayer_calc_rgb_sink()
/openbmc/u-boot/board/freescale/mx6sabreauto/
H A DREADME16 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
20 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 && sync
39 $ sudo dd if=SPL of=/dev/sdb bs=1K seek=1 && sync
43 $ sudo dd if=u-boot-dtb.img of=/dev/sdb bs=1K seek=69 && sync
/openbmc/u-boot/board/imgtec/ci20/
H A DREADME8 dd if=spl/u-boot-spl.bin of=/dev/sdX obs=512 seek=1
9 dd if=u-boot-dtb.img of=/dev/sdX obs=1K seek=14
/openbmc/pldm/tools/fw-update/
H A Dpldm_fwup_pkg_creator.py572 pldm_fw_up_pkg.seek(offset)
576 pldm_fw_up_pkg.seek(0, os.SEEK_END)
586 pldm_fw_up_pkg.seek(0)
588 pldm_fw_up_pkg.seek(0, os.SEEK_END)
605 pldm_fw_up_pkg.seek(pkg_header_size_offset)
607 pldm_fw_up_pkg.seek(0, os.SEEK_END)
/openbmc/linux/net/sunrpc/
H A Dsocklib.c207 size_t seek) in xprt_sendmsg() argument
209 if (seek) in xprt_sendmsg()
210 iov_iter_advance(&msg->msg_iter, seek); in xprt_sendmsg()
215 struct kvec *vec, size_t seek) in xprt_send_kvec() argument
218 return xprt_sendmsg(sock, msg, seek); in xprt_send_kvec()
/openbmc/u-boot/board/udoo/
H A DREADME14 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
18 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
/openbmc/u-boot/board/solidrun/mx6cuboxi/
H A DREADME14 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
18 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
/openbmc/openbmc-build-scripts/scripts/
H A Dtest-qemu59 dd of="$P10BMC_MMC" if="$P10BMC_UBOOT" conv=notrunc bs=1K seek=64
61 xz --decompress --stdout --keep "$P10BMC_WIC_XZ" | dd of="$P10BMC_MMC" conv=notrunc bs=1M seek=2
/openbmc/u-boot/board/phytec/pcl063/
H A DREADME14 $ sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
15 $ sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync
/openbmc/u-boot/board/BuR/brppt1/
H A Dconfig.mk15 dd conv=notrunc bs=1 if=MLO.byteswap of=$@ seek=0 2>/dev/null && \
16 dd bs=1 if=u-boot-dtb.img of=$@ seek=$(payload_off) 2>/dev/null
/openbmc/linux/Documentation/ABI/testing/
H A Ddev-kmsg43 and the seek position be updated to the next available record.
52 The device supports seek with the following parameters:
55 seek to the first entry in the buffer
57 seek after the last entry in the buffer
59 seek after the last record available at the time
62 Other seek operations or offsets are not supported because of
/openbmc/u-boot/board/grinn/liteboard/
H A DREADME14 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
18 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
/openbmc/openbmc-tools/ddconvnotrunc/
H A Dddconvnotrunc36 seek=*)
150 $DD $DATA_SOURCE of="$OF_FILE" bs=1 skip=$OF_SUFFIX_OFF seek=$OF_SUFFIX_OFF $ARG_APPEND
/openbmc/qemu/tests/avocado/
H A Dlinux_initrd.py43 initrd.seek(max_size)
73 initrd.seek(max_size)
/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/
H A DREADME14 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
18 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync

12345678910