Home
last modified time | relevance | path

Searched refs:dos_seek (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcdos.c276 static Sfoff_t dos_seek(Sfio_t *iop, Sfoff_t offset, register int whence, Sfdisc_t* disc) in dos_seek() function
278 static Sfoff_t dos_seek(iop, offset, whence, disc) in dos_seek()
407 dos->disc.seekf = dos_seek;
/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.c47 static off_t dos_seek(struct open_file *, off_t offset, int);
57 .fo_seek = dos_seek,
342 dos_seek(struct open_file *fd, off_t offset, int whence) in dos_seek() function