Home
last modified time | relevance | path

Searched defs:fdc_attach_args (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/isa/
H A Dfdlink.h109 struct fdc_attach_args { struct
110 int fa_drive;
111 int fa_flags;
112 int fa_type; /* tape drive type */
113 struct fd_type *fa_deftype;
/openbsd-src/sys/arch/sparc64/dev/
H A Dfd.c421 struct fdc_attach_args { struct
436 register struct fdc_attach_args *fa = aux; in fdprint() argument