Home | History | Annotate | Download | only in common

Lines Matching defs:io

73 	struct iodesc *io;
77 io = sockets;
78 if (io->io_netif) {
85 memset(io, 0, sizeof(*io));
88 io->io_netif = &netif_prom;
90 /* Put our ethernet address in io->myea */
100 prom_getether(node, io->myea);
108 struct iodesc *io;
116 io = &sockets[fd];
117 ni = io->io_netif;
120 io->io_netif = NULL;