OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldscr
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/isa/
ega.c
651
struct egascreen *scr = cookie, *
oldscr
;
654
oldscr
= vc->active; /* can be NULL! */
655
if (scr ==
oldscr
) {
675
struct egascreen *scr, *
oldscr
;
local in function:ega_doswitch
686
oldscr
= vc->active; /* can be NULL! */
688
if (
oldscr
) {
689
if (!
oldscr
->pcs.active)
691
if (
oldscr
->pcs.type != vc->currenttype)
695
if (scr ==
oldscr
) {
703
if (
oldscr
) {
[
all
...]
/src/sys/dev/ic/
vga.c
981
struct vgascreen *scr = cookie, *
oldscr
;
984
oldscr
= vc->active; /* can be NULL! */
985
if (scr ==
oldscr
) {
1005
struct vgascreen *scr, *
oldscr
;
local in function:vga_doswitch
1016
oldscr
= vc->active; /* can be NULL! */
1018
if (
oldscr
) {
1019
if (!
oldscr
->pcs.active)
1021
if (
oldscr
->pcs.type != vc->currenttype)
1025
if (scr ==
oldscr
) {
1033
if (
oldscr
) {
[
all
...]
vga_raster.c
752
struct vgascreen *scr = cookie, *
oldscr
;
755
oldscr
= vc->active; /* can be NULL! */
756
if (scr ==
oldscr
) {
776
struct vgascreen *scr, *
oldscr
;
local in function:vga_switch_screen
787
oldscr
= vc->active; /* can be NULL! */
789
if (
oldscr
) {
790
if (!
oldscr
->active)
792
if (
oldscr
->type != vc->currenttype)
796
if (scr ==
oldscr
) {
804
if (
oldscr
)
[
all
...]
/src/sys/dev/wscons/
wsdisplay_vcons.c
596
struct vcons_screen *scr, *
oldscr
;
local in function:vcons_do_switch
604
oldscr
= vd->active; /* can be NULL! */
610
if (
oldscr
!= NULL) {
611
SCREEN_INVISIBLE(
oldscr
);
612
if (SCREEN_IS_BUSY(
oldscr
)) {
624
oldscr
->scr_ri.ri_flg &= ~RI_CURSOR;
630
if (scr ==
oldscr
)
1699
struct vcons_screen *
oldscr
= vd->active;
local in function:vcons_hard_switch
1701
if (
oldscr
) {
1702
SCREEN_INVISIBLE(
oldscr
);
[
all
...]
Completed in 16 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025