Lines Matching refs:sc_flags
88 int sc_flags; member
268 sc->sc_flags = 0; in bppclose()
284 while ((sc->sc_flags & BPP_LOCKED) != 0) { in bppwrite()
290 sc->sc_flags |= BPP_WANT; in bppwrite()
298 sc->sc_flags |= BPP_LOCKED; in bppwrite()
358 sc->sc_flags &= ~BPP_LOCKED; in bppwrite()
359 if ((sc->sc_flags & BPP_WANT) != 0) { in bppwrite()
360 sc->sc_flags &= ~BPP_WANT; in bppwrite()
402 if ((sc->sc_flags & BPP_LOCKED) != 0) in bppintr()
404 else if ((sc->sc_flags & BPP_WANT) != 0) { in bppintr()
405 sc->sc_flags &= ~BPP_WANT; in bppintr()