Home
last modified time | relevance | path

Searched refs:device_set_softc (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net/
H A Diflib_clone.c216 device_set_softc(dev, ctx); in iflib_clone_create()
H A Diflib.c4725 device_set_softc(dev, ctx); in iflib_device_register()
4948 device_set_softc(ctx->ifc_dev, NULL); in iflib_device_register()
5248 device_set_softc(ctx->ifc_dev, NULL); in iflib_device_deregister()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c152 device_set_softc(dev, sc); in bcm_fb_attach()
/f-stack/freebsd/sys/
H A Dbus.h623 void device_set_softc(device_t dev, void *softc);
/f-stack/freebsd/kern/
H A Dsubr_bus.c2517 device_set_softc(device_t dev, void *softc) in device_set_softc() function