Home
last modified time | relevance | path

Searched refs:bop_read (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h96 extern int bop_read(int fd, caddr_t buf, size_t size);
118 #define BOP_READ(fd, buf, size) bop_read(fd, buf, size)
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c163 bop_read(int fd, caddr_t buf, size_t size) in bop_read() function