HomeSort by: relevance | last modified time | path
    Searched defs:fd_types (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/isa/
fd.c 183 const struct fd_type fd_types[] = { variable in typeref:typename:const struct fd_type[]
189 const struct fd_type fd_types[] = { variable in typeref:typename:const struct fd_type[]
462 fa.fa_deftype = &fd_types[2];
471 fa.fa_deftype = &fd_types[0];
661 return &fd_types[1];
671 return &fd_types[0];
673 return &fd_types[3];
680 return &fd_types[4];
694 if (type > __arraycount(fd_types))
696 return type ? &fd_types[type - 1] : fd->sc_deftype
    [all...]
  /src/sys/arch/arc/jazz/
fd.c 127 const static struct fd_type fd_types[] = { variable in typeref:typename:const struct fd_type[]
283 fa.fa_deftype = &fd_types[type];
402 return &fd_types[1];
407 return &fd_types[0];
409 return &fd_types[3];
411 return &fd_types[4];
418 return &fd_types[0]; /* Use only 1.44 for now */
428 if (type > __arraycount(fd_types))
430 return type ? &fd_types[type - 1] : fd->sc_deftype;
  /src/sys/arch/atari/dev/
hdfd.c 238 struct fd_type fd_types[] = { variable in typeref:struct:fd_type[]
466 fa.fa_deftype = &fd_types[2]; /* 1.44MB */
600 if (type > (sizeof(fd_types) / sizeof(fd_types[0])))
602 return type ? &fd_types[type - 1] : fd->sc_deftype;
fd.c 167 struct fd_types { struct
399 struct fd_types *type;
  /src/sys/arch/acorn32/mainbus/
fd.c 206 struct fd_type fd_types[] = { variable in typeref:struct:fd_type[]
549 return &fd_types[0];
562 if (type > (sizeof(fd_types) / sizeof(fd_types[0])))
564 return type ? &fd_types[type - 1] : fd->sc_deftype;
1520 floppysize = fd_types[type].size << (fd_types[type].secsize + 7);
1533 bp = geteblk(fd_types[type].sectrac * DEV_BSIZE);
1548 loop < (floppysize / DEV_BSIZE / fd_types[type].sectrac);
1551 loop * fd_types[type].sectrac * DEV_BSIZE / 1024)
    [all...]
  /src/sys/arch/sparc64/dev/
fdc.c 285 struct fd_type fd_types[] = { variable in typeref:struct:fd_type[]
858 fa.fa_deftype = &fd_types[0]; /* XXX */
1021 if (type > (sizeof(fd_types) / sizeof(fd_types[0])))
1023 return type ? &fd_types[type - 1] : fd->sc_deftype;
  /src/sys/arch/sparc/dev/
fd.c 253 struct fd_type fd_types[] = { variable in typeref:struct:fd_type[]
690 fa.fa_deftype = &fd_types[0]; /* XXX */
848 if (type > (sizeof(fd_types) / sizeof(fd_types[0])))
850 return (type ? &fd_types[type - 1] : fd->sc_deftype);
  /src/sys/arch/x68k/dev/
fd.c 197 static struct fd_type fd_types[] = { variable in typeref:struct:fd_type[]
565 type = &fd_types[0]; /* XXX 1.2MB */
631 struct fd_type *type = &fd_types[0]; /* XXX 1.2MB */
680 if (type >= __arraycount(fd_types))
682 return &fd_types[type];
  /src/sys/arch/sun3/dev/
fd.c 219 static struct fd_type fd_types[] = { variable in typeref:struct:fd_type[]
496 fa.fa_deftype = &fd_types[0]; /* XXX */
652 if (type > (sizeof(fd_types) / sizeof(fd_types[0])))
654 return type ? &fd_types[type - 1] : fd->sc_deftype;

Completed in 27 milliseconds