Searched refs:pool_type (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/ |
| H A D | define_SIGNAL_ARGS.patch | 13 --- a/src/include/pool_type.h 14 +++ b/src/include/pool_type.h
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_memory.c | 440 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size, void **buffer) in efi_allocate_pool() argument 456 r = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, pool_type, num_pages, in efi_allocate_pool()
|
| H A D | efi_boottime.c | 391 static efi_status_t EFIAPI efi_allocate_pool_ext(int pool_type, in efi_allocate_pool_ext() argument 397 EFI_ENTRY("%d, %zd, %p", pool_type, size, buffer); in efi_allocate_pool_ext() 398 r = efi_allocate_pool(pool_type, size, buffer); in efi_allocate_pool_ext()
|
| /openbmc/u-boot/include/ |
| H A D | efi_loader.h | 379 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size,
|