/src/sys/miscfs/fdesc/ |
fdesc.h | 60 fdntype fd_type; /* Type of this node */ member in struct:fdescnode
|
/src/sys/dev/ic/ |
apple_smc_fan.c | 85 uint8_t fd_type; member in struct:fan_desc
|
/src/sys/dev/isa/ |
fdvar.h | 38 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 */
|
/src/sys/arch/arc/jazz/ |
fd.c | 110 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 */ 223 static const struct fd_type *fd_nvtotype(char *, int, int); 235 static const struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t); 243 const struct fd_type *fa_deftype; 339 const struct fd_type *type = fa->fa_deftype; 391 static const struct fd_type * [all...] |
/src/usr.sbin/sysinst/ |
main.c | 84 const char *fd_type; variable in typeref:typename:const char * 179 fd_type = "msdos";
|
/src/sys/arch/atari/dev/ |
hdfd.c | 216 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 */ 338 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t); 395 struct fd_type *fa_deftype; 530 struct fd_type *type = fa->fa_deftype; 595 static struct fd_type * 822 struct fd_type *type; 957 struct fd_type *type [all...] |
/src/sys/arch/acorn32/mainbus/ |
fd.c | 187 struct fd_type { struct 206 struct fd_type fd_types[] = { 221 struct fd_type *sc_deftype; /* default type descriptor */ 222 struct fd_type *sc_type; /* current type descriptor */ 223 struct fd_type sc_type_copy; /* copy for fiddling when formatting */ 303 struct fd_type *fd_nvtotype(const char *, int, int); 316 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t); 361 struct fd_type *fa_deftype; 499 struct fd_type *type = fa->fa_deftype; 535 struct fd_type * [all...] |
/src/sys/arch/sparc64/dev/ |
fdc.c | 260 static 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 */ 377 struct fd_type *fd_nvtotype(char *, int, int); 539 struct fd_type *fa_deftype; 956 struct fd_type *type = fa->fa_deftype; 1016 static struct fd_type * 1312 struct fd_type *type [all...] |
/src/sys/arch/sparc/dev/ |
fd.c | 228 static 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 */ 344 struct fd_type *fd_nvtotype(char *, int, int); 483 struct fd_type *fa_deftype; 784 struct fd_type *type = fa->fa_deftype; 843 static struct fd_type * 1128 struct fd_type *type [all...] |
/src/sys/arch/x68k/dev/ |
fd.c | 178 struct fd_type { struct 197 static struct fd_type fd_types[] = { 221 struct fd_type *sc_deftype; /* default type descriptor */ 222 struct fd_type *sc_type; /* current type descriptor */ 320 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t); 438 struct fd_type *fa_deftype; 552 struct fd_type *type; 631 struct fd_type *type = &fd_types[0]; /* XXX 1.2MB */ 675 static struct fd_type * 928 struct fd_type *type [all...] |
/src/sys/arch/sun3/dev/ |
fd.c | 194 static 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 */ 374 struct fd_type *fa_deftype; 568 struct fd_type *type = fa->fa_deftype; 647 static struct fd_type * 884 struct fd_type *type; 1166 struct fd_type *type [all...] |
/src/sys/external/bsd/ipf/netinet/ |
ip_fil.h | 577 fr_dtypes_t fd_type; member in struct:frdest
|