Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dcd9660.c67 static off_t cd9660_seek(struct open_file *f, off_t offset, int where);
88 .fo_seek = cd9660_seek,
640 cd9660_seek(struct open_file *f, off_t offset, int where) in cd9660_seek() function