Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h97 extern int bop_seek(int fd, off_t off);
119 #define BOP_SEEK(fd, off) bop_seek(fd, off)
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c174 bop_seek(int fd, off_t off) in bop_seek() function