Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h98 extern int bop_close(int fd);
120 #define BOP_CLOSE(fd) bop_close(fd)
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c184 bop_close(int fd) in bop_close() function