Home
last modified time | relevance | path

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

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