Lines Matching refs:efi_bs_call
52 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in preserve_pci_rom_image()
93 efi_bs_call(free_pool, rom); in preserve_pci_rom_image()
116 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_efi_pci()
120 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_efi_pci()
128 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_efi_pci()
144 status = efi_bs_call(handle_protocol, h, &pci_proto, in setup_efi_pci()
162 efi_bs_call(free_pool, pci_handle); in setup_efi_pci()
173 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties()
187 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in retrieve_apple_device_properties()
198 efi_bs_call(free_pool, new); in retrieve_apple_device_properties()
344 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_uga()
349 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_uga()
363 status = efi_bs_call(handle_protocol, handle, uga_proto, in setup_uga()
369 efi_bs_call(handle_protocol, handle, &pciio_proto, &pciio); in setup_uga()
407 efi_bs_call(free_pool, uga_handle); in setup_uga()
426 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
433 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
443 efi_bs_call(exit, handle, status, 0, NULL); in efi_exit()
474 status = efi_bs_call(handle_protocol, handle, &proto, (void **)&image); in efi_pe_entry()
667 efi_bs_call(free_pool, *e820ext); in alloc_e820ext()
672 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in alloc_e820ext()
690 status = efi_bs_call(get_memory_map, &map_size, NULL, &map_key, in allocate_e820()