/dflybsd-src/sys/dev/video/bktr/ |
H A D | bktr_os.c | 445 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_open() 546 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_close() 585 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_read() 625 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_ioctl() 668 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_mmap() 707 devclass_get_softc(bktr_devclass, unit); in bktr_kqfilter()
|
/dflybsd-src/sys/dev/misc/cmx/ |
H A D | cmx.c | 421 sc = devclass_get_softc(cmx_devclass, minor(dev)); in cmx_open() 447 sc = devclass_get_softc(cmx_devclass, minor(dev)); in cmx_close() 489 sc = devclass_get_softc(cmx_devclass, minor(dev)); in cmx_read() 590 sc = devclass_get_softc(cmx_devclass, minor(dev)); in cmx_write() 665 sc = devclass_get_softc(cmx_devclass, minor(dev)); in cmx_kqfilter()
|
/dflybsd-src/sys/dev/acpica/Osd/ |
H A D | OsdInterrupt.c | 61 if ((sc = devclass_get_softc(devclass_find("acpi"), 0)) == NULL) in AcpiOsInstallInterruptHandler() 137 if ((sc = devclass_get_softc(devclass_find("acpi"), 0)) == NULL) in AcpiOsRemoveInterruptHandler()
|
/dflybsd-src/sys/bus/firewire/ |
H A D | fwdev.c | 199 sc = devclass_get_softc(firewire_devclass, unit); in fw_close() 274 sc = devclass_get_softc(firewire_devclass, unit); in fw_read() 362 sc = devclass_get_softc(firewire_devclass, unit); in fw_write() 440 sc = devclass_get_softc(firewire_devclass, unit); in fw_ioctl() 851 sc = devclass_get_softc(firewire_devclass, unit); in fwdev_clone()
|
H A D | fwmem.c | 339 sc = devclass_get_softc(firewire_devclass, unit); in fwmem_strategy()
|
/dflybsd-src/sys/dev/sound/pcm/ |
H A D | sound.c | 440 d = devclass_get_softc(pcm_devclass, unit); in sysctl_hw_snd_default_unit() 471 d = devclass_get_softc(pcm_devclass, i); in sysctl_hw_snd_maxautovchans() 752 d = devclass_get_softc(pcm_devclass, i); in pcm_best_unit() 996 d = devclass_get_softc(pcm_devclass, i); in sysctl_hw_snd_clone_gc() 1312 d = devclass_get_softc(pcm_devclass, i); in sound_oss_sysinfo() 1384 d = devclass_get_softc(pcm_devclass, i); in sound_oss_card_info()
|
H A D | vchan.c | 300 d = devclass_get_softc(pcm_devclass, VCHAN_SYSCTL_UNIT(oidp->oid_arg1)); in sysctl_dev_pcm_vchans() 357 d = devclass_get_softc(pcm_devclass, VCHAN_SYSCTL_UNIT(oidp->oid_arg1)); in sysctl_dev_pcm_vchanmode() 450 d = devclass_get_softc(pcm_devclass, VCHAN_SYSCTL_UNIT(oidp->oid_arg1)); in sysctl_dev_pcm_vchanrate() 559 d = devclass_get_softc(pcm_devclass, VCHAN_SYSCTL_UNIT(oidp->oid_arg1)); in sysctl_dev_pcm_vchanformat()
|
H A D | mixer.c | 1353 d = devclass_get_softc(pcm_devclass, unit); in mixer_clone() 1427 d = devclass_get_softc(pcm_devclass, i); in mixer_oss_mixerinfo()
|
/dflybsd-src/sys/dev/disk/fd/ |
H A D | fd.c | 1319 if ((fd = devclass_get_softc(fd_devclass, fdu)) == NULL) in Fdopen() 1450 fd = devclass_get_softc(fd_devclass, fdu); in fdclose() 1473 fd = devclass_get_softc(fd_devclass, fdu); in fdstrategy() 1693 fd = devclass_get_softc(fd_devclass, fdu); in fdstate() 2181 fd = devclass_get_softc(fd_devclass, fdu); in retrier() 2254 fd = devclass_get_softc(fd_devclass, fdu); in fdformat() 2306 fd_p fd = devclass_get_softc(fd_devclass, fdu); in fdioctl()
|
/dflybsd-src/sys/dev/misc/pps/ |
H A D | pps.c | 49 ((struct pps_data *)devclass_get_softc(pps_devclass, (unit)))
|
/dflybsd-src/sys/dev/misc/joy/ |
H A D | joy.c | 71 devclass_get_softc(joy_devclass,(unit))
|
/dflybsd-src/sys/dev/video/cxm/ |
H A D | cxm.c | 2152 sc = (struct cxm_softc*)devclass_get_softc(cxm_devclass, unit); in cxm_open() 2184 sc = (struct cxm_softc*)devclass_get_softc(cxm_devclass, unit); in cxm_close() 2228 sc = (struct cxm_softc*)devclass_get_softc(cxm_devclass, unit); in cxm_read() 2328 sc = (struct cxm_softc*)devclass_get_softc(cxm_devclass, unit); in cxm_ioctl() 2925 sc = (struct cxm_softc *)devclass_get_softc(cxm_devclass, unit); in cxm_kqfilter()
|
/dflybsd-src/sys/dev/misc/pcfclock/ |
H A D | pcfclock.c | 59 ((struct pcfclock_data *)devclass_get_softc(pcfclock_devclass, (unit)))
|
/dflybsd-src/sys/bus/isa/ |
H A D | vga_isa.c | 57 ((vga_softc_t *)devclass_get_softc(isavga_devclass, unit))
|
/dflybsd-src/sys/dev/smbus/smb/ |
H A D | smb.c | 56 ((struct smb_softc *)devclass_get_softc(smb_devclass, (unit)))
|
/dflybsd-src/sys/dev/misc/ppi/ |
H A D | ppi.c | 79 ((struct ppi_data *)devclass_get_softc(ppi_devclass, (unit)))
|
/dflybsd-src/sys/dev/raid/mlx/ |
H A D | mlx.c | 703 struct mlx_softc *sc = devclass_get_softc(mlx_devclass, unit); in mlx_open() 717 struct mlx_softc *sc = devclass_get_softc(mlx_devclass, unit); in mlx_close() 731 struct mlx_softc *sc = devclass_get_softc(mlx_devclass, unit); in mlx_ioctl() 897 mlxd = (struct mlxd_softc *)devclass_get_softc(mlxd_devclass, *arg); in mlx_ioctl()
|
/dflybsd-src/sys/dev/acpica/acpi_toshiba/ |
H A D | acpi_toshiba.c | 562 sc = devclass_get_softc(acpi_toshiba_devclass, 0); in acpi_toshiba_video_attach()
|
/dflybsd-src/sys/dev/raid/twa/ |
H A D | tw_osl_freebsd.c | 1542 for (i = 0; (sc = devclass_get_softc(twa_devclass, i)) != NULL; i++) { in twa_report_stats() 1616 for (i = 0; (sc = devclass_get_softc(twa_devclass, i)) != NULL; i++) { in twa_reset_stats()
|
/dflybsd-src/sys/dev/raid/aac/ |
H A D | aac_debug.c | 128 sc = devclass_get_softc(devclass_find("aac"), 0); in aac_printstate0()
|
/dflybsd-src/sys/dev/netif/plip/ |
H A D | if_plip.c | 178 ((struct lp_data *)devclass_get_softc(lp_devclass, (unit)))
|
/dflybsd-src/sys/dev/disk/mpt/ |
H A D | mpt_pci.c | 331 mpt2 = (struct mpt_softc *)devclass_get_softc(mpt_devclass,mpt->unit-1);
|
/dflybsd-src/sys/dev/raid/amr/ |
H A D | amr.c | 426 struct amr_softc *sc = devclass_get_softc(devclass_find("amr"), unit); in amr_open() 442 struct amr_softc *sc = devclass_get_softc(devclass_find("amr"), unit); in amr_close() 784 sc = devclass_get_softc(devclass, adapter); in amr_ioctl()
|
/dflybsd-src/sys/dev/misc/lpt/ |
H A D | lpt.c | 150 ((struct lpt_data *)devclass_get_softc(lpt_devclass, (unit)))
|
/dflybsd-src/sys/dev/raid/mfi/ |
H A D | mfi.c | 2956 sc = devclass_get_softc(devclass, adapter); in mfi_ioctl() 3145 sc = devclass_get_softc(devclass, adapter); in mfi_ioctl() 3166 sc = devclass_get_softc(devclass, adapter); in mfi_ioctl() 3466 sc = devclass_get_softc(dc, i); in mfi_dump_all()
|