Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/sys/
H A Dbootconf.h95 extern int bop_open(const char *s, int flags);
116 #define BOP_OPEN(s, flags) bop_open(s, flags)
/titanic_50/usr/src/uts/sparc/os/
H A Dbootops.c119 bop_open(const char *name, int flags) in bop_open() function