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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_pppvar.h91 /*hi*/ u_int sc_flags; /* control/status bits; see if_ppp.h */ member in struct:ppp_softc
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dvn.c174 int sc_flags; /* flags */ member in struct:vn_softc
190 /* sc_flags */
241 if ((flags & FWRITE) && (vn->sc_flags & VNF_READONLY))
509 if ((vn->sc_flags & VNF_INITED) == 0) {
586 if ((vn->sc_flags & VNF_INITED) == 0) {
590 if (vn->sc_flags & VNF_READONLY) {
792 if ((vn->sc_flags & VNF_INITED) == 0) {
918 if ((vn->sc_flags & VNF_INITED) == 0) {
1024 if (vn->sc_flags & VNF_INITED) {
1184 vn->sc_flags |
[all...]

Completed in 208 milliseconds