Home
last modified time | relevance | path

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

/src/stand/libsa/
H A Dpkgfs.c37 static off_t pkg_seek(struct open_file *, off_t, int);
49 .fo_seek = pkg_seek,
344 pkg_seek(struct open_file *f, off_t ofs, int whence) in pkg_seek() function