Lines Matching refs:boottime
24 static struct efi_boot_services *boottime; variable
82 boottime = systable->boottime; in setup()
84 ret = boottime->install_protocol_interface(&handle1, &guid3, in setup()
96 ret = boottime->install_protocol_interface(&handle1, &guid1, in setup()
107 ret = boottime->install_multiple_protocol_interfaces(&handle2, in setup()
147 ret = boottime->handle_protocol(handle1, &guid3, (void **)&interface); in execute()
156 ret = boottime->handle_protocol(handle1, &guid2, (void **)&interface); in execute()
165 ret = boottime->locate_handle_buffer(ALL_HANDLES, NULL, NULL, in execute()
183 ret = boottime->free_pool(buffer); in execute()
201 ret = boottime->uninstall_multiple_protocol_interfaces( in execute()
221 ret = boottime->locate_handle_buffer(BY_PROTOCOL, &guid1, NULL, in execute()
242 boottime->set_mem(buffer, sizeof(efi_handle_t) * buffer_size, 0); in execute()
248 ret = boottime->locate_handle(BY_PROTOCOL, &guid1, NULL, in execute()
270 ret = boottime->free_pool(buffer); in execute()
279 ret = boottime->locate_protocol(&guid1, NULL, (void **)&interface); in execute()
292 ret = boottime->uninstall_multiple_protocol_interfaces( in execute()
305 ret = boottime->locate_handle_buffer(BY_PROTOCOL, &guid1, NULL, in execute()
320 boottime->set_mem(buffer, sizeof(efi_handle_t) * buffer_size, 0); in execute()
325 ret = boottime->protocols_per_handle(handle1, in execute()
346 ret = boottime->free_pool(prot_buffer); in execute()
355 ret = boottime->uninstall_protocol_interface(handle1, &guid1, in execute()
361 ret = boottime->handle_protocol(handle1, &guid1, (void **)&interface); in execute()
366 ret = boottime->uninstall_protocol_interface(handle1, &guid3, in execute()