Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/
Dvnd.c176 #define VNF_READONLY 0x2000 macro
178 #define VNDRW(v) ((v)->sc_flags & VNF_READONLY ? FREAD : FREAD|FWRITE)
325 if ((flags & FWRITE) && (sc->sc_flags & VNF_READONLY)) { in vndopen()
530 if ((vnd->sc_flags & VNF_READONLY) && in vndstrategy()
811 if (sc->sc_flags & VNF_READONLY) in vndwrite()
893 vnd->sc_flags &= ~VNF_READONLY; in vndioctl()
897 vnd->sc_flags |= VNF_READONLY; in vndioctl()
1134 if (vnd->sc_flags & VNF_READONLY) in vndioctl()
1160 if (vnd->sc_flags & VNF_READONLY) in vndioctl()