Searched refs:BRD_SEEK (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | bootvfs.h | 77 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 D | bootrd.c | 110 BRD_SEEK(struct boot_fs_ops *ops, int fd, off_t addr, int whence) function
|
H A D | kobj.c | 4623 return (BRD_SEEK(bfs_ops, fd, lo, SEEK_SET));
|
Completed in 52 milliseconds