Lines Matching full:uefi
3 * UEFI Shell-like command
22 * efi_get_device_handle_info() - get information of UEFI device
24 * @handle: Handle of UEFI device
52 * do_efi_show_devices() - show UEFI devices
61 * Show all UEFI devices and their information.
94 * efi_get_driver_handle_info() - get information of UEFI driver
96 * @handle: Handle of UEFI device
101 * Currently return no useful information as all UEFI drivers are
131 * do_efi_show_drivers() - show UEFI drivers
140 * Show all UEFI drivers and their information.
258 * do_efi_show_handles() - show UEFI handles
267 * Show all UEFI handles and their information, currently all protocols
319 * do_efi_show_images() - show UEFI images
328 * Show all UEFI loaded images and their information.
399 * do_efi_show_memmap() - show UEFI memory map
408 * Show UEFI memory map.
460 * do_efi_boot_add() - set UEFI load option
470 * Create or change UEFI load option.
551 * do_efi_boot_rm() - delete UEFI load options
560 * Delete UEFI load options.
596 * show_efi_boot_opt_data() - dump UEFI load option
599 * @data: Value of UEFI load option variable
601 * Decode the value of UEFI load option variable and print information.
641 * show_efi_boot_opt() - dump UEFI load option
645 * Dump information defined by UEFI load option.
677 * show_efi_boot_dump() - dump all UEFI load options
686 * Dump information of all UEFI load options defined.
729 * show_efi_boot_order() - show order of UEFI load options
733 * Show order of UEFI load options defined by BootOrder variable.
819 * do_efi_boot_next() - manage UEFI BootNext variable
863 * do_efi_boot_order() - manage UEFI BootOrder variable
872 * Show order of UEFI load options, or change it in BootOrder variable.
929 * do_efi_boot_opt() - manage UEFI load options
974 * do_efidebug() - display and configure UEFI environment
984 * configure UEFI environment.
998 /* Initialize UEFI drivers */ in do_efidebug()
1001 printf("Error: Cannot initialize UEFI sub-system, r = %lu\n", in do_efidebug()
1016 " - UEFI Shell-like interface to configure UEFI environment\n"
1019 " - set UEFI BootXXXX variable\n"
1020 " <load options> will be passed to UEFI application\n"
1022 " - delete UEFI BootXXXX variables\n"
1024 " - dump all UEFI BootXXXX variables\n"
1026 " - set UEFI BootNext variable\n"
1028 " - set/show UEFI boot order\n"
1031 " - show uefi devices\n"
1033 " - show uefi drivers\n"
1035 " - show uefi handles\n"
1039 " - show uefi memory map\n";
1044 "Configure UEFI environment",