Home
last modified time | relevance | path

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

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