Home
last modified time | relevance | path

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

/NextBSD/sys/compat/ndis/
HDkern_ndis.c107 static struct nd_head ndis_devhead; variable
151 TAILQ_INIT(&ndis_devhead); in ndis_modevent()
154 if (TAILQ_FIRST(&ndis_devhead) == NULL) { in ndis_modevent()
1137 TAILQ_REMOVE(&ndis_devhead, sc->ndis_block, link);
1408 TAILQ_INSERT_TAIL(&ndis_devhead, block, link);
1431 TAILQ_REMOVE(&ndis_devhead, sc->ndis_block, link);