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

/openbsd-current/sys/dev/isa/
H A Dfdlink.h113 struct fd_type *fa_deftype;
124 struct fd_type *fd_nvtotype(char *, int, int);
H A Dfd.c81 /* fd_type struct now in ioctl_fd.h */
84 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;
338 struct fd_type *
372 static __inline struct fd_type *
568 struct fd_type *type;
663 struct fd_type *typ
[all...]
/openbsd-current/sys/arch/amd64/include/
H A Dioctl_fd.h89 struct fd_type { struct
107 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */
108 #define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
/openbsd-current/sys/arch/i386/include/
H A Dioctl_fd.h90 struct fd_type { struct
108 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */
109 #define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
/openbsd-current/sys/arch/sparc64/include/
H A Dioctl_fd.h88 struct fd_type { struct
106 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */
107 #define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
/openbsd-current/sys/arch/alpha/include/
H A Dioctl_fd.h88 struct fd_type { struct
106 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */
107 #define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
/openbsd-current/sys/arch/sparc64/dev/
H A 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;
672 __inline struct fd_type *
936 struct fd_type *type;
1241 struct fd_type *typ
[all...]
/openbsd-current/usr.sbin/fdformat/
H A Dfdformat.c170 struct fd_type fdt;
/openbsd-current/usr.sbin/relayd/
H A Drelayd.h141 enum fd_type { enum
152 enum fd_type type;
H A Dconfig.c804 objid_t obj_id, objid_t rlay_id, enum fd_type type, int ofd)

Completed in 130 milliseconds