Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/krtld/
H A Dbootrd.c110 BRD_SEEK(struct boot_fs_ops *ops, int fd, off_t addr, int whence) in BRD_SEEK() function
/titanic_51/usr/src/uts/intel/sys/
H A Dbootvfs.h87 #define BRD_SEEK(ops, fd, addr, w) ((ops)->fsw_lseek)(fd, addr, w) macro