Home | History | Annotate | Download | only in jazz

Lines Matching defs:fa

256 	struct fdc_attach_args *fa = aux;
259 aprint_normal(" drive %d", fa->fa_drive);
266 struct fdc_attach_args fa;
282 for (fa.fa_drive = 0; fa.fa_drive < 2; fa.fa_drive++) {
283 fa.fa_deftype = &fd_types[type];
284 (void)config_found(fdc->sc_dev, (void *)&fa, fdprint,
293 struct fdc_attach_args *fa = aux;
294 int drive = fa->fa_drive;
338 struct fdc_attach_args *fa = aux;
339 const struct fd_type *type = fa->fa_deftype;
340 int drive = fa->fa_drive;