Lines Matching refs:efi_bs_call

65 	status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size,  in preserve_pci_rom_image()
106 efi_bs_call(free_pool, rom); in preserve_pci_rom_image()
129 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_efi_pci()
133 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_efi_pci()
141 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_efi_pci()
157 status = efi_bs_call(handle_protocol, h, &pci_proto, in setup_efi_pci()
175 efi_bs_call(free_pool, pci_handle); in setup_efi_pci()
186 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties()
200 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in retrieve_apple_device_properties()
211 efi_bs_call(free_pool, new); in retrieve_apple_device_properties()
317 status = efi_bs_call(locate_protocol, &mem_acceptance_proto, NULL, in setup_unaccepted_memory()
356 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_uga()
361 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_uga()
375 status = efi_bs_call(handle_protocol, handle, uga_proto, in setup_uga()
381 efi_bs_call(handle_protocol, handle, &pciio_proto, &pciio); in setup_uga()
419 efi_bs_call(free_pool, uga_handle); in setup_uga()
438 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
445 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
455 efi_bs_call(exit, handle, status, 0, NULL); in efi_exit()
488 status = efi_bs_call(handle_protocol, handle, &proto, (void **)&image); in efi_pe_entry()
655 efi_bs_call(free_pool, *e820ext); in alloc_e820ext()
660 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in alloc_e820ext()
691 efi_bs_call(free_pool, map); in allocate_e820()
899 efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_stub_entry()