Home
last modified time | relevance | path

Searched refs:boot_index (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Dmenu.c164 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 Ddev-storage-classic.c101 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 Dne2000-isa.c115 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 Dide-dev.c154 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 Dbootdevice.c301 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 Dam6_init.c54 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 Duser-guide.rst977 private_metadata_write: enter: boot_index = 1