Lines Matching refs:boottime
19 static struct efi_boot_services *boottime; variable
49 ret = boottime->open_protocol_information(handle, protocol, in count_child_controllers()
60 ret = boottime->free_pool(entry_buffer); in count_child_controllers()
82 ret = boottime->open_protocol( in supported()
95 ret = boottime->close_protocol( in supported()
121 ret = boottime->open_protocol( in start()
139 ret = boottime->install_protocol_interface( in start()
146 ret = boottime->open_protocol( in start()
171 ret = boottime->close_protocol( in disconnect_child()
178 ret = boottime->uninstall_protocol_interface( in disconnect_child()
220 ret = boottime->open_protocol_information( in stop()
237 ret = boottime->free_pool(entry_buffer); in stop()
242 ret = boottime->close_protocol( in stop()
273 boottime = systable->boottime; in setup()
276 ret = boottime->install_protocol_interface( in setup()
284 ret = boottime->install_protocol_interface( in setup()
315 ret = boottime->connect_controller(handle_controller, NULL, NULL, 1); in execute()
328 ret = boottime->disconnect_controller(handle_controller, in execute()
343 ret = boottime->disconnect_controller(handle_controller, NULL, NULL); in execute()
357 ret = boottime->connect_controller(handle_controller, NULL, NULL, 1); in execute()
370 ret = boottime->uninstall_protocol_interface(handle_controller, in execute()
379 ret = boottime->reinstall_protocol_interface(handle_controller, in execute()
395 ret = boottime->uninstall_protocol_interface(handle_controller, in execute()