Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/
Dvndvar.h147 #define VNF_VUNCONF 0x200 /* device is unconfiguring */ macro
Dvnd.c675 while ((vnd->sc_flags & VNF_VUNCONF) == 0) { in vndthread()
765 vnd->sc_flags &= (~VNF_KTHREAD | VNF_VUNCONF); in vndthread()
1789 vnd->sc_flags |= VNF_VUNCONF; in vndclear()
1813 | VNF_VUNCONF | VNF_COMP | VNF_CLEARING); in vndclear()