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

/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dvideo.c31 static grub_video_adapter_t grub_video_adapter_active; variable
37 if (grub_video_adapter_active)
39 grub_video_adapter_active->fini ();
43 grub_video_adapter_active = 0;
52 if (! grub_video_adapter_active)
62 return grub_video_adapter_active->get_info (mode_info);
68 if (! grub_video_adapter_active)
70 return grub_video_adapter_active->id;
80 if (! grub_video_adapter_active)
83 err = grub_video_adapter_active
[all...]

Completed in 15 milliseconds