HomeSort by: relevance | last modified time | path
    Searched defs:sc_dv (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/hppa/dev/
gecko.c 33 device_t sc_dv; member in struct:gecko_softc
69 sc->sc_dv = self;
elroyvar.h 25 device_t sc_dv; member in struct:elroy_softc
lcd.c 36 device_t sc_dv; member in struct:lcd_softc
78 sc->sc_dv = self;
wax.c 58 device_t sc_dv; member in struct:wax_softc
123 sc->sc_dv = self;
pdc.c 55 device_t sc_dv; member in struct:pdc_softc
242 sc->sc_dv = self;
astro.c 120 device_t sc_dv; member in struct:astro_softc
242 sc->sc_dv = self;
330 "%s_dvma", device_xname(sc->sc_dv));
uturn.c 173 device_t sc_dv; member in struct:uturn_softc
298 sc->sc_dv = self;
359 device_xname(sc->sc_dv));
dino.c 115 device_t sc_dv; member in struct:dino_softc
1748 sc->sc_dv = self;
  /src/sys/dev/onewire/
ds28e17iicvar.h 29 device_t sc_dv; member in struct:ds28e17iic_softc
owtemp.c 73 device_t sc_dv; member in struct:owtemp_softc
127 sc->sc_dv = self;
270 aprint_error_dev(sc->sc_dv,
  /src/sys/dev/isa/
pcppivar.h 41 device_t sc_dv; member in struct:pcppi_softc
  /src/sys/dev/ic/
icpsp.c 59 device_t sc_dv; member in struct:icpsp_softc
103 sc->sc_dv = self;
110 sc->sc_adapter.adapt_dev = sc->sc_dv;
142 icp = device_private(device_parent(sc->sc_dv));
161 panic("%s: CDB too large", device_xname(sc->sc_dv));
232 ic->ic_dv = sc->sc_dv;
303 device_xname(sc->sc_dv), icp->icp_info);
pckbcvar.h 83 device_t sc_dv; member in struct:pckbc_softc
aacvar.h 295 device_t sc_dv; member in struct:aac_softc
  /src/sys/dev/
ldvar.h 54 device_t sc_dv; member in struct:ld_softc
  /src/sys/arch/sparc64/dev/
cbus.c 44 device_t sc_dv; member in struct:cbus_softc
vbus.c 45 device_t sc_dv; member in struct:vbus_softc
vnet.c 131 device_t sc_dv; member in struct:vnet_softc
250 sc->sc_dv = self;
309 /*flags*/0, /*wchan*/device_xname(sc->sc_dv), /*palloc*/NULL,
1381 printf("%s: watchdog timeout\n", device_xname(sc->sc_dv));
  /src/sys/dev/sbus/
zxvar.h 82 device_t sc_dv; member in struct:zx_softc
  /src/sys/arch/hppa/gsc/
harmonyvar.h 82 device_t sc_dv; member in struct:harmony_softc
  /src/sys/dev/acpi/
smbus_acpi.c 75 device_t sc_dv; member in struct:acpi_smbus_softc
146 sc->sc_dv = self;
497 aprint_debug_dev(sc->sc_dv,
  /src/sys/dev/pci/
hifn7751var.h 131 device_t sc_dv; /* generic device */ member in struct:hifn_softc
  /src/sys/arch/hppa/hppa/
mainbus.c 102 device_t sc_dv; member in struct:mainbus_softc
1368 sc->sc_dv = self;
  /src/sys/arch/sparc/dev/
fd.c 262 device_t sc_dv; /* generic device info */ member in struct:fd_softc
787 fd->sc_dv = self;
814 disk_init(&fd->sc_dk, device_xname(fd->sc_dv), &fddkdriver);
821 mountroothook_establish(fd_mountroot_hook, fd->sc_dv);
913 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
931 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
946 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
1035 fd_set_motor(device_private(device_parent(fd->sc_dv)));
1043 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
1275 fd ? device_xname(fd->sc_dv) : "fdc", s, fdc->sc_state)
    [all...]
  /src/sys/arch/sun3/dev/
fd.c 238 device_t sc_dv; /* generic device info */ member in struct:fd_softc
571 fd->sc_dv = self;
717 fdc = device_private(device_parent(fd->sc_dv));
735 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
750 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
820 fd_set_motor(device_private(device_parent(fd->sc_dv)));
828 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
1041 fdcstatus(fd->sc_dv, 0, "timeout");
1377 fdcstatus(fd->sc_dv, 2, "seek failed");
1408 fdcstatus(fd->sc_dv, 7
    [all...]

Completed in 29 milliseconds

1 2