Home
last modified time | relevance | path

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

/titanic_52/usr/src/uts/common/krtld/
H A Dbootrd.c99 BRD_READ(struct boot_fs_ops *ops, int fd, caddr_t buf, size_t len) in BRD_READ() function
/titanic_52/usr/src/uts/intel/sys/
H A Dbootvfs.h86 #define BRD_READ(ops, fd, buf, s) ((ops)->fsw_read)(fd, buf, s) macro