Home | History | Annotate | Download | only in dev

Lines Matching defs:on

35  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
155 * only on a CG? overlay plane. We can use only the
260 /* Guess based on machine ID. */
290 /* Make sure video is on. */
335 * I turned on PMAP_NC here to disable the cache as I was
346 int *on = data;
348 *on = sc->sc_video_on;
357 int *on = data;
359 if (sc->sc_video_on == *on)
361 sc->sc_video_on = *on;