Home
last modified time | relevance | path

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

/freebsd-14.2/stand/kshim/
H A Dbsd_kernel.c929 if ((dev->dev_softc_alloc == 0) && in device_allocate_softc()
937 dev->dev_softc_alloc = 1; in device_allocate_softc()
1030 if (dev->dev_softc_alloc) { in device_set_softc()
1035 dev->dev_softc_alloc = 0; in device_set_softc()
H A Dbsd_kernel.h425 uint8_t dev_softc_alloc:1; member