Searched defs:splitfs_seek (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dsplitfs.c51 static off_t splitfs_seek(struct open_file *f, off_t offset, int where);
60 splitfs_seek,
235 splitfs_seek(struct open_file *f, off_t offset, int where) function
252 panic("splitfs_seek: SEEK_END not supported");
290 panic("splitfs_seek: can't seek past the beginning of the slice");

Completed in 57 milliseconds