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

/osnet-11/usr/src/grub/grub2/grub-core/loader/ia64/efi/
H A Dlinux.c103 static struct ia64_boot_param *boot_param; variable in typeref:struct:ia64_boot_param
207 if (boot_param)
213 payload = (struct ia64_boot_payload *)boot_param->payloads_chain;
226 grub_efi_free_pages ((grub_efi_physical_address_t)boot_param,
228 boot_param = 0;
317 boot_param->console_info.num_cols = cols;
318 boot_param->console_info.num_rows = rows;
319 boot_param->console_info.orig_x = conout->mode->cursor_column;
320 boot_param->console_info.orig_y = conout->mode->cursor_row;
335 boot_param
[all...]

Completed in 27 milliseconds