HomeSort by: relevance | last modified time | path
    Searched defs:seek (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/sys/arch/hpc/stand/hpcboot/
file_fat.cpp 110 FatFile::seek(off_t ofs) function in class:FatFile
file_ufs.cpp 135 UfsFile::seek(off_t ofs) function in class:UfsFile
file_http.cpp 237 HttpFile::seek(off_t offset) function in class:HttpFile
file_manager.cpp 90 seek(ofs);
228 seek(pos);
234 FileManager::seek(off_t offset) function in class:FileManager
238 _file->seek(offset);
243 /* if seek backwards, simply start from the beginning */
245 _file->seek(0);
255 /* to seek forwards, throw away data */
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
store-int.h 43 off_t (*seek)(struct krb5_storage_data*, off_t, int); member in struct:krb5_storage_data
  /src/external/bsd/zstd/dist/contrib/seekable_format/
zstd_seekable.h 62 * - `checksumFlag` indicates whether or not the seek table should include frame
80 * ZSTD_seekable_endStream() will end the current frame, and then write the seek
97 /*= Raw seek table API
98 * These functions allow for the seek table to be constructed directly.
111 * Call ZSTD_seekable_writeSeekTable to serialize the data into a seek table.
126 * the seek table provided in the input.
129 * `src` should be the entire seekable file, including the seek table.
133 * fseek will be used to access the required data for building the seek
137 * provide its own read and seek callbacks.
140 * + ZSTD_seekable_seek() : seek the read head to `offset` from `origin`
218 ZSTD_seekable_seek* seek; member in struct:__anon8554
    [all...]
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
XFile.pm 67 C<open>, C<seek>, and C<truncate>. It also overrides the C<getline>
253 =item C<$fh-E<gt>seek ($position, [$whence])>
255 Seek file to C<$position>. Die if seeking fails.
259 sub seek subroutine
263 if (!seek ($fh, $_[0], $_[1]))
  /src/usr.bin/vmstat/
drvstats.h 45 u_int64_t *seek; /* # of seeks (currently unused). */ member in struct:_drive
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dbiterator.h 77 isc_result_t (*seek)(dns_dbiterator_t *iterator, member in struct:dns_dbiteratormethods
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_open_fd.c 161 /* Do not seek past end of file. */
167 /* If seek failed once, it will probably fail again. */
190 la_seek_t seek = (la_seek_t)request; local
192 int seek_bits = sizeof(seek) * 8 - 1; /* off_t is a signed type. */
196 /* Do not perform a seek which cannot be fulfilled. */
197 if (sizeof(request) > sizeof(seek)) {
207 r = lseek(mine->fd, seek, whence);
archive_read_open_file.c 94 /* Enable the seek optimization only for regular files. */
200 int64_t seek = request; local
202 off_t seek = (off_t)request; local
204 long seek = (long)request; local
206 int seek_bits = sizeof(seek) * 8 - 1;
209 /* Do not perform a seek which cannot be fulfilled. */
210 if (sizeof(request) > sizeof(seek)) {
222 int64_t ret = lseek(fileno(mine->f), seek, whence);
227 if (_fseeki64(mine->f, seek, whence) == 0) {
231 if (fseeko(mine->f, seek, whence) == 0)
    [all...]
archive_read_open_filename.c 342 * = "socket-like" devices cannot seek at all but can improve
476 * TODO: Be lazy about the actual seek. There are a few pathological
477 * cases where libarchive makes a bunch of seek requests in a row
481 * seek request here and then actually performed the seek at the
510 /* Do not seek past end of file. */
561 la_seek_t seek = (la_seek_t)request; local
563 int seek_bits = sizeof(seek) * 8 - 1;
567 /* Do not perform a seek which cannot be fulfilled. */
568 if (sizeof(request) > sizeof(seek)) {
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
dbiterator.h 76 isc_result_t (*seek)(dns_dbiterator_t *iterator, member in struct:dns_dbiteratormethods
  /src/bin/pax/
tables.h 68 * Filenames are stored in a scratch file at seek offset into the file. The
80 off_t seek; /* location in scratch file */ member in struct:ftm
  /src/bin/ed/
ed.h 75 off_t seek; /* address of line in scratch buffer */ member in struct:line
  /src/common/dist/zlib/
gzguts.h 194 /* seek request */
196 int seek; /* true if seek request pending */ member in struct:__anon54
  /src/sys/lib/libsa/
stand.h 116 __compactcall off_t (*seek)(struct open_file *, off_t, int); member in struct:fs_ops
149 #define FS_SEEK(fs) ((fs)->seek)
  /src/sys/sys/
iostat.h 56 u_int64_t seek; member in struct:io_sysctl
96 u_int64_t io_seek; /* total independent seek operations */
  /src/external/bsd/zstd/dist/zlibWrapper/
gzguts.h 200 /* seek request */
202 int seek; /* true if seek request pending */ member in struct:__anon8940
  /src/external/gpl3/binutils/dist/zlib/
gzguts.h 193 /* seek request */
195 int seek; /* true if seek request pending */ member in struct:__anon10984
  /src/external/gpl3/binutils.old/dist/zlib/
gzguts.h 194 /* seek request */
196 int seek; /* true if seek request pending */ member in struct:__anon12431
  /src/external/gpl3/gcc/dist/libgfortran/io/
unix.h 34 gfc_offset (* const seek) (struct stream *, gfc_offset, int); member in struct:stream_vtable
65 return s->vptr->seek (s, offset, whence);
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.h 34 gfc_offset (* const seek) (struct stream *, gfc_offset, int); member in struct:stream_vtable
65 return s->vptr->seek (s, offset, whence);
  /src/external/gpl3/gdb/dist/zlib/
gzguts.h 194 /* seek request */
196 int seek; /* true if seek request pending */ member in struct:__anon19995
  /src/external/gpl3/gdb.old/dist/zlib/
gzguts.h 194 /* seek request */
196 int seek; /* true if seek request pending */ member in struct:__anon22734

Completed in 44 milliseconds

1 2