Lines Matching refs:bootops
445 proplen = BOP_GETPROPLEN(bootops, "bootp-response"); in loadrootmodules()
448 if (BOP_GETPROP(bootops, "bootp-response", dhcack) == -1) { in loadrootmodules()
461 proplen = BOP_GETPROPLEN(bootops, "netdev-path"); in loadrootmodules()
464 if (BOP_GETPROP(bootops, "netdev-path", in loadrootmodules()
585 if (BOP_GETPROP(bootops, "bootarchive", bootpath) == -1) in get_bootpath_prop()
593 if ((BOP_GETPROP(bootops, "bootpath", bootpath) == -1) || in get_bootpath_prop()
595 if (BOP_GETPROP(bootops, in get_bootpath_prop()
613 return (BOP_GETPROP(bootops, prop, fstype)); in get_fstype_prop()
915 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_NETWORK_BOOTPATH); in load_bootpath_drivers()
917 if (BOP_GETPROP(bootops, BP_ISCSI_NETWORK_BOOTPATH, in load_bootpath_drivers()
1201 proplen = BOP_GETPROPLEN(bootops, BP_BOOTPATH); in netboot_over_iscsi()
1203 if (BOP_GETPROP(bootops, BP_BOOTPATH, bootpath) > 0) { in netboot_over_iscsi()