/src/sys/arch/dreamcast/dev/maple/ |
mkbdvar.h | 50 struct maple_unit *sc_unit; member in struct:mkbd_softc
|
mms.c | 87 struct maple_unit *sc_unit; member in struct:mms_softc 133 sc->sc_unit = ma->ma_unit; 163 maple_set_callback(parent, sc->sc_unit, MAPLE_FN_MOUSE, mms_intr, sc); 183 maple_enable_periodic(sc->sc_parent, sc->sc_unit, MAPLE_FN_MOUSE, 1); 192 maple_enable_periodic(sc->sc_parent, sc->sc_unit, MAPLE_FN_MOUSE, 0);
|
/src/sys/dev/marvell/ |
gtpcivar.h | 35 int sc_unit; member in struct:gtpci_softc
|
gtmpscvar.h | 90 int sc_unit; member in struct:gtmpsc_softc
|
/src/sys/net/npf/ |
if_npflog.c | 62 int sc_unit; member in struct:npflog_softc
|
/src/sys/arch/hpcmips/vr/ |
vrpiuvar.h | 47 int sc_unit; member in struct:vrpiu_softc
|
vrdsiu_mouse.c | 66 int sc_unit; member in struct:vrdsiu_softc 142 sc->sc_unit = va->va_unit; 147 vrip_intr_establish(sc->sc_vrip, sc->sc_unit, 0, IPL_TTY, 172 vrip_power(sc->sc_vrip, sc->sc_unit, 1); 189 vrip_power(sc->sc_vrip, sc->sc_unit, 1);
|
/src/sys/arch/pmax/stand/common/ |
rz.c | 53 int sc_unit; /* disk unit number */ member in struct:rz_softc 147 sc->sc_unit = unit;
|
/src/sys/dist/pf/net/ |
if_pflog.h | 36 int sc_unit; member in struct:pflog_softc
|
/src/sys/net/ |
if_slvar.h | 45 int sc_unit; /* XXX unit number */ member in struct:sl_softc
|
if_pppvar.h | 95 int sc_unit; /* XXX unit number */ member in struct:ppp_softc
|
/src/sys/arch/bebox/stand/boot/ |
wdvar.h | 66 u_int sc_unit; member in struct:wd_softc
|
/src/sys/arch/cobalt/stand/boot/ |
wdvar.h | 72 u_int sc_unit; member in struct:wd_softc
|
/src/sys/arch/mmeye/stand/boot/ |
wdvar.h | 106 u_int sc_unit; member in struct:wd_softc
|
/src/sys/dev/qbus/ |
uda.c | 97 struct uba_unit sc_unit; /* Struct common for UBA to communicate */ member in struct:uda_softc 220 sc->sc_unit.uu_dev = self; /* Backpointer to softc */ 221 sc->sc_unit.uu_ready = udaready;/* go routine called from adapter */ 222 sc->sc_unit.uu_keepbdp = vax_cputype == VAX_750 ? 1 : 0; 436 if (sc->sc_unit.uu_bdp) { 437 /* printf("<%d>", UBAI_BDP(sc->sc_unit.uu_bdp)); */ 438 sc->sc_unit.uu_bdp = 0;
|
/src/sys/arch/arm/imx/ |
imxusbvar.h | 85 uint sc_unit; member in struct:imxehci_softc
|
/src/sys/arch/luna68k/stand/boot/ |
sd.c | 88 int sc_unit; member in struct:sd_softc 140 sc->sc_unit = unit; 260 printf("sdstrategy: unit = %d\n", sc->sc_unit);
|
/src/sys/arch/hp300/stand/common/ |
sd.c | 64 int sc_unit; member in struct:sd_softc 175 ss->sc_ctlr, ss->sc_unit, ss->sc_part, msg); 214 ss->sc_unit = unit; 251 int unit = ss->sc_unit;
|
ct.c | 53 int sc_unit; member in struct:ct_softc 194 rs->sc_unit = unit; 223 int unit = rs->sc_unit;
|
/src/sys/arch/arm/xscale/ |
ixp425_npevar.h | 90 int sc_unit; member in struct:ixpnpe_softc
|
/src/sys/arch/mipsco/stand/common/ |
saio.c | 50 int sc_unit; /* disk unit number */ member in struct:saio_softc 181 sc->sc_unit = unit;
|
/src/sys/dev/ |
ccdvar.h | 166 int sc_unit; member in struct:ccd_softc
|
sequencervar.h | 106 int sc_unit; member in struct:sequencer_softc
|
/src/sys/dev/ofw/ |
ofdisk.c | 54 int sc_unit; member in struct:ofdisk_softc 155 of->sc_unit = oba->oba_unit; 211 path[l++] = '0' + of->sc_unit;
|
/src/sys/arch/mips/cavium/dev/ |
octeon_xhci.c | 52 int sc_unit; member in struct:octxhci_softc 109 osc->sc_unit = (addr >> 24) & 0x1; 277 if (sc->sc_unit == 0)
|