Lines Matching refs:VNF_INITED
169 #define VNF_INITED 0x0002 macro
330 if ((sc->sc_flags & VNF_INITED) && in vndopen()
492 if ((vnd->sc_flags & VNF_INITED) == 0) { in vndstrategy()
790 if ((sc->sc_flags & VNF_INITED) == 0) in vndread()
809 if ((sc->sc_flags & VNF_INITED) == 0) in vndwrite()
863 if (vnd->sc_flags & VNF_INITED) in vndioctl()
1034 vnd->sc_flags |= VNF_INITED; in vndioctl()
1049 if ((vnd->sc_flags & VNF_INITED) == 0) in vndioctl()
1100 if (vnd->sc_flags & VNF_INITED) { in vndioctl()
1216 if (vnd->sc_flags & VNF_INITED) in vndshutdown()
1228 vnd->sc_flags &= ~VNF_INITED; in vndclear()
1244 if (unit >= numvnd || (vnd->sc_flags & VNF_INITED) == 0) in vndsize()