Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/sys/
H A Dbootconf.h161 #define BOP_NEXTPROP(bop, prev) ((bop)->bsys_nextprop)(bop, prev) macro
/titanic_50/usr/src/uts/i86pc/os/
H A Dddi_impl.c1858 for (name = BOP_NEXTPROP(bootops, ""); /* get first */ in get_boot_properties()
1860 name = BOP_NEXTPROP(bootops, name)) { /* get next */ in get_boot_properties()