| /netbsd-src/sys/miscfs/fdesc/ |
| H A D | fdesc_vfsops.c | 192 fd->fd_type = Froot; in fdesc_loadvnode() 197 fd->fd_type = Fdevfd; in fdesc_loadvnode() 201 fd->fd_type = Fctty; in fdesc_loadvnode() 205 fd->fd_type = Flink; in fdesc_loadvnode() 210 fd->fd_type = Flink; in fdesc_loadvnode() 215 fd->fd_type = Flink; in fdesc_loadvnode() 221 fd->fd_type = Fdesc; in fdesc_loadvnode()
|
| H A D | fdesc_vnops.c | 195 switch (VTOFDESC(dvp)->fd_type) { in fdesc_lookup() 301 switch (VTOFDESC(vp)->fd_type) { in fdesc_open() 407 switch (VTOFDESC(vp)->fd_type) { in fdesc_getattr() 419 switch (VTOFDESC(vp)->fd_type) { in fdesc_getattr() 488 switch (VTOFDESC(ap->a_vp)->fd_type) { in fdesc_setattr() 550 switch (VTOFDESC(ap->a_vp)->fd_type) { in fdesc_readdir() 577 if (VTOFDESC(ap->a_vp)->fd_type == Froot) { in fdesc_readdir() 684 if (VTOFDESC(vp)->fd_type == Flink) { in fdesc_readlink() 706 switch (VTOFDESC(vp)->fd_type) { in fdesc_read() 733 switch (VTOFDESC(vp)->fd_type) { in fdesc_write() [all …]
|
| H A D | fdesc.h | 60 fdntype fd_type; /* Type of this node */ member
|
| /netbsd-src/sys/dev/isa/ |
| H A D | fdvar.h | 38 struct fd_type { struct 61 const struct fd_type *sc_deftype; /* default type descriptor */ argument 62 struct fd_type *sc_type; /* current type descriptor */ 63 struct fd_type sc_type_copy; /* copy for fiddling when formatting */
|
| H A D | 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; in fdattach() 651 const struct fd_type * 689 static const struct fd_type * 925 const struct fd_type *type; in fdopen() [all …]
|
| H A D | fdcvar.h | 138 const struct fd_type *sc_knownfds[4]; /* drive info known fds */
|
| /netbsd-src/sys/arch/arc/jazz/ |
| H A D | fd.c | 110 struct fd_type { struct 127 const static struct fd_type fd_types[] = { argument 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; in fdattach() 391 static const struct fd_type * [all …]
|
| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | print_toif.c | 21 switch (fdp->fd_type) 47 PRINTF("%s <%d>", tag, fdp->fd_type);
|
| H A D | load_dstlistnode.c | 47 dst->fd_type = node->ipfd_dest.fd_type;
|
| /netbsd-src/sys/arch/acorn32/mainbus/ |
| H A D | fd.c | 187 struct fd_type { struct 206 struct fd_type fd_types[] = { argument 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; in fdattach() 535 struct fd_type * [all …]
|
| /netbsd-src/sys/arch/atari/dev/ |
| H A D | hdfd.c | 216 struct fd_type { struct 238 struct fd_type fd_types[] = { argument 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; in fdattach() 595 static struct fd_type * 822 struct fd_type *type; in fdopen() 957 struct fd_type *type; in fdcintr() [all …]
|
| /netbsd-src/sys/arch/x68k/dev/ |
| H A D | fd.c | 178 struct fd_type { struct 197 static struct fd_type fd_types[] = { argument 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; in fdprobe() 631 struct fd_type *type = &fd_types[0]; /* XXX 1.2MB */ in fdattach() 675 static struct fd_type * 928 struct fd_type *type; in fdopen() [all …]
|
| /netbsd-src/sys/arch/sun3/dev/ |
| H A D | 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[] = { argument 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; in fdattach() 647 static struct fd_type * 884 struct fd_type *type; in fdopen() 1166 struct fd_type *typ in fdcstate() [all...] |
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | 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[] = { argument 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 …]
|
| /netbsd-src/sys/arch/sparc/dev/ |
| H A D | 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[] = { argument 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; in fdattach() 843 static struct fd_type * 1128 struct fd_type *type; in fdopen() [all …]
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | fdc_acpireg.h | 44 const struct fd_type fdc_acpi_fdtypes[] = {
|
| H A D | fdc_acpi.c | 67 static const struct fd_type *fdc_acpi_nvtotype(const char *, int, int); 305 static const struct fd_type *
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | menus.mi | 453 menu fd_type, title MSG_fd_type, y=16; 454 option "msdos", exit, action { fd_type = "msdos"; }; 455 option "ffs", exit, action { fd_type = "ffs"; }; 457 option "ados", exit, action { fd_type = "ados"; }; 464 option {src_legend(menu, MSG_fd_type, fd_type);}, sub menu fd_type;
|
| H A D | main.c | 84 const char *fd_type; variable 179 fd_type = "msdos"; in init()
|
| H A D | defs.h | 632 extern const char *fd_type; /* "msdos", "ffs" or maybe "ados" */
|
| /netbsd-src/sys/dev/ic/ |
| H A D | apple_smc_fan.c | 85 uint8_t fd_type; member
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | ip_fil_compat.c | 1939 fr->fr_tifs[0].fd_type = FRD_NORMAL; 1941 fr->fr_tifs[1].fd_type = FRD_NORMAL; 1943 fr->fr_dif.fd_type = FRD_NORMAL; 2071 fr->fr_tifs[0].fd_type = FRD_NORMAL; 2073 fr->fr_tifs[1].fd_type = FRD_NORMAL; 2075 fr->fr_dif.fd_type = FRD_NORMAL; 2204 fr->fr_tifs[0].fd_type = FRD_NORMAL; 2206 fr->fr_tifs[1].fd_type = FRD_NORMAL; 2208 fr->fr_dif.fd_type = FRD_NORMAL;
|
| H A D | ip_fil.c | 438 (fdp->fd_type == FRD_DSTLIST)) {
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_fil_compat.c | 1928 fr->fr_tifs[0].fd_type = FRD_NORMAL; in frentry_4_1_34_to_current() 1930 fr->fr_tifs[1].fd_type = FRD_NORMAL; in frentry_4_1_34_to_current() 1932 fr->fr_dif.fd_type = FRD_NORMAL; in frentry_4_1_34_to_current() 2057 fr->fr_tifs[0].fd_type = FRD_NORMAL; in frentry_4_1_16_to_current() 2059 fr->fr_tifs[1].fd_type = FRD_NORMAL; in frentry_4_1_16_to_current() 2061 fr->fr_dif.fd_type = FRD_NORMAL; in frentry_4_1_16_to_current() 2187 fr->fr_tifs[0].fd_type = FRD_NORMAL; in frentry_4_1_0_to_current() 2189 fr->fr_tifs[1].fd_type = FRD_NORMAL; in frentry_4_1_0_to_current() 2191 fr->fr_dif.fd_type = FRD_NORMAL; in frentry_4_1_0_to_current()
|
| /netbsd-src/external/bsd/ipf/dist/tools/ |
| H A D | ipf_y.y | 641 fr->fr_dif.fd_type = FRD_DSTLIST; 671 fr->fr_tif.fd_type = FRD_DSTLIST; 699 fr->fr_rif.fd_type = FRD_DSTLIST;
|