Searched refs:fd_type (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/sys/arch/amd64/include/ |
| D | ioctl_fd.h | 89 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/ |
| D | ioctl_fd.h | 90 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/ |
| D | ioctl_fd.h | 88 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/ |
| D | ioctl_fd.h | 88 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/ |
| D | fdlink.h | 113 struct fd_type *fa_deftype; 124 struct fd_type *fd_nvtotype(char *, int, int);
|
| D | fd.c | 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; 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/ |
| D | fd.c | 233 __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/ |
| D | fdformat.c | 170 struct fd_type fdt; in main()
|
| /openbsd/src/usr.sbin/relayd/ |
| D | relayd.h | 139 enum fd_type { enum 151 enum fd_type type;
|
| D | config.c | 804 objid_t obj_id, objid_t rlay_id, enum fd_type type, int ofd) in config_setrelayfd()
|