Lines Matching refs:boottime
14 static struct efi_boot_services *boottime; variable
51 ret = boottime->calculate_crc32(table, hdr->headersize, &res); in check_table()
76 boottime = systable->boottime; in setup()
100 ret = boottime->create_event_ex(0, TPL_NOTIFY, in execute()
109 ret = boottime->install_configuration_table(&table_guid, NULL); in execute()
119 ret = boottime->check_event(event); in execute()
136 ret = boottime->install_configuration_table(&table_guid, in execute()
143 ret = boottime->check_event(event); in execute()
174 ret = boottime->install_configuration_table(&table_guid, in execute()
181 ret = boottime->check_event(event); in execute()
219 ret = boottime->install_configuration_table(&table_guid, NULL); in execute()
225 ret = boottime->check_event(event); in execute()
248 ret = boottime->close_event(event); in execute()