Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/ndis/
H A Dkern_ndis.c109 static struct nd_head ndis_devhead; variable
153 TAILQ_INIT(&ndis_devhead); in ndis_modevent()
156 if (TAILQ_FIRST(&ndis_devhead) == NULL) { in ndis_modevent()
1145 TAILQ_REMOVE(&ndis_devhead, sc->ndis_block, link);
1416 TAILQ_INSERT_TAIL(&ndis_devhead, block, link);
1439 TAILQ_REMOVE(&ndis_devhead, sc->ndis_block, link);