| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | device.h | 302 device_set_softc(bsddev, dev); in device_initialize() 422 device_set_softc(bsddev, dev); in device_register()
|
| /freebsd-12.1/sys/net/ |
| H A D | iflib_clone.c | 217 device_set_softc(dev, ctx); in iflib_clone_create()
|
| H A D | iflib.c | 4518 device_set_softc(dev, ctx); in iflib_device_register() 4748 device_set_softc(ctx->ifc_dev, NULL); in iflib_device_register() 5071 device_set_softc(ctx->ifc_dev, NULL); in iflib_device_deregister()
|
| /freebsd-12.1/sys/dev/atkbdc/ |
| H A D | atkbdc_ebus.c | 198 device_set_softc(dev, sc); in atkbdc_ebus_attach()
|
| /freebsd-12.1/sys/dev/uart/ |
| H A D | uart_core.c | 589 device_set_softc(dev, sc); in uart_bus_attach() 794 device_set_softc(dev, NULL); in uart_bus_detach()
|
| /freebsd-12.1/sys/dev/usb/controller/ |
| H A D | usb_controller.c | 437 device_set_softc(dev, NULL); in usb_bus_detach() 793 device_set_softc(dev, bus); in usb_bus_attach()
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_i2c.c | 1073 device_set_softc(iicbus_dev, i2c); in radeon_i2c_create() 1102 device_set_softc(iicbus_dev, i2c); in radeon_i2c_create() 1131 device_set_softc(iicbus_dev, i2c); in radeon_i2c_create()
|
| /freebsd-12.1/sys/dev/sio/ |
| H A D | sio.c | 416 device_set_softc(dev, NULL); in siodetach() 458 device_set_softc(dev, com); 508 device_set_softc(dev, NULL); 713 device_set_softc(dev, NULL); 797 device_set_softc(dev, NULL);
|
| /freebsd-12.1/sys/dev/pst/ |
| H A D | pst-raid.c | 101 device_set_softc(child, psc); in pst_add_raid()
|
| /freebsd-12.1/sys/dev/acpica/ |
| H A D | acpi_cmbat.c | 174 device_set_softc(dev, NULL); in acpi_cmbat_detach()
|
| /freebsd-12.1/stand/kshim/ |
| H A D | bsd_kernel.c | 1005 device_set_softc(dev, NULL); in device_detach() 1014 device_set_softc(device_t dev, void *softc) in device_set_softc() function
|
| H A D | bsd_kernel.h | 430 void device_set_softc(device_t dev, void *softc);
|
| /freebsd-12.1/sys/powerpc/powernv/ |
| H A D | opal_console.c | 277 device_set_softc(dev, console_sc); in uart_opal_attach()
|
| /freebsd-12.1/sys/dev/xen/console/ |
| H A D | xen_console.c | 733 device_set_softc(dev, tp); in xencons_attach()
|
| /freebsd-12.1/sys/dev/scc/ |
| H A D | scc_core.c | 122 device_set_softc(dev, sc); in scc_bfe_attach()
|
| /freebsd-12.1/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_fb.c | 152 device_set_softc(dev, sc); in bcm_fb_attach()
|
| /freebsd-12.1/sys/dev/cxgbe/ |
| H A D | t4_vf.c | 659 device_set_softc(pi->dev, pi); in t4vf_attach()
|
| /freebsd-12.1/sys/dev/fb/ |
| H A D | creator.c | 920 device_set_softc(dev, sc); in creator_bus_attach()
|
| H A D | machfb.c | 1170 device_set_softc(dev, sc); in machfb_pci_attach()
|
| /freebsd-12.1/sys/dev/xen/xenstore/ |
| H A D | xenstore.c | 1107 device_set_softc(dev, &xs); in xs_attach()
|
| /freebsd-12.1/sys/sys/ |
| H A D | bus.h | 631 void device_set_softc(device_t dev, void *softc);
|
| /freebsd-12.1/sys/dev/mn/ |
| H A D | if_mn.c | 1304 device_set_softc(self, sc); in mn_attach()
|
| /freebsd-12.1/sys/dev/amr/ |
| H A D | amr.c | 259 device_set_softc(child, sc); in amr_attach()
|
| /freebsd-12.1/sys/dev/sym/ |
| H A D | sym_hipd.c | 8432 device_set_softc(dev, np); 8845 device_set_softc(np->device, NULL);
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_bus.c | 2523 device_set_softc(device_t dev, void *softc) in device_set_softc() function
|