Lines Matching refs:efi_bs_call

198 	status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, len, (void **)&buf);  in efi_parse_options()
237 efi_bs_call(free_pool, buf); in efi_parse_options()
371 efi_bs_call(locate_protocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event()
380 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in efi_measure_tagged_event()
403 efi_bs_call(free_pool, evt); in efi_measure_tagged_event()
491 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, options_bytes, in efi_convert_cmdline()
530 efi_bs_call(free_pool, map); in efi_exit_boot_services()
537 status = efi_bs_call(exit_boot_services, handle, map->map_key); in efi_exit_boot_services()
554 status = efi_bs_call(get_memory_map, in efi_exit_boot_services()
570 status = efi_bs_call(exit_boot_services, handle, map->map_key); in efi_exit_boot_services()
651 status = efi_bs_call(locate_device_path, &lf2_proto_guid, &dp, &handle); in efi_load_initrd_dev_path()
655 status = efi_bs_call(handle_protocol, handle, &lf2_proto_guid, in efi_load_initrd_dev_path()
732 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, sizeof(initrd), in efi_load_initrd()
738 status = efi_bs_call(install_configuration_table, &tbl_guid, tbl); in efi_load_initrd()
747 efi_bs_call(free_pool, tbl); in efi_load_initrd()
776 status = efi_bs_call(create_event, EFI_EVT_TIMER, 0, NULL, NULL, &timer); in efi_wait_for_key()
780 status = efi_bs_call(set_timer, timer, EfiTimerRelative, in efi_wait_for_key()
786 status = efi_bs_call(wait_for_event, 2, events, &index); in efi_wait_for_key()
794 efi_bs_call(close_event, timer); in efi_wait_for_key()