Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/compat/ndis/
Dkern_ndis.c106 static struct nd_head ndis_devhead; variable
150 TAILQ_INIT(&ndis_devhead); in ndis_modevent()
153 if (TAILQ_FIRST(&ndis_devhead) == NULL) { in ndis_modevent()
1142 TAILQ_REMOVE(&ndis_devhead, sc->ndis_block, link);
1413 TAILQ_INSERT_TAIL(&ndis_devhead, block, link);
1436 TAILQ_REMOVE(&ndis_devhead, sc->ndis_block, link);