Home
last modified time | relevance | path

Searched refs:bootnext (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_bootmgr.c223 u16 bootnext, *bootorder; in efi_bootmgr_load() local
232 bootnext = 0; in efi_bootmgr_load()
233 size = sizeof(bootnext); in efi_bootmgr_load()
236 NULL, &size, &bootnext)); in efi_bootmgr_load()
247 &bootnext)); in efi_bootmgr_load()
252 ret = try_load_entry(bootnext, handle); in efi_bootmgr_load()
/third_party/uboot/u-boot-2020.01/cmd/
Defidebug.c901 u16 bootnext; in do_efi_boot_next() local
911 bootnext = (u16)simple_strtoul(argv[1], &endp, 16); in do_efi_boot_next()
912 if (*endp != '\0' || bootnext > 0xffff) { in do_efi_boot_next()
924 size, &bootnext)); in do_efi_boot_next()