Searched refs:seek (Results 1 - 25 of 28) sorted by relevance

12

/haiku/3rdparty/kallisti5/
H A Dunmatched-uboot.sh31 curl -s $URI_BASE/u-boot-spl.bin --output - | dd of=$DEVICE seek=34
32 curl -s $URI_BASE/u-boot.itb --output - | dd of=$DEVICE seek=2082
/haiku/src/system/boot/platform/atari_m68k/
H A Dmk_floppy_prg_atari.sh13 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((9*180)) && \
14 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((2*9)) && \
15 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((2*9)) seek=$((2*2*9)) && \
16 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((3*9)) seek=$((3*2*9)) && \
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofopncook.c77 return ((cfile->__io_functions.seek == NULL
78 || (cfile->__io_functions.seek (cfile->__cookie, &offset, dir)
113 JUMP_INIT(seek, _IO_cookie_seek),
204 int (*seek) (_IO_FILE *, _IO_off_t, int);
207 seek = (int (*)(_IO_FILE *, _IO_off_t, int)) cfile->__io_functions.seek;
208 if (seek == NULL)
211 ret = seek (cfile->__cookie, offset, dir);
232 JUMP_INIT(seek, _IO_old_cookie_seek),
H A Dvsnprintf.c97 JUMP_INIT(seek, _IO_default_seek),
H A Dvswprintf.c95 JUMP_INIT(seek, _IO_default_seek),
H A Diopopen.c261 JUMP_INIT(seek, INTUSE(_IO_file_seek)),
284 JUMP_INIT(seek, INTUSE(_IO_file_seek)),
H A Dmemstream.c56 JUMP_INIT (seek, _IO_default_seek),
80 JUMP_INIT (seek, _IO_default_seek),
H A Dfmemopen.c42 * source, but as far as I understand there was no seek there. For
239 iof.seek = fmemopen_seek;
H A Dstrops.c327 JUMP_INIT(seek, _IO_default_seek),
H A Dwstrops.c328 JUMP_INIT(seek, _IO_default_seek),
H A Dwfileops.c551 (This may do an unneeded write if we seek within the buffer.
694 /* If we have streammarkers, seek forward by reading ahead. */
725 /* Try to seek to a block boundary, to improve kernel page management. */
745 /* We weren't allowed to read, but try to seek the remainder. */
879 JUMP_INIT(seek, INTUSE(_IO_file_seek)),
906 JUMP_INIT(seek, INTUSE(_IO_file_seek)),
930 JUMP_INIT(seek, INTUSE(_IO_file_seek)),
H A Dfileops.c671 change the current offset. If not, seek past what we have mapped,
955 (This may do an unneeded write if we seek within the buffer.
1040 /* If we have streammarkers, seek forward by reading ahead. */
1071 /* Try to seek to a block boundary, to improve kernel page management. */
1091 /* We weren't allowed to read, but try to seek the remainder. */
1588 JUMP_INIT(seek, INTUSE(_IO_file_seek)),
1614 JUMP_INIT(seek, INTUSE(_IO_file_seek)),
1638 JUMP_INIT(seek, INTUSE(_IO_file_seek)),
H A Dlibio.h392 __io_seek_fn *seek; /* Seek/tell file position. */ member in struct:__anon5476
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd-server.py102 afile.seek(0)
112 afile.seek(req.offset)
/haiku/src/add-ons/translators/raw/
H A DLibRAW.cpp52 virtual int seek(INT64 o, int whence);
97 LibRaw_haiku_datastream::seek(INT64 o, int whence) function in class:LibRaw_haiku_datastream
100 TRACE("seek %lld %d\n", o, whence);
/haiku/headers/private/media/experimental/
H A DMediaClient.h121 bigtime_t seek);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h106 s64 (*seek)(struct ntfs_device *dev, s64 offset, int whence); member in struct:ntfs_device_operations
H A Dunix_io.c384 .seek = ntfs_device_unix_io_seek,
H A Dbootsect.c228 if (vol->dev->d_ops->seek(vol->dev,
H A Ddevice.c205 * to the return code of either seek, read, or set to EINVAL in case of
255 * appropriately to the return code of either seek, write, or set
322 * return code of either seek, read, or set to EINVAL in case of invalid
377 * appropriately to the return code of either seek, write, or set
514 if (dev->d_ops->seek(dev, ofs, SEEK_SET) >= 0 &&
636 dev->d_ops->seek(dev, 0LL, SEEK_SET);
/haiku/src/kits/media/experimental/
H A DMediaClient.cpp366 BMediaClient::Roll(bigtime_t start, bigtime_t stop, bigtime_t seek) argument
371 start, stop, seek);
/haiku/headers/posix/
H A Dstdio.h114 cookie_seek_function_t *seek; member in struct:__anon1
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc323 __off == index at start of buffer (need only be valid after seek ? )
500 seek to end_pos;
H A Dstreambuf.cc202 JUMP_INIT(seek, _IO_sb_seek),
/haiku/docs/develop/media/
H A DMediaExtractorAddOn.h229 /* begin seek/sync functions for the extractor */
230 // The extractor will seek first on the seek track, just like
233 // After finding this frame, it will also seek any other open
234 // streams in an extractor-dependent fashion. Usually the seek
238 // This may be more efficient than seeking the seek track through
256 // The extractor will seek first on the seek track, just like
259 // After finding this frame, it will also seek any other open
260 // streams in an extractor-dependent fashion. Usually the seek
[all...]

Completed in 134 milliseconds

12