Lines Matching defs:bootindex
125 int bootindex;
1045 pci_emul_add_boot_device(struct pci_devinst *pi, int bootindex)
1049 /* don't permit a negative bootindex */
1050 if (bootindex < 0) {
1051 errx(4, "Invalid bootindex %d for %s", bootindex, pi->pi_name);
1060 new_device->bootindex = bootindex;
1064 if (device->bootindex == bootindex) {
1066 "Could not set bootindex %d for %s. Bootindex already occupied by %s",
1067 bootindex, pi->pi_name, device->pdi->pi_name);
1068 } else if (device->bootindex > bootindex) {