Symbol: fd_type
sys/arch/alpha/include/ioctl_fd.h
106
#define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */
sys/arch/alpha/include/ioctl_fd.h
107
#define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
sys/arch/amd64/include/ioctl_fd.h
107
#define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */
sys/arch/amd64/include/ioctl_fd.h
108
#define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
sys/arch/i386/include/ioctl_fd.h
108
#define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */
sys/arch/i386/include/ioctl_fd.h
109
#define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
sys/arch/sparc64/dev/fd.c
1242
struct fd_type *type;
sys/arch/sparc64/dev/fd.c
1849
*(struct fd_type *)addr = *fd->sc_type;
sys/arch/sparc64/dev/fd.c
1895
struct fd_type *type = fd->sc_type;
sys/arch/sparc64/dev/fd.c
234
__inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
sys/arch/sparc64/dev/fd.c
237
struct fd_type fd_types[] = {
sys/arch/sparc64/dev/fd.c
249
struct fd_type *sc_deftype; /* default type descriptor */
sys/arch/sparc64/dev/fd.c
250
struct fd_type *sc_type; /* current type descriptor */
sys/arch/sparc64/dev/fd.c
294
struct fd_type *fd_nvtotype(char *, int, int);
sys/arch/sparc64/dev/fd.c
424
struct fd_type *fa_deftype;
sys/arch/sparc64/dev/fd.c
625
struct fd_type *type = fa->fa_deftype;
sys/arch/sparc64/dev/fd.c
673
__inline struct fd_type *
sys/arch/sparc64/dev/fd.c
937
struct fd_type *type;
sys/arch/sparc64/include/ioctl_fd.h
106
#define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */
sys/arch/sparc64/include/ioctl_fd.h
107
#define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
sys/dev/isa/fd.c
101
struct fd_type *sc_deftype; /* default type descriptor */
sys/dev/isa/fd.c
102
struct fd_type *sc_type; /* current type descriptor */
sys/dev/isa/fd.c
1057
*(struct fd_type *)addr = *fd->sc_type;
sys/dev/isa/fd.c
1082
struct fd_type *type = fd->sc_type;
sys/dev/isa/fd.c
150
static __inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
sys/dev/isa/fd.c
249
struct fd_type *type = fa->fa_deftype;
sys/dev/isa/fd.c
338
struct fd_type *
sys/dev/isa/fd.c
372
static __inline struct fd_type *
sys/dev/isa/fd.c
569
struct fd_type *type;
sys/dev/isa/fd.c
664
struct fd_type *type;
sys/dev/isa/fd.c
84
struct fd_type fd_types[] = {
sys/dev/isa/fdlink.h
113
struct fd_type *fa_deftype;
sys/dev/isa/fdlink.h
124
struct fd_type *fd_nvtotype(char *, int, int);
usr.sbin/fdformat/fdformat.c
170
struct fd_type fdt;
usr.sbin/relayd/config.c
800
objid_t obj_id, objid_t rlay_id, enum fd_type type, int ofd)
usr.sbin/relayd/relayd.h
151
enum fd_type type;