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

/u-boot/lib/efi_loader/
H A Defi_device_path.c265 ndp = efi_alloc(sz);
312 p = efi_alloc(sz1 + sz2 + end_size);
344 void *p = efi_alloc(sz + sizeof(END));
353 void *p = efi_alloc(sz + node->length + sizeof(END));
374 ret = efi_alloc(length);
396 p = efi_alloc(sz + szi + 2 * sizeof(END));
421 p = efi_alloc(sz + sizeof(END));
822 start = buf = efi_alloc(dp_part_size(desc, part) + sizeof(END));
849 buf = efi_alloc(dpsize);
909 buf = efi_alloc(dpsiz
[all...]
H A Defi_device_path_to_text.c36 out = efi_alloc(len);
H A Defi_memory.c673 * efi_alloc() - allocate boot services data pool memory
680 void *efi_alloc(size_t size) function
H A Defi_bootmgr.c206 label = efi_alloc(utf16_utf8_strlen(lo_label) + 1);
/u-boot/include/
H A Defi_loader.h769 void *efi_alloc(size_t len);
/u-boot/cmd/
H A Defidebug.c753 uridp = efi_alloc(uridp_len + sizeof(END));

Completed in 106 milliseconds