Searched refs:bootnext (Results 1 – 3 of 3) sorted by relevance
/u-boot/lib/efi_loader/ |
A D | efi_bootmgr.c | 165 u16 bootnext, *bootorder; in efi_bootmgr_load() local 174 size = sizeof(bootnext); in efi_bootmgr_load() 177 NULL, &size, &bootnext, NULL); in efi_bootmgr_load() 191 ret = try_load_entry(bootnext, handle, in efi_bootmgr_load()
|
A D | efi_capsule.c | 611 u16 boot_var16[9], *p, bootnext, *boot_order = NULL; in find_boot_device() local 619 bootnext = 0; in find_boot_device() 620 size = sizeof(bootnext); in find_boot_device() 623 NULL, &size, &bootnext, NULL); in find_boot_device() 630 sprintf((char *)boot_var, "Boot%04X", bootnext); in find_boot_device()
|
/u-boot/cmd/ |
A D | efidebug.c | 1232 u16 bootnext; in do_efi_boot_next() local 1242 bootnext = (u16)simple_strtoul(argv[1], &endp, 16); in do_efi_boot_next() 1255 size, &bootnext)); in do_efi_boot_next()
|
Completed in 9 milliseconds