Lines Matching defs:slot
86 aprint_normal(" slot %d", ea->ea_slot);
97 int slot, maxnslots;
110 * Slot 0 is the "motherboard" slot, and the code attaching
114 for (slot = 1; slot < maxnslots; slot++) {
125 ea.ea_slot = slot;
126 slotaddr = EISA_SLOT_ADDR(slot);
129 * Get a mapping for the whole slot-specific address
135 "can't map I/O space for slot %d\n", slot);
147 printf("no device at %s slot %d\n", device_xname(self),
148 slot);
157 printf("%s slot %d not configured by BIOS?\n",
158 device_xname(self), slot);
181 locs[EISACF_SLOT] = slot;