Lines Matching refs:efi_bs_call

57 	status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, len, (void **)&buf);  in efi_parse_options()
104 efi_bs_call(free_pool, buf); in efi_parse_options()
238 efi_bs_call(locate_protocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event()
247 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in efi_measure_tagged_event()
270 efi_bs_call(free_pool, evt); in efi_measure_tagged_event()
358 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, options_bytes, in efi_convert_cmdline()
400 efi_bs_call(free_pool, map); in efi_exit_boot_services()
404 status = efi_bs_call(exit_boot_services, handle, map->map_key); in efi_exit_boot_services()
421 status = efi_bs_call(get_memory_map, in efi_exit_boot_services()
437 status = efi_bs_call(exit_boot_services, handle, map->map_key); in efi_exit_boot_services()
518 status = efi_bs_call(locate_device_path, &lf2_proto_guid, &dp, &handle); in efi_load_initrd_dev_path()
522 status = efi_bs_call(handle_protocol, handle, &lf2_proto_guid, in efi_load_initrd_dev_path()
598 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, sizeof(initrd), in efi_load_initrd()
604 status = efi_bs_call(install_configuration_table, &tbl_guid, tbl); in efi_load_initrd()
613 efi_bs_call(free_pool, tbl); in efi_load_initrd()
642 status = efi_bs_call(create_event, EFI_EVT_TIMER, 0, NULL, NULL, &timer); in efi_wait_for_key()
646 status = efi_bs_call(set_timer, timer, EfiTimerRelative, in efi_wait_for_key()
652 status = efi_bs_call(wait_for_event, 2, events, &index); in efi_wait_for_key()
660 efi_bs_call(close_event, timer); in efi_wait_for_key()
692 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_remap_image()