HomeSort by: relevance | last modified time | path
    Searched defs:seek (Results 1 - 25 of 42) 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_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_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 */
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/usr.bin/vmstat/
drvstats.h 45 u_int64_t *seek; /* # of seeks (currently unused). */ member in struct:_drive
drvstats.h 45 u_int64_t *seek; /* # of seeks (currently unused). */ member in struct:_drive
  /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
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/distrib/utils/embedded/conf/
x86.conf 45 track-to-track seek: 0 # microseconds
evbppc.conf 57 track-to-track seek: 0 # microseconds
x86.conf 45 track-to-track seek: 0 # microseconds
evbppc.conf 57 track-to-track seek: 0 # microseconds
riscv.conf 55 track-to-track seek: 0 # microseconds
evbarm.conf 57 track-to-track seek: 0 # microseconds
evbmips.conf 57 track-to-track seek: 0 # microseconds
  /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)
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 */
iostat.h 56 u_int64_t seek; member in struct:io_sysctl
96 u_int64_t io_seek; /* total independent seek operations */
  /src/common/dist/zlib/
gzguts.h 194 /* seek request */
196 int seek; /* true if seek request pending */ member in struct:__anone1a3ef820108
  /src/bin/ed/
ed.h 75 off_t seek; /* address of line in scratch buffer */ member in struct:line

Completed in 73 milliseconds

1 2