Lines Matching refs:bootops
385 proplen = BOP_GETPROPLEN(bootops, "bootp-response"); in loadrootmodules()
388 if (BOP_GETPROP(bootops, "bootp-response", dhcack) == -1) { in loadrootmodules()
401 proplen = BOP_GETPROPLEN(bootops, "netdev-path"); in loadrootmodules()
404 if (BOP_GETPROP(bootops, "netdev-path", in loadrootmodules()
525 if (BOP_GETPROP(bootops, "bootarchive", bootpath) == -1) in get_bootpath_prop()
533 if ((BOP_GETPROP(bootops, "bootpath", bootpath) == -1) || in get_bootpath_prop()
535 if (BOP_GETPROP(bootops, in get_bootpath_prop()
553 return (BOP_GETPROP(bootops, prop, fstype)); in get_fstype_prop()
855 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_NETWORK_BOOTPATH); in load_bootpath_drivers()
857 if (BOP_GETPROP(bootops, BP_ISCSI_NETWORK_BOOTPATH, in load_bootpath_drivers()
1141 proplen = BOP_GETPROPLEN(bootops, BP_BOOTPATH); in netboot_over_iscsi()
1143 if (BOP_GETPROP(bootops, BP_BOOTPATH, bootpath) > 0) { in netboot_over_iscsi()