Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dcd9660.c69 static off_t cd9660_seek(struct open_file *f, off_t offset, int where);
88 .fo_seek = cd9660_seek,
589 cd9660_seek(struct open_file *f, off_t offset, int where) in cd9660_seek() function