Home | History | Annotate | Download | only in ofwboot

Lines Matching defs:io

75 	struct iodesc *io;
81 io = sockets;
82 if (io->io_netif) {
89 memset(io, 0, sizeof *io);
92 io->io_netif = &netif_of;
94 /* Put our ethernet address in io->myea */
96 "mac-address", io->myea, sizeof io->myea);
107 struct iodesc *io;
121 io = &sockets[fd];
122 ni = io->io_netif;
125 io->io_netif = NULL;