Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dsubr_bus.c138 #define DF_EXTERNALSOFTC 0x40 /* softc not allocated by us */ macro
2476 if (dev->softc && !(dev->flags & DF_EXTERNALSOFTC)) in device_set_softc()
2480 dev->flags |= DF_EXTERNALSOFTC; in device_set_softc()
2482 dev->flags &= ~DF_EXTERNALSOFTC; in device_set_softc()
2509 dev->flags |= DF_EXTERNALSOFTC; in device_claim_softc()
2511 dev->flags &= ~DF_EXTERNALSOFTC; in device_claim_softc()
2703 if (dev->softc && !(dev->flags & DF_EXTERNALSOFTC)) { in device_set_driver()
2712 if (!(dev->flags & DF_EXTERNALSOFTC) && driver->size > 0) { in device_set_driver()