Home
last modified time | relevance | path

Searched refs:check_boot_index (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/system/
H A Dbootdevice.c123 void check_boot_index(int32_t bootindex, Error **errp) in check_boot_index() function
308 check_boot_index(boot_index, &local_err); in device_set_bootindex()
/openbmc/qemu/include/sysemu/
H A Dsysemu.h78 void check_boot_index(int32_t bootindex, Error **errp);
/openbmc/qemu/hw/usb/
H A Ddev-storage-classic.c108 check_boot_index(boot_index, &local_err); in usb_msd_set_bootindex()
/openbmc/qemu/hw/net/
H A Dne2000-isa.c122 check_boot_index(boot_index, &local_err); in isa_ne2000_set_bootindex()
/openbmc/qemu/hw/ide/
H A Dide-dev.c161 check_boot_index(boot_index, &local_err); in ide_dev_set_bootindex()
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c407 check_boot_index(conf->bootindex, &local_err); in scsi_bus_legacy_add_drive()