• Home
  • Raw
  • Download

Lines Matching refs:efi_bs_call

51 	status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size,  in preserve_pci_rom_image()
92 efi_bs_call(free_pool, rom); in preserve_pci_rom_image()
115 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_efi_pci()
119 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_efi_pci()
127 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_efi_pci()
143 status = efi_bs_call(handle_protocol, h, &pci_proto, in setup_efi_pci()
161 efi_bs_call(free_pool, pci_handle); in setup_efi_pci()
172 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties()
186 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in retrieve_apple_device_properties()
197 efi_bs_call(free_pool, new); in retrieve_apple_device_properties()
240 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_uga()
245 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_uga()
259 status = efi_bs_call(handle_protocol, handle, uga_proto, in setup_uga()
265 efi_bs_call(handle_protocol, handle, &pciio_proto, &pciio); in setup_uga()
303 efi_bs_call(free_pool, uga_handle); in setup_uga()
322 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
329 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
339 efi_bs_call(exit, handle, status, 0, NULL); in efi_exit()
372 status = efi_bs_call(handle_protocol, handle, &proto, (void **)&image); in efi_pe_entry()
565 efi_bs_call(free_pool, *e820ext); in alloc_e820ext()
570 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in alloc_e820ext()
588 status = efi_bs_call(get_memory_map, &map_size, NULL, &map_key, in allocate_e820()