Home | History | Annotate | Download | only in dev

Lines Matching defs:fa

408 	register struct fdc_attach_args *fa = aux;
411 aprint_normal(" drive %d", fa->fa_drive);
419 struct fdc_attach_args fa;
462 for (fa.fa_drive = 0; fa.fa_drive < 4; fa.fa_drive++) {
466 fa.fa_deftype = &fd_types[2]; /* 1.44MB */
467 (void)config_found(self, (void *)&fa, fdprint, CFARGS_NONE);
475 struct fdc_attach_args *fa = aux;
476 int drive = fa->fa_drive;
529 struct fdc_attach_args *fa = aux;
530 struct fd_type *type = fa->fa_deftype;
531 int drive = fa->fa_drive;