Home
last modified time | relevance | path

Searched refs:sc_clean_up (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/syscons/
H A Dscvidctl.c189 if ((error = sc_clean_up(scp))) { in sc_set_text_mode()
261 if ((error = sc_clean_up(scp))) { in sc_set_graphics_mode()
368 if ((error = sc_clean_up(scp))) { in sc_set_pixel_mode()
724 if ((error = sc_clean_up(scp))) { in sc_vid_ioctl()
745 if ((error = sc_clean_up(scp))) { in sc_vid_ioctl()
767 if ((error = sc_clean_up(scp))) { in sc_vid_ioctl()
H A Dsyscons.h567 int sc_clean_up(scr_stat *scp);
H A Dsyscons.c1292 error = sc_clean_up(sc->cur_scp); in sctty_ioctl()
3546 sc_clean_up(scr_stat *scp) in sc_clean_up() function