Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dgzipfs.c50 static off_t zf_seek(struct open_file *f, off_t offset, int where);
59 .fo_seek = zf_seek,
298 zf_seek(struct open_file *f, off_t offset, int where) in zf_seek() function