Home
last modified time | relevance | path

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

/NextBSD/sys/boot/kshim/
HDbsd_kernel.c848 if ((dev->dev_softc_alloc == 0) && in device_allocate_softc()
856 dev->dev_softc_alloc = 1; in device_allocate_softc()
949 if (dev->dev_softc_alloc) { in device_set_softc()
954 dev->dev_softc_alloc = 0; in device_set_softc()
HDbsd_kernel.h344 uint8_t dev_softc_alloc:1; member