Home
last modified time | relevance | path

Searched refs:BOP_GETVERSION (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/intel/sys/
H A Dbootconf.h154 #define BOP_GETVERSION(bop) ((bop)->bsys_version) macro
/titanic_41/usr/src/uts/sun/sys/
H A Dbootconf.h68 ((BOP_GETVERSION(bop)) >= 9 && (bop->bsys_1275_call != 0))
/titanic_41/usr/src/uts/i86pc/os/
H A Dstartup.c747 (void) check_boot_version(BOP_GETVERSION(bootops)); in startup_init()