Searched refs:BOP_NEXTPROP (Results 1 – 2 of 2) sorted by relevance
161 #define BOP_NEXTPROP(bop, prev) ((bop)->bsys_nextprop)(bop, prev) macro
1858 for (name = BOP_NEXTPROP(bootops, ""); /* get first */ in get_boot_properties()1860 name = BOP_NEXTPROP(bootops, name)) { /* get next */ in get_boot_properties()