Home
last modified time | relevance | path

Searched defs:BRD_READ (Results 1 – 2 of 2) sorted by last modified time

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