/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 */
|
fdcvar.h | 138 const struct fd_type *sc_knownfds[4]; /* drive info known fds */
|
fd.c | 174 const struct fd_type mca_fd_types[] = { 183 const struct fd_type fd_types[] = { 189 const struct fd_type fd_types[] = { 262 const struct fd_type *fd_nvtotype(const char *, int, int); 273 static const struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t); 284 const struct fd_type *fa_deftype; 562 const struct fd_type *type = fa->fa_deftype; 651 const struct fd_type * 689 static const struct fd_type * 925 const struct fd_type *type [all...] |
/src/sys/miscfs/fdesc/ |
fdesc.h | 60 fdntype fd_type; /* Type of this node */ member in struct:fdescnode
|
fdesc_vfsops.c | 192 fd->fd_type = Froot; 197 fd->fd_type = Fdevfd; 201 fd->fd_type = Fctty; 205 fd->fd_type = Flink; 210 fd->fd_type = Flink; 215 fd->fd_type = Flink; 221 fd->fd_type = Fdesc;
|
fdesc_vnops.c | 195 switch (VTOFDESC(dvp)->fd_type) { 301 switch (VTOFDESC(vp)->fd_type) { 407 switch (VTOFDESC(vp)->fd_type) { 419 switch (VTOFDESC(vp)->fd_type) { 488 switch (VTOFDESC(ap->a_vp)->fd_type) { 550 switch (VTOFDESC(ap->a_vp)->fd_type) { 577 if (VTOFDESC(ap->a_vp)->fd_type == Froot) { 684 if (VTOFDESC(vp)->fd_type == Flink) { 706 switch (VTOFDESC(vp)->fd_type) { 733 switch (VTOFDESC(vp)->fd_type) { [all...] |
/src/sys/dev/acpi/ |
fdc_acpireg.h | 44 const struct fd_type fdc_acpi_fdtypes[] = {
|
fdc_acpi.c | 67 static const struct fd_type *fdc_acpi_nvtotype(const char *, int, int); 305 static const struct fd_type *
|
/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/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/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/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/usr.sbin/sysinst/ |
menus.mi | 462 menu fd_type, title MSG_fd_type, y=16; 463 option "msdos", exit, action { fd_type = "msdos"; }; 464 option "ffs", exit, action { fd_type = "ffs"; }; 466 option "ados", exit, action { fd_type = "ados"; }; 473 option {src_legend(menu, MSG_fd_type, fd_type);}, sub menu fd_type;
|
main.c | 84 const char *fd_type; variable in typeref:typename:const char * 179 fd_type = "msdos";
|
defs.h | 632 extern const char *fd_type; /* "msdos", "ffs" or maybe "ados" */
|
msg.mi.en | 789 message fd_type
|
/src/sys/dev/ic/ |
apple_smc_fan.c | 85 uint8_t fd_type; member in struct:fan_desc
|
/src/sys/external/bsd/ipf/netinet/ |
ip_fil_compat.c | 1928 fr->fr_tifs[0].fd_type = FRD_NORMAL; 1930 fr->fr_tifs[1].fd_type = FRD_NORMAL; 1932 fr->fr_dif.fd_type = FRD_NORMAL; 2057 fr->fr_tifs[0].fd_type = FRD_NORMAL; 2059 fr->fr_tifs[1].fd_type = FRD_NORMAL; 2061 fr->fr_dif.fd_type = FRD_NORMAL; 2187 fr->fr_tifs[0].fd_type = FRD_NORMAL; 2189 fr->fr_tifs[1].fd_type = FRD_NORMAL; 2191 fr->fr_dif.fd_type = FRD_NORMAL;
|
ip_state.c | 1825 if (fdp->fd_type == FRD_DSTLIST) { 1833 if (fdp->fd_type == FRD_DSTLIST) { 1842 if (fdp->fd_type == FRD_DSTLIST) {
|
ip_fil.h | 577 fr_dtypes_t fd_type; member in struct:frdest
|
fil.c | 5436 if (fdp->fd_type == FRD_DSTLIST) 5440 if (fdp->fd_type == FRD_DSTLIST) 5444 if (fdp->fd_type == FRD_DSTLIST) 7296 if (fdp->fd_type == FRD_DSTLIST) {
|
ip_fil_netbsd.c | 1154 (fdp->fd_type == FRD_DSTLIST)) {
|