Lines Matching refs:boottime

15 static struct efi_boot_services *boottime;  variable
38 boottime = systable->boottime; in setup()
41 ret = boottime->locate_protocol(&hii_database_protocol_guid, NULL, in setup()
50 ret = boottime->locate_protocol(&hii_string_protocol_guid, NULL, in setup()
194 ret = boottime->allocate_pool(EFI_LOADER_DATA, handles_size, in test_hii_database_list_package_lists()
208 ret = boottime->free_pool(handles); in test_hii_database_list_package_lists()
226 ret = boottime->allocate_pool(EFI_LOADER_DATA, handles_size, in test_hii_database_list_package_lists()
242 ret = boottime->free_pool(handles); in test_hii_database_list_package_lists()
260 ret = boottime->allocate_pool(EFI_LOADER_DATA, handles_size, in test_hii_database_list_package_lists()
276 ret = boottime->free_pool(handles); in test_hii_database_list_package_lists()
295 ret = boottime->allocate_pool(EFI_LOADER_DATA, handles_size, in test_hii_database_list_package_lists()
311 ret = boottime->free_pool(handles); in test_hii_database_list_package_lists()
422 ret = boottime->allocate_pool(EFI_LOADER_DATA, guids_size, in test_hii_database_find_keyboard_layouts()
435 ret = boottime->free_pool(guids); in test_hii_database_find_keyboard_layouts()
508 ret = boottime->allocate_pool(EFI_LOADER_DATA, kb_layout_size, in test_hii_database_get_keyboard_layout()
521 ret = boottime->free_pool(kb_layout); in test_hii_database_get_keyboard_layout()
772 ret = boottime->allocate_pool(EFI_LOADER_DATA, string_len, in test_hii_string_get_string()
901 ret = boottime->allocate_pool(EFI_LOADER_DATA, languages_len, in test_hii_string_get_languages()
974 ret = boottime->allocate_pool(EFI_LOADER_DATA, languages_len, in test_hii_string_get_secondary_languages()