Home
last modified time | relevance | path

Searched refs:eninfo (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/vax/if/
H A Dif_en.c61 struct uba_device *eninfo[NEN]; variable
64 { enprobe, 0, enattach, 0, enstd, "en", eninfo };
161 if (unit >= NEN || (ui = eninfo[unit]) == 0 || ui->ui_alive == 0 ||
176 register struct uba_device *ui = eninfo[unit];
221 struct uba_device *ui = eninfo[unit];
298 register struct uba_device *ui = eninfo[unit];
382 struct endevice *addr = (struct endevice *)eninfo[unit]->ui_addr;
658 enaddr = (struct endevice *)eninfo[ifp->if_unit]->ui_addr;
/original-bsd/sys/news3400/if/
H A Dif_en.c68 struct hb_device *eninfo[NEN]; variable
69 struct hb_driver endriver = { enprobe, 0, enattach, 0, 0, "en", eninfo };
71 struct iop_device *eninfo[NEN]; variable
72 struct iop_driver endriver = { enprobe, 0, enattach, 0, "en", eninfo };
140 if (unit >= NEN || (ii = eninfo[unit]) == 0 || ii->ii_alive == 0)
465 register_hb_intr4(lance_intr, unit, eninfo[unit]->ii_intr);