Home | History | Annotate | Download | only in boot

Lines Matching defs:io

70 	struct iodesc *io;
73 io = &sdesc;
74 if (io->io_netif) {
81 memset(io, 0, sizeof(*io));
83 io->io_netif = pd;
85 /* Put our ethernet address in io->myea */
86 prom_getether(pd, io->myea);
94 struct iodesc *io;
96 io = &sdesc;
97 io->io_netif = NULL;