Home
last modified time | relevance | path

Searched refs:fd_type (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/sys/miscfs/fdesc/
H A Dfdesc_vfsops.c192 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 Dfdesc_vnops.c195 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 Dfdesc.h60 fdntype fd_type; /* Type of this node */ member
/netbsd-src/sys/dev/isa/
H A Dfdvar.h38 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 Dfd.c174 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 Dfdcvar.h138 const struct fd_type *sc_knownfds[4]; /* drive info known fds */
/netbsd-src/sys/arch/arc/jazz/
H A Dfd.c110 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 Dprint_toif.c21 switch (fdp->fd_type)
47 PRINTF("%s <%d>", tag, fdp->fd_type);
H A Dload_dstlistnode.c47 dst->fd_type = node->ipfd_dest.fd_type;
/netbsd-src/sys/arch/acorn32/mainbus/
H A Dfd.c187 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 Dhdfd.c216 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 Dfd.c178 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 Dfd.c194 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 Dfdc.c260 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 Dfd.c228 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 Dfdc_acpireg.h44 const struct fd_type fdc_acpi_fdtypes[] = {
H A Dfdc_acpi.c67 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 Dmenus.mi453 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 Dmain.c84 const char *fd_type; variable
179 fd_type = "msdos"; in init()
H A Ddefs.h632 extern const char *fd_type; /* "msdos", "ffs" or maybe "ados" */
/netbsd-src/sys/dev/ic/
H A Dapple_smc_fan.c85 uint8_t fd_type; member
/netbsd-src/external/bsd/ipf/dist/
H A Dip_fil_compat.c1939 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 Dip_fil.c438 (fdp->fd_type == FRD_DSTLIST)) {
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil_compat.c1928 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 Dipf_y.y641 fr->fr_dif.fd_type = FRD_DSTLIST;
671 fr->fr_tif.fd_type = FRD_DSTLIST;
699 fr->fr_rif.fd_type = FRD_DSTLIST;

12