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

/freebsd-12-stable/stand/efi/loader/
H A Dmain.c325 match_boot_info(char *boot_info, size_t bisz) argument
359 if (bisz < sizeof(attr) + sizeof(fplen) + sizeof(CHAR16))
362 ep = walker + bisz;
871 size_t sz, bosz = 0, bisz = 0; local
1086 bisz = sz;
1120 if (find_currdev(uefi_boot_mgr, is_last, boot_info, bisz) != 0)

Completed in 79 milliseconds