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

/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c915 if ((dev->dev_softc_alloc == 0) &&
923 dev->dev_softc_alloc = 1;
1016 if (dev->dev_softc_alloc) {
1021 dev->dev_softc_alloc = 0;
H A Dbsd_kernel.h386 uint8_t dev_softc_alloc:1; member in struct:device

Completed in 111 milliseconds