Home
last modified time | relevance | path

Searched refs:fd_type (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/sys/arch/amd64/include/
Dioctl_fd.h89 struct fd_type { struct
107 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */ argument
108 #define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
/openbsd/src/sys/arch/i386/include/
Dioctl_fd.h90 struct fd_type { struct
108 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */ argument
109 #define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
/openbsd/src/sys/arch/alpha/include/
Dioctl_fd.h88 struct fd_type { struct
106 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */ argument
107 #define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
/openbsd/src/sys/arch/sparc64/include/
Dioctl_fd.h88 struct fd_type { struct
106 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */ argument
107 #define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
/openbsd/src/sys/dev/isa/
Dfdlink.h113 struct fd_type *fa_deftype;
124 struct fd_type *fd_nvtotype(char *, int, int);
Dfd.c84 struct fd_type fd_types[] = {
101 struct fd_type *sc_deftype; /* default type descriptor */
102 struct fd_type *sc_type; /* current type descriptor */
150 static __inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
249 struct fd_type *type = fa->fa_deftype; in fdattach()
338 struct fd_type *
372 static __inline struct fd_type *
568 struct fd_type *type; in fdopen()
663 struct fd_type *type; in fdintr()
1056 *(struct fd_type *)addr = *fd->sc_type; in fdioctl()
[all …]
/openbsd/src/sys/arch/sparc64/dev/
Dfd.c233 __inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
236 struct fd_type fd_types[] = {
248 struct fd_type *sc_deftype; /* default type descriptor */
249 struct fd_type *sc_type; /* current type descriptor */
293 struct fd_type *fd_nvtotype(char *, int, int);
423 struct fd_type *fa_deftype;
624 struct fd_type *type = fa->fa_deftype; in fdattach()
672 __inline struct fd_type *
936 struct fd_type *type; in fdopen()
1241 struct fd_type *type; in fdcstate()
[all …]
/openbsd/src/usr.sbin/fdformat/
Dfdformat.c170 struct fd_type fdt; in main()
/openbsd/src/usr.sbin/relayd/
Drelayd.h139 enum fd_type { enum
151 enum fd_type type;
Dconfig.c804 objid_t obj_id, objid_t rlay_id, enum fd_type type, int ofd) in config_setrelayfd()