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()
271 status = efi_bs_call(locate_protocol, &APPLE_SET_OS_PROTOCOL_GUID, NULL, in apple_set_os()
379 status = efi_bs_call(locate_protocol, &mem_acceptance_proto, NULL, in setup_unaccepted_memory()
421 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_uga()
426 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_uga()
440 status = efi_bs_call(handle_protocol, handle, uga_proto, in setup_uga()
446 efi_bs_call(handle_protocol, handle, &pciio_proto, &pciio); in setup_uga()
484 efi_bs_call(free_pool, uga_handle); in setup_uga()
503 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
510 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
520 efi_bs_call(exit, handle, status, 0, NULL); in efi_exit()
551 status = efi_bs_call(handle_protocol, handle, &proto, (void **)&image); in efi_pe_entry()
724 efi_bs_call(free_pool, *e820ext); in alloc_e820ext()
729 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in alloc_e820ext()
760 efi_bs_call(free_pool, map); in allocate_e820()
970 efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_stub_entry()