Searched refs:VNF_KLABEL (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/
H A Dvndvar.h144 #define VNF_KLABEL 0x040 /* keep label on close */ macro
H A Dvnd.c346 sc->sc_flags = VNF_KLABEL;
456 if ((sc->sc_flags & VNF_KLABEL) == 0)
1625 vnd->sc_flags |= VNF_KLABEL;
1627 vnd->sc_flags &= ~VNF_KLABEL;
1809 ~(VNF_INITED | VNF_READONLY | VNF_KLABEL | VNF_VLABEL

Completed in 186 milliseconds