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

/netbsd-6-1-5-RELEASE/sys/dev/
H A Dvndvar.h139 #define VNF_READONLY 0x020 /* unit is read-only */ macro
H A Dvnd.c470 if ((vnd->sc_flags & VNF_READONLY) && !(bp->b_flags & B_READ)) {
1231 vnd->sc_flags |= VNF_COMP | VNF_READONLY;
1302 vnd->sc_flags |= VNF_READONLY;
1682 if ((vnd->sc_flags & VNF_READONLY) == 0)
1712 ~(VNF_INITED | VNF_READONLY | VNF_VLABEL

Completed in 106 milliseconds