Lines Matching refs:status

226 /* Call VESA BIOS 0x4f09 to set palette data, return status.  */
244 /* Call VESA BIOS 0x4f00 to get VBE Controller Information, return status. */
258 /* Call VESA BIOS 0x4f01 to get VBE Mode Information, return status. */
274 /* Call VESA BIOS 0x4f02 to set video mode, return status. */
292 /* Call VESA BIOS 0x4f03 to return current VBE Mode, return status. */
321 /* Call VESA BIOS 0x4f05 to set memory window, return status. */
337 /* Call VESA BIOS 0x4f05 to return memory window, return status. */
354 /* Call VESA BIOS 0x4f06 to set scanline length (in bytes), return status. */
369 /* Call VESA BIOS 0x4f06 to return scanline length (in bytes), return status. */
385 /* Call VESA BIOS 0x4f07 to set display start, return status. */
409 /* Call VESA BIOS 0x4f07 to get display start, return status. */
452 /* Call VESA BIOS 0x4f11 to get flat panel information, return status. */
467 /* Call VESA BIOS 0x4f15 to get DDC availability, return status. */
485 /* Call VESA BIOS 0x4f15 to read EDID information, return status. */
506 grub_vbe_status_t status;
534 status = grub_vbe_bios_get_controller_info (vbe_ib);
535 if (status == GRUB_VBE_STATUS_OK)
576 grub_vbe_status_t status;
599 status = grub_vbe_bios_get_flat_panel_info (flat_panel_info);
600 if (status == GRUB_VBE_STATUS_OK)
614 grub_vbe_status_t status;
650 status = grub_vbe_bios_set_mode (vbe_mode, 0);
651 if (status != GRUB_VBE_STATUS_OK)
694 status = grub_vbe_bios_set_palette_data (GRUB_VIDEO_FBSTD_NUMCOLORS,
697 /* Just ignore the status. */
716 grub_vbe_status_t status;
724 status = grub_vbe_bios_get_mode (mode);
726 if (status != GRUB_VBE_STATUS_OK)
738 grub_vbe_status_t status;
749 status = grub_vbe_bios_get_mode_info (mode, mi_tmp);
750 if (status != GRUB_VBE_STATUS_OK)
814 grub_vbe_status_t status;
820 status = grub_vbe_bios_set_mode (initial_vbe_mode, 0);
821 if (status != GRUB_VBE_STATUS_OK)
1156 //status = grub_vbe_bios_set_palette_data (sizeof (vga_colors)