Lines Matching refs:boottime
22 static struct efi_boot_services *boottime; variable
42 boottime = systable->boottime; in setup()
44 ret = boottime->install_protocol_interface(&handle1, &guid1, in setup()
68 ret = boottime->uninstall_protocol_interface(handle1, &guid1, in teardown()
94 ret = boottime->handle_protocol(handle1, &guid1, &interface); in execute()
103 ret = boottime->open_protocol_information(handle1, &guid1, in execute()
115 ret = boottime->free_pool(entry_buffer); in execute()
120 ret = boottime->handle_protocol(handle1, &guid1, &interface); in execute()
125 ret = boottime->open_protocol_information(handle1, &guid1, in execute()
143 ret = boottime->free_pool(entry_buffer); in execute()
148 ret = boottime->open_protocol(handle1, &guid1, &interface, in execute()
155 ret = boottime->open_protocol_information(handle1, &guid1, in execute()
173 ret = boottime->free_pool(entry_buffer); in execute()
178 ret = boottime->close_protocol(handle1, &guid1, firmware_handle, NULL); in execute()
183 ret = boottime->open_protocol_information(handle1, &guid1, in execute()