Home
last modified time | relevance | path

Searched refs:probe_efi_fb (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/platform/pc64/include/
H A Dframebuffer.h63 int probe_efi_fb(int early);
/dragonfly/sys/dev/misc/syscons/
H A Dsyscons_nexus.c159 int have_efi_fb = (probe_efi_fb(1) == 0); in sc_get_cons_priority()
H A Dsyscons.c305 if ((flags & SC_EFI_FB) && (probe_efi_fb(0) != 0)) { in sc_probe_unit()
547 if ((flags & SC_EFI_FB) && probe_efi_fb(0) != 0) in sc_attach_unit()
1806 if (probe_efi_fb(1) != 0 && !scvidprobe(unit, flags, TRUE)) in sccnprobe()
/dragonfly/sys/dev/video/fb/
H A Dvga.c423 if (probe_efi_fb(0) == 0) in vga_configure()
841 if (probe_efi_fb(0) == 0) in vga_probe()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c2173 probe_efi_fb(int early) in probe_efi_fb() function
2227 probe_efi_fb(0); in efifb_startup()