sc_type 60 dev/hil/hildevs.h int sc_type; /* hil device type */
sc_type 73 dev/hil/hildevs.h #define hd_type sc_hildev.sc_type
sc_type 117 dev/ic/dl10019.c if (nsc->sc_type != NE2000_TYPE_DL10022)
sc_type 217 dev/ic/dl10019.c ops = (nsc->sc_type == NE2000_TYPE_DL10022) ?
sc_type 229 dev/ic/dl10019.c ops = (nsc->sc_type == NE2000_TYPE_DL10022) ?
sc_type 245 dev/ic/dl10019.c if (nsc->sc_type == NE2000_TYPE_DL10022) {
sc_type 188 dev/ic/i82596var.h const char *sc_type; /* (MD) hardware type */
sc_type 116 dev/ic/ne2000.c if (nsc->sc_type == NE2000_TYPE_UNKNOWN)
sc_type 117 dev/ic/ne2000.c nsc->sc_type = ne2000_detect(nsc);
sc_type 122 dev/ic/ne2000.c switch (nsc->sc_type) {
sc_type 144 dev/ic/ne2000.c if (nsc->sc_type == NE2000_TYPE_AX88190 ||
sc_type 145 dev/ic/ne2000.c nsc->sc_type == NE2000_TYPE_AX88790) {
sc_type 248 dev/ic/ne2000.c if (nsc->sc_type == NE2000_TYPE_AX88190 ||
sc_type 249 dev/ic/ne2000.c nsc->sc_type == NE2000_TYPE_AX88790) {
sc_type 509 dev/ic/ne2000.c if (nsc->sc_type == NE2000_TYPE_NE1000) {
sc_type 58 dev/ic/ne2000var.h } sc_type;
sc_type 103 dev/isa/fd.c struct fd_type *sc_type; /* current type descriptor */
sc_type 271 dev/isa/fd.c fdc->sc_type[drive] = FDC_TYPE_DISK;
sc_type 367 dev/isa/fd.c if (bp->b_blkno + sz > fd->sc_type->size * bf) {
sc_type 368 dev/isa/fd.c sz = fd->sc_type->size * bf - bp->b_blkno;
sc_type 381 dev/isa/fd.c bp->b_cylinder = bp->b_blkno / (fd_bsize / DEV_BSIZE) / fd->sc_type->seccyl;
sc_type 559 dev/isa/fd.c fd->sc_type != type)
sc_type 562 dev/isa/fd.c fd->sc_type = type;
sc_type 679 dev/isa/fd.c out_fdc(iot, ioh, fd->sc_type->steprate);
sc_type 684 dev/isa/fd.c out_fdc(iot, ioh, bp->b_cylinder * fd->sc_type->step);
sc_type 697 dev/isa/fd.c type = fd->sc_type;
sc_type 775 dev/isa/fd.c cyl != bp->b_cylinder * fd->sc_type->step) {
sc_type 822 dev/isa/fd.c bp->b_cylinder = fd->sc_blkno / fd->sc_type->seccyl;
sc_type 975 dev/isa/fd.c lp->d_secpercyl = fd->sc_type->seccyl;
sc_type 976 dev/isa/fd.c lp->d_ntracks = fd->sc_type->heads;
sc_type 977 dev/isa/fd.c lp->d_nsectors = fd->sc_type->sectrac;
sc_type 978 dev/isa/fd.c lp->d_ncylinders = fd->sc_type->tracks;
sc_type 983 dev/isa/fd.c DL_SETDSIZE(lp, fd->sc_type->size);
sc_type 1028 dev/isa/fd.c *(struct fd_type *)addr = *fd->sc_type;
sc_type 1056 dev/isa/fd.c struct fd_type *type = fd->sc_type;
sc_type 95 dev/isa/fdlink.h enum fdc_type sc_type[4]; /* type of device */
sc_type 65 dev/isa/fdreg.h #define FD_BSIZE(fd) (128 << fd->sc_type->secsize)
sc_type 135 dev/isa/if_ne_isa.c nsc->sc_type = ne2000_detect(nsc);
sc_type 137 dev/isa/if_ne_isa.c if (nsc->sc_type)
sc_type 142 dev/isa/if_ne_isa.c return (nsc->sc_type);
sc_type 176 dev/isa/if_ne_isa.c switch (nsc->sc_type) {
sc_type 112 dev/isa/if_we.c u_int8_t sc_type; /* our type */
sc_type 369 dev/isa/if_we.c typestr = we_params(asict, asich, &wsc->sc_type, NULL,
sc_type 432 dev/isa/if_we.c } else if ((wsc->sc_type & WE_SOFTCONFIG) ||
sc_type 434 dev/isa/if_we.c (wsc->sc_type == WE_TYPE_TOSHIBA1) ||
sc_type 435 dev/isa/if_we.c (wsc->sc_type == WE_TYPE_TOSHIBA4) ||
sc_type 437 dev/isa/if_we.c (wsc->sc_type == WE_TYPE_WD8013EBT)) {
sc_type 461 dev/isa/if_we.c if (wsc->sc_type == WE_TYPE_TOSHIBA1 ||
sc_type 462 dev/isa/if_we.c wsc->sc_type == WE_TYPE_TOSHIBA4) {
sc_type 506 dev/isa/if_we.c if (wsc->sc_type & WE_SOFTCONFIG)
sc_type 536 dev/isa/if_we.c else if (wsc->sc_type & WE_SOFTCONFIG)
sc_type 373 dev/pci/emuxki.c (sc->sc_type == EMUXKI_APS? 0 : EMU_HCFG_GPOUTPUT0) |
sc_type 382 dev/pci/emuxki.c if (sc->sc_type & EMUXKI_AUDIGY2) {
sc_type 386 dev/pci/emuxki.c } else if (sc->sc_type & EMUXKI_AUDIGY) {
sc_type 399 dev/pci/emuxki.c if (sc->sc_type & EMUXKI_AUDIGY2) {
sc_type 468 dev/pci/emuxki.c sc->sc_type = EMUXKI_AUDIGY;
sc_type 471 dev/pci/emuxki.c sc->sc_type |= EMUXKI_AUDIGY2;
sc_type 478 dev/pci/emuxki.c sc->sc_type = EMUXKI_APS;
sc_type 481 dev/pci/emuxki.c sc->sc_type = EMUXKI_SBLIVE;
sc_type 490 dev/pci/emuxki.c (sc->sc_type == EMUXKI_APS || emuxki_ac97_init(sc)) ||
sc_type 592 dev/pci/emuxki.c (sc->sc_type & EMUXKI_AUDIGY ?
sc_type 619 dev/pci/emuxki.c (sc->sc_type & EMUXKI_AUDIGY ?
sc_type 647 dev/pci/emuxki.c (sc->sc_type & EMUXKI_AUDIGY ?
sc_type 656 dev/pci/emuxki.c if (sc->sc_type & EMUXKI_AUDIGY) {
sc_type 692 dev/pci/emuxki.c if (sc->sc_type & EMUXKI_AUDIGY) {
sc_type 794 dev/pci/emuxki.c if(sc->sc_type & EMUXKI_AUDIGY) {
sc_type 841 dev/pci/emuxki.c if(sc->sc_type & EMUXKI_AUDIGY2) {
sc_type 943 dev/pci/emuxki.c if(sc->sc_type & EMUXKI_AUDIGY) {
sc_type 1069 dev/pci/emuxki.c chan->voice->sc->sc_type & EMUXKI_AUDIGY ?
sc_type 1200 dev/pci/emuxki.c if(sc->sc_type & EMUXKI_AUDIGY) {
sc_type 1740 dev/pci/emuxki.c idxreg = (voice->sc->sc_type & EMUXKI_AUDIGY) ?
sc_type 1744 dev/pci/emuxki.c idxreg = (voice->sc->sc_type & EMUXKI_AUDIGY) ?
sc_type 1819 dev/pci/emuxki.c if(voice->sc->sc_type & EMUXKI_AUDIGY)
sc_type 1829 dev/pci/emuxki.c if(voice->sc->sc_type & EMUXKI_AUDIGY)
sc_type 1835 dev/pci/emuxki.c if(voice->sc->sc_type & EMUXKI_AUDIGY)
sc_type 1868 dev/pci/emuxki.c if (voice->sc->sc_type & EMUXKI_AUDIGY) {
sc_type 233 dev/pci/emuxkivar.h } sc_type;
sc_type 2286 dev/pci/if_de.c if (tulip_srom_conninfo[idx2].sc_type == sc->tulip_conntype
sc_type 2287 dev/pci/if_de.c || tulip_srom_conninfo[idx2].sc_type == TULIP_SROM_CONNTYPE_NOT_USED)
sc_type 695 dev/pci/if_devar.h tulip_srom_connection_t sc_type;
sc_type 760 dev/pcmcia/if_ne_pcmcia.c nsc->sc_type = NE2000_TYPE_AX88190;
sc_type 778 dev/pcmcia/if_ne_pcmcia.c if (nsc->sc_type == NE2000_TYPE_DL10019 ||
sc_type 779 dev/pcmcia/if_ne_pcmcia.c nsc->sc_type == NE2000_TYPE_DL10022) {
sc_type 975 dev/pcmcia/if_ne_pcmcia.c nsc->sc_type = NE2000_TYPE_DL10022;
sc_type 977 dev/pcmcia/if_ne_pcmcia.c nsc->sc_type = NE2000_TYPE_DL10019;
sc_type 235 dev/ramdisk.c if (sc->sc_type == RD_UNCONFIGURED)
sc_type 279 dev/ramdisk.c if (sc->sc_type == RD_UNCONFIGURED)
sc_type 343 dev/ramdisk.c switch (sc->sc_type) {
sc_type 407 dev/ramdisk.c if (sc->sc_type == RD_UNCONFIGURED)
sc_type 416 dev/ramdisk.c if (sc->sc_type == RD_UNCONFIGURED)
sc_type 422 dev/ramdisk.c if (sc->sc_type == RD_UNCONFIGURED) {
sc_type 436 dev/ramdisk.c if (sc->sc_type == RD_UNCONFIGURED) {
sc_type 453 dev/ramdisk.c if (sc->sc_type == RD_UNCONFIGURED) {
sc_type 474 dev/ramdisk.c if (sc->sc_type != RD_UNCONFIGURED) {
sc_type 548 dev/ramdisk.c sc->sc_type = RD_KMEM_ALLOCATED;
sc_type 576 dev/ramdisk.c sc->sc_type = RD_UMEM_SERVER;
sc_type 582 dev/ramdisk.c sc->sc_type = RD_UNCONFIGURED;
sc_type 92 dev/usb/uftdi.c enum uftdi_type sc_type;
sc_type 251 dev/usb/uftdi.c sc->sc_type = UFTDI_TYPE_SIO;
sc_type 277 dev/usb/uftdi.c sc->sc_type = UFTDI_TYPE_8U232AM;
sc_type 290 dev/usb/uftdi.c sc->sc_type = UFTDI_TYPE_8U232AM;
sc_type 302 dev/usb/uftdi.c sc->sc_type = UFTDI_TYPE_8U232AM;
sc_type 314 dev/usb/uftdi.c sc->sc_type = UFTDI_TYPE_8U232AM;
sc_type 326 dev/usb/uftdi.c sc->sc_type = UFTDI_TYPE_8U232AM;
sc_type 571 dev/usb/uftdi.c switch (sc->sc_type) {