Searched defs:bsys_getprop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h127 int (*bsys_getprop)(struct bootops *, const char *, void *); member in struct:bootops
159 #define BOP_GETPROP(bop, name, buf) ((bop)->bsys_getprop)(bop, name, buf)

Completed in 58 milliseconds