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

/illumos-gate/usr/src/uts/intel/sys/
H A Dbootvfs.h77 extern off_t BRD_SEEK(struct boot_fs_ops *, int, off_t, int);
87 #define BRD_SEEK(ops, fd, addr, w) ((ops)->fsw_lseek)(fd, addr, w) macro
/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd.c110 BRD_SEEK(struct boot_fs_ops *ops, int fd, off_t addr, int whence) function

Completed in 44 milliseconds