Lines Matching refs:efi_bs_call

55 	status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, len, (void **)&buf);  in efi_parse_options()
94 efi_bs_call(free_pool, buf); in efi_parse_options()
228 efi_bs_call(locate_protocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event()
237 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in efi_measure_tagged_event()
260 efi_bs_call(free_pool, evt); in efi_measure_tagged_event()
348 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, options_bytes, in efi_convert_cmdline()
387 efi_bs_call(free_pool, map); in efi_exit_boot_services()
394 status = efi_bs_call(exit_boot_services, handle, map->map_key); in efi_exit_boot_services()
411 status = efi_bs_call(get_memory_map, in efi_exit_boot_services()
427 status = efi_bs_call(exit_boot_services, handle, map->map_key); in efi_exit_boot_services()
508 status = efi_bs_call(locate_device_path, &lf2_proto_guid, &dp, &handle); in efi_load_initrd_dev_path()
512 status = efi_bs_call(handle_protocol, handle, &lf2_proto_guid, in efi_load_initrd_dev_path()
588 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, sizeof(initrd), in efi_load_initrd()
594 status = efi_bs_call(install_configuration_table, &tbl_guid, tbl); in efi_load_initrd()
603 efi_bs_call(free_pool, tbl); in efi_load_initrd()
632 status = efi_bs_call(create_event, EFI_EVT_TIMER, 0, NULL, NULL, &timer); in efi_wait_for_key()
636 status = efi_bs_call(set_timer, timer, EfiTimerRelative, in efi_wait_for_key()
642 status = efi_bs_call(wait_for_event, 2, events, &index); in efi_wait_for_key()
650 efi_bs_call(close_event, timer); in efi_wait_for_key()
682 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_remap_image()