Searched refs:bootnext (Results 1 – 4 of 4) sorted by relevance
| /u-boot/lib/efi_loader/ |
| A D | efi_bootmgr.c | 288 u16 bootnext, *bootorder; in efi_bootmgr_load() local 297 size = sizeof(bootnext); in efi_bootmgr_load() 300 NULL, &size, &bootnext, NULL); in efi_bootmgr_load() 314 ret = try_load_entry(bootnext, handle, in efi_bootmgr_load()
|
| A D | efi_capsule.c | 939 u16 boot_var16[9], *p, bootnext, *boot_order = NULL; in find_boot_device() local 947 bootnext = 0; in find_boot_device() 948 size = sizeof(bootnext); in find_boot_device() 951 NULL, &size, &bootnext, NULL); in find_boot_device() 958 sprintf((char *)boot_var, "Boot%04X", bootnext); in find_boot_device()
|
| /u-boot/cmd/ |
| A D | bootmenu.c | 448 u16 bootnext; in handle_uefi_bootnext() local 465 NULL, &size, &bootnext, NULL); in handle_uefi_bootnext()
|
| A D | efidebug.c | 1163 u16 bootnext; in do_efi_boot_next() local 1173 bootnext = (u16)hextoul(argv[1], &endp); in do_efi_boot_next() 1186 size, &bootnext, false); in do_efi_boot_next()
|
Completed in 11 milliseconds