Lines Matching refs:status
98 grub_efi_status_t status;
103 status = efi_call_4 (gop->query_mode, gop, mode, &size, &info);
105 if (status)
118 grub_efi_status_t status;
121 status = efi_call_4 (gop->query_mode, gop, mode, &size, &info);
122 if (status)
276 /* Call VESA BIOS 0x4f09 to set palette data, return status. */
285 /* Call VESA BIOS 0x4f00 to get VBE Controller Information, return status. */
294 /* Call VESA BIOS 0x4f01 to get VBE Mode Information, return status. */
303 /* Call VESA BIOS 0x4f03 to return current VBE Mode, return status. */
321 /* Call VESA BIOS 0x4f06 to set scanline length (in bytes), return status. */
338 /* Call VESA BIOS 0x4f06 to return scanline length (in bytes), return status. */
347 /* Call VESA BIOS 0x4f07 to set display start, return status. */
365 /* Call VESA BIOS 0x4f07 to get display start, return status. */