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

  /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/usr.bin/vmstat/
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
  /src/distrib/utils/embedded/conf/
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)
  /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 */
audioio.h 57 u_int seek; /* BSD extension */ member in struct:audio_prinfo
  /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
  /src/usr.sbin/sysinst/arch/mac68k/
md.c 744 off_t seek; local in function:getName
766 seek = (off_t)part->pmPyPartStart + (off_t)2;
767 seek *= (off_t)blk_size;
768 lseek(fd, seek, SEEK_SET);
  /src/sys/dev/isa/
mcdreg.h 203 } seek; member in union:mcd_command::__anon69815b9d070a
  /src/sys/arch/mac68k/obio/
iwm_fd.c 90 static int seek(fd_softc_t *, int);
620 printf(" Seek track 00 says");
623 ierr = seek(fd, IWM_SEEK_RECAL);
1014 "Seek",
1116 * If necessary, seek to wanted track. Note that
1117 * seek() performs any necessary retries.
1120 0 != (fd->iwmErr = seek(fd, IWM_SEEK_VANILLA))) {
1191 /* Bad seek? Retry */
1194 printf("Wanted track %d, got %d, %d seek retries.\n",
1198 fd->iwmErr = seek(fd, IWM_SEEK_RECAL)
1746 seek(fd_softc_t *fd, int style) function in typeref:typename:int
    [all...]
  /src/sys/arch/arc/arc/
arcbios.h 303 arc_status_t (*seek)( /* Seek 29 */ member in struct:arc_calls
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 887 __sanitizer_cookie_io_seek seek; member in struct:__sanitizer::__sanitizer_cookie_io_functions_t

Completed in 22 milliseconds