probe_efi_fb
if (probe_efi_fb(1) != 0 && !scvidprobe(unit, flags, TRUE))
if ((flags & SC_EFI_FB) && (probe_efi_fb(0) != 0)) {
if ((flags & SC_EFI_FB) && probe_efi_fb(0) != 0)
int have_efi_fb = (probe_efi_fb(1) == 0);
if (probe_efi_fb(0) == 0)
if (probe_efi_fb(0) == 0)
int probe_efi_fb(int early);
probe_efi_fb(0);