Home
last modified time | relevance | path

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

12

/original-bsd/sys/stand/
H A Dlseek.c58 return (f->f_ops->seek)(f, offset, where);
H A Dstand.h37 off_t (*seek) __P((struct open_file *f, off_t offset, int where));
/original-bsd/bin/pax/
H A Dtables.h56 off_t seek; /* loacation in scratch file */ member
H A Dtables.c409 if (lseek(ffd,pt->seek,SEEK_SET) != pt->seek) {
459 if ((pt->seek = lseek(ffd, (off_t)0, SEEK_END)) >= 0) {
/original-bsd/sys/vax/uba/
H A Drlreg.h13 u_short seek; /* disk seek address */ member
H A Drl.c303 rladdr->rlda.seek = -diff << 7 | RLDA_HGH | hd << 4;
305 rladdr->rlda.seek = diff << 7 | RLDA_LOW | hd << 4;
488 rladdr->rlda.seek =
491 rladdr->rlda.seek =
H A Didc.c519 goto seek;
549 seek:
/original-bsd/sys/vax/stand/
H A Drl.c125 rladdr->rlda.seek = -diff<<7 | RLDA_HGH | head << 4;
127 rladdr->rlda.seek = diff<<7 | RLDA_LOW | head << 4;
/original-bsd/sys/sparc/include/
H A Dbsd_audioio.h40 u_long seek; /* BSD extension */ member
/original-bsd/etc/
H A Ddaily89 dd if=/dev/r$rootdev of=/dev/r$rootbak bs=16b seek=1 skip=1 \
/original-bsd/usr.bin/systat/
H A Dvmstat.c620 long *time, *wds, *seek, *xfer; local
628 time = to->dk_time; wds = to->dk_wds; seek = to->dk_seek;
633 bcopy(from->dk_seek, to->dk_seek = seek, dk_ndrive * sizeof (long));
/original-bsd/etc/etc.hcx9/
H A Ddisktab20 # ts one-cylinder seek time, default 0
/original-bsd/etc/etc.i386/
H A Ddisktab20 # ts one-cylinder seek time, default 0
/original-bsd/usr.bin/f77/libI77/
H A DNEWS12 Backspace now allows non-seek files to reset the EOF flag.
71 Backspace will reset EOF on any unit, even if it can't "seek".
/original-bsd/lib/libc/sys/
H A DMakefile.inc97 MLINKS+=lseek.2 seek.2
/original-bsd/etc/etc.tahoe/
H A Ddisktab19 # ts one-cylinder seek time, default 0
/original-bsd/etc/etc.pmax/
H A Ddisktab21 # ts one-cylinder seek time, default 0
/original-bsd/sys/ufs/lfs/
H A DREADME126 Sprite is forced to seek (from the end of the data inode to the summary
/original-bsd/sys/sparc/dev/
H A Dbsd_audio.c1133 p->seek = sc->sc_wseek;
1134 r->seek = sc->sc_rseek;
/original-bsd/etc/etc.vax/
H A Ddisktab20 # ts one-cylinder seek time, default 0
/original-bsd/old/as.tahoe/
H A Dinstrs106 ## 4 bytes of 0's: seek position of the string
/original-bsd/local/sccscmds/sccscmds.2/
H A Dsccs.hf798 file descriptor zero. Unfortunately, one cannot seek
991 A seek
/original-bsd/local/sccscmds/sccscmds.ok/
H A Dsccs.hf798 file descriptor zero. Unfortunately, one cannot seek
991 A seek
/original-bsd/usr.sbin/sendmail/doc/usenix/
H A Dusenix.me116 Internet standards seek to eliminate these problems.
/original-bsd/games/fortune/datfiles/
H A Dstartrek134 "Evil does seek to maintain power by suppressing the truth."

12