Searched refs:boot_index (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | menu.c | 164 int boot_index; in menu_get_boot_index() local 169 boot_index = get_index(); in menu_get_boot_index() 171 } while (boot_index < 0 || boot_index >= MAX_BOOT_ENTRIES || in menu_get_boot_index() 172 !valid_entries[boot_index]); in menu_get_boot_index() 174 printf("\nBooting entry #%d", boot_index); in menu_get_boot_index() 176 return boot_index; in menu_get_boot_index()
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-storage-classic.c | 100 int32_t boot_index; in usb_msd_set_bootindex() local 103 if (!visit_type_int32(v, name, &boot_index, errp)) { in usb_msd_set_bootindex() 107 check_boot_index(boot_index, &local_err); in usb_msd_set_bootindex() 112 s->conf.bootindex = boot_index; in usb_msd_set_bootindex() 115 object_property_set_int(OBJECT(s->scsi_dev), "bootindex", boot_index, in usb_msd_set_bootindex()
|
| /openbmc/qemu/hw/net/ |
| H A D | ne2000-isa.c | 114 int32_t boot_index; in isa_ne2000_set_bootindex() local 117 if (!visit_type_int32(v, name, &boot_index, errp)) { in isa_ne2000_set_bootindex() 121 check_boot_index(boot_index, &local_err); in isa_ne2000_set_bootindex() 126 s->c.bootindex = boot_index; in isa_ne2000_set_bootindex()
|
| /openbmc/qemu/hw/ide/ |
| H A D | ide-dev.c | 153 int32_t boot_index; in ide_dev_set_bootindex() local 156 if (!visit_type_int32(v, name, &boot_index, errp)) { in ide_dev_set_bootindex() 160 check_boot_index(boot_index, &local_err); in ide_dev_set_bootindex() 165 d->conf.bootindex = boot_index; in ide_dev_set_bootindex()
|
| /openbmc/u-boot/arch/arm/mach-k3/ |
| H A D | am6_init.c | 54 u32 *boot_index = (u32 *)K3_BOOT_PARAM_TABLE_INDEX_VAL; in store_boot_index_from_rom() local 56 *boot_index = *(u32 *)(CONFIG_SYS_K3_BOOT_PARAM_TABLE_INDEX); in store_boot_index_from_rom()
|
| /openbmc/qemu/system/ |
| H A D | bootdevice.c | 301 int32_t boot_index; in device_set_bootindex() local 304 if (!visit_type_int32(v, name, &boot_index, errp)) { in device_set_bootindex() 308 check_boot_index(boot_index, &local_err); in device_set_bootindex() 314 *prop->bootindex = boot_index; in device_set_bootindex()
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
| H A D | 0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch | 135 - if ((metadata_ptr->img_entry[i].img_props[boot_index].accepted) 136 + if ((metadata_ptr->fw_desc.img_entry[i].img_props[boot_index].accepted)
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
| H A D | user-guide.rst | 1138 private_metadata_write: enter: boot_index = 1
|