Lines Matching defs:slot
81 unsigned int slot = *(loff_t *)v;
82 struct zorro_dev *z = &zorro_autocon[slot];
84 seq_printf(m, "%02x\t%08x\t%08lx\t%08lx\t%02x\n", slot, z->id,
100 static int __init zorro_proc_attach_device(unsigned int slot)
105 sprintf(name, "%02x", slot);
108 &zorro_autocon[slot]);
117 unsigned int slot;
123 for (slot = 0; slot < zorro_num_autocon; slot++)
124 zorro_proc_attach_device(slot);