Home | History | Annotate | Download | only in dev

Lines Matching defs:supa

129 	struct supio_attach_args supa;
142 supa.supio_iot = &hprsc->sc_bst;
143 supa.supio_ipl = 6;
149 supa.supio_name = hprsd->name;
150 supa.supio_iobase = hprsd->off;
151 supa.supio_arg = hprsd->arg;
152 config_found(self, &supa, hyperprint, CFARGS_NONE); /* XXX */
161 struct supio_attach_args *supa;
162 supa = aux;
168 supa->supio_name, pnp, supa->supio_iobase);