Lines Matching refs:boottime
66 static struct efi_boot_services *boottime; variable
108 boottime->copy_mem(p.eth_hdr.et_dest, (void *)BROADCAST_MAC, ARP_HLEN); in send_dhcp_discover()
109 boottime->copy_mem(p.eth_hdr.et_src, &net->mode->current_address, in send_dhcp_discover()
122 boottime->set_mem(&p.ip_udp.ip_dst, 4, 0xff); in send_dhcp_discover()
140 boottime->copy_mem(&p.dhcp_hdr.chaddr, in send_dhcp_discover()
184 boottime = systable->boottime; in setup()
189 ret = boottime->create_event(EVT_TIMER, TPL_CALLBACK, NULL, NULL, in setup()
198 ret = boottime->set_timer(timer, EFI_TIMER_PERIODIC, 10000000); in setup()
206 ret = boottime->locate_protocol(&efi_net_guid, NULL, (void **)&net); in setup()
304 boottime->wait_for_event(2, events, &index); in execute()
388 ret = boottime->set_timer(timer, EFI_TIMER_STOP, 0); in teardown()
396 ret = boottime->close_event(timer); in teardown()