Searched refs:boot_index (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | menu.c | 164 int boot_index; in get_boot_index() local 170 boot_index = get_index(); in get_boot_index() 172 } while (boot_index < 0 || boot_index >= MAX_BOOT_ENTRIES || in get_boot_index() 173 !valid_entries[boot_index]); in get_boot_index() 176 sclp_print(uitoa(boot_index, tmp, sizeof(tmp))); in get_boot_index() 178 return boot_index; in get_boot_index()
|
/openbmc/qemu/hw/usb/ |
H A D | dev-storage-classic.c | 101 int32_t boot_index; in usb_msd_set_bootindex() local 104 if (!visit_type_int32(v, name, &boot_index, errp)) { in usb_msd_set_bootindex() 108 check_boot_index(boot_index, &local_err); in usb_msd_set_bootindex() 113 s->conf.bootindex = boot_index; in usb_msd_set_bootindex() 116 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 | 115 int32_t boot_index; in isa_ne2000_set_bootindex() local 118 if (!visit_type_int32(v, name, &boot_index, errp)) { in isa_ne2000_set_bootindex() 122 check_boot_index(boot_index, &local_err); in isa_ne2000_set_bootindex() 127 s->c.bootindex = boot_index; in isa_ne2000_set_bootindex()
|
/openbmc/qemu/hw/ide/ |
H A D | ide-dev.c | 154 int32_t boot_index; in ide_dev_set_bootindex() local 157 if (!visit_type_int32(v, name, &boot_index, errp)) { in ide_dev_set_bootindex() 161 check_boot_index(boot_index, &local_err); in ide_dev_set_bootindex() 166 d->conf.bootindex = boot_index; in ide_dev_set_bootindex()
|
/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/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/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
H A D | user-guide.rst | 977 private_metadata_write: enter: boot_index = 1
|