Home
last modified time | relevance | path

Searched refs:await_reply (Results 1 – 4 of 4) sorted by relevance

/external/grub/netboot/
Dmain.c279 if (await_reply (AWAIT_ARP, arpentry, arpreq.tipaddr, timeout)) in udp_transmit()
318 await_reply (AWAIT_QDRAIN, 0, NULL, 0); in tftp()
338 if (! await_reply (AWAIT_TFTP, iport, NULL, timeout)) in tftp()
512 if (await_reply (AWAIT_RARP, 0, rarpreq.shwaddr, timeout)) in rarp()
599 await_reply (AWAIT_QDRAIN, 0, NULL, 0); in bootp()
605 if (await_reply (AWAIT_BOOTP, 0, NULL, timeout)) in bootp()
611 if (await_reply (AWAIT_BOOTP, 0, NULL, timeout)) in bootp()
656 if (await_reply (AWAIT_BOOTP, 0, NULL, timeout)) in bootp()
739 await_reply (int type, int ival, void *ptr, int timeout) in await_reply() function
Dfsys_tftp.c68 if (! await_reply (AWAIT_TFTP, iport, NULL, timeout)) in buf_fill()
279 await_reply (AWAIT_QDRAIN, 0, NULL, 0); in send_rrq()
Detherboot.h501 extern int await_reply (int type, int ival, void *ptr, int timeout);
/external/grub/
DChangeLog4767 Call await_reply with AWAIT_QDRAIN.
4776 (await_reply): Likewise.
5350 (await_reply): Check for Control-C instead of ESC, because GRUB
5412 await_reply returns successfully.
5414 await_reply. Don't call await_reply here any more.