Home
last modified time | relevance | path

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

/freebsd/stand/efi/loader/
H A Dmain.c388 match_boot_info(char *boot_info, size_t bisz) in match_boot_info() argument
422 if (bisz < sizeof(attr) + sizeof(fplen) + sizeof(CHAR16)) in match_boot_info()
425 ep = walker + bisz; in match_boot_info()
1229 size_t sz, bisz = 0; in main() local
1455 bisz = sz; in main()
1489 if (find_currdev(uefi_boot_mgr, boot_info, bisz) != 0) in main()