Searched refs:VNF_INITED (Results 1 – 1 of 1) sorted by relevance
169 #define VNF_INITED 0x0002 macro330 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()[all …]