Home
last modified time | relevance | path

Searched refs:BRD_SEEK (Results 1 – 3 of 3) 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.c113 BRD_SEEK(struct boot_fs_ops *ops, int fd, off_t addr, int whence) in BRD_SEEK() function
H A Dkobj.c4548 return (BRD_SEEK(bfs_ops, fd, lo, SEEK_SET)); in kobj_boot_seek()