Home | History | Annotate | Download | only in dev

Lines Matching defs:fa

151 	struct frodo_attach_args fa;
205 fa.fa_name = fd->fd_name;
206 fa.fa_bst = bst;
207 fa.fa_base = ia->ia_iobase;
208 fa.fa_offset = fd->fd_offset;
209 fa.fa_line = fd->fd_line;
210 config_found(self, &fa, frodoprint,
218 struct frodo_attach_args *fa = aux;
221 cf->frodocf_offset != fa->fa_offset)
230 struct frodo_attach_args *fa = aux;
233 aprint_normal("%s at %s", fa->fa_name, pnp);
234 aprint_normal(" offset 0x%x", fa->fa_offset);