Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/
H A Ddefine_SIGNAL_ARGS.patch13 --- a/src/include/pool_type.h
14 +++ b/src/include/pool_type.h
/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c440 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 Defi_boottime.c391 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 Defi_loader.h379 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size,