Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c260 static off64_t termio_seek(mdb_io_t *, off64_t, int);
322 .io_seek = termio_seek,
568 termio_seek(mdb_io_t *io, off64_t offset, int whence) in termio_seek() function