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

/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dfdvar.h38 struct fd_type { struct
61 const struct fd_type *sc_deftype; /* default type descriptor */
62 struct fd_type *sc_type; /* current type descriptor */
63 struct fd_type sc_type_copy; /* copy for fiddling when formatting */
H A Dfdcvar.h138 const struct fd_type *sc_knownfds[4]; /* drive info known fds */
H A Dfd.c174 const struct fd_type mca_fd_types[] = {
183 const struct fd_type fd_types[] = {
189 const struct fd_type fd_types[] = {
242 const struct fd_type *fd_nvtotype(const char *, int, int);
253 static const struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
264 const struct fd_type *fa_deftype;
538 const struct fd_type *type = fa->fa_deftype;
627 const struct fd_type *
665 static const struct fd_type *
901 const struct fd_type *typ
[all...]
/netbsd-6-1-5-RELEASE/sys/miscfs/fdesc/
H A Dfdesc.h61 fdntype fd_type; /* Type of this node */ member in struct:fdescnode
H A Dfdesc_vnops.c247 fd->fd_type = ftype;
291 switch (VTOFDESC(dvp)->fd_type) {
413 switch (VTOFDESC(vp)->fd_type) {
516 switch (VTOFDESC(vp)->fd_type) {
528 switch (VTOFDESC(vp)->fd_type) {
596 switch (VTOFDESC(ap->a_vp)->fd_type) {
658 switch (VTOFDESC(ap->a_vp)->fd_type) {
685 if (VTOFDESC(ap->a_vp)->fd_type == Froot) {
792 if (VTOFDESC(vp)->fd_type == Flink) {
814 switch (VTOFDESC(vp)->fd_type) {
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dfdc_acpireg.h44 const struct fd_type fdc_acpi_fdtypes[] = {
H A Dfdc_acpi.c68 static const struct fd_type *fdc_acpi_nvtotype(const char *, int, int);
316 static const struct fd_type *
/netbsd-6-1-5-RELEASE/sys/arch/arc/jazz/
H A Dfd.c110 struct fd_type { struct
127 const static struct fd_type fd_types[] = {
149 const struct fd_type *sc_deftype; /* default type descriptor */
150 struct fd_type *sc_type; /* current type descriptor */
151 struct fd_type sc_type_copy; /* copy for fiddling when formatting */
204 static const struct fd_type *fd_nvtotype(char *, int, int);
216 static inline const struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
224 const struct fd_type *fa_deftype;
323 const struct fd_type *type = fa->fa_deftype;
375 static const struct fd_type *
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dhdfd.c216 struct fd_type { struct
238 struct fd_type fd_types[] = {
252 struct fd_type *sc_deftype; /* default type descriptor */
253 struct fd_type *sc_type; /* current type descriptor */
319 inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
376 struct fd_type *fa_deftype;
511 struct fd_type *type = fa->fa_deftype;
576 inline struct fd_type *
803 struct fd_type *type;
938 struct fd_type *typ
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/mainbus/
H A Dfd.c188 struct fd_type { struct
207 struct fd_type fd_types[] = {
222 struct fd_type *sc_deftype; /* default type descriptor */
223 struct fd_type *sc_type; /* current type descriptor */
224 struct fd_type sc_type_copy; /* copy for fiddling when formatting */
285 struct fd_type *fd_nvtotype(const char *, int, int);
298 inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
343 struct fd_type *fa_deftype;
480 struct fd_type *type = fa->fa_deftype;
514 struct fd_type *
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmenus.mi308 menu fd_type, title MSG_fd_type, y=16;
309 option "msdos", exit, action { fd_type = "msdos"; };
310 option "ffs", exit, action { fd_type = "ffs"; };
312 option "ados", exit, action { fd_type = "ados"; };
319 option {src_legend(menu, MSG_fd_type, fd_type);}, sub menu fd_type;
H A Ddefs.h341 const char *fd_type; /* "msdos", "ffs" or maybe "ados" */ variable
H A Dmain.c129 fd_type = "msdos";
H A Dutil.c331 fd_type, fd_dev))
H A Dmsg.mi.pl698 message fd_type
H A Dmsg.mi.de731 message fd_type
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dfd.c178 struct fd_type { struct
197 struct fd_type fd_types[] = {
221 struct fd_type *sc_deftype; /* default type descriptor */
222 struct fd_type *sc_type; /* current type descriptor */
299 inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
417 struct fd_type *fa_deftype;
528 struct fd_type *type;
607 struct fd_type *type = &fd_types[0]; /* XXX 1.2MB */
651 inline struct fd_type *
904 struct fd_type *typ
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dfd.c194 static inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
200 struct fd_type { struct
219 static struct fd_type fd_types[] = {
241 struct fd_type *sc_deftype; /* default type descriptor */
242 struct fd_type *sc_type; /* current type descriptor */
355 struct fd_type *fa_deftype;
549 struct fd_type *type = fa->fa_deftype;
628 static inline struct fd_type *
865 struct fd_type *type;
1147 struct fd_type *typ
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dfdc.c260 static inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
266 struct fd_type { struct
285 struct fd_type fd_types[] = {
297 struct fd_type *sc_deftype; /* default type descriptor */
298 struct fd_type *sc_type; /* current type descriptor */
358 struct fd_type *fd_nvtotype(char *, int, int);
520 struct fd_type *fa_deftype;
936 struct fd_type *type = fa->fa_deftype;
996 static inline struct fd_type *
1292 struct fd_type *typ
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dfd.c228 inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
234 struct fd_type { struct
253 struct fd_type fd_types[] = {
265 struct fd_type *sc_deftype; /* default type descriptor */
266 struct fd_type *sc_type; /* current type descriptor */
325 struct fd_type *fd_nvtotype(char *, int, int);
464 struct fd_type *fa_deftype;
764 struct fd_type *type = fa->fa_deftype;
823 inline struct fd_type *
1108 struct fd_type *typ
[all...]

Completed in 227 milliseconds