Home
last modified time | relevance | path

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

/external/grub/netboot/
Dmain.c318 await_reply (AWAIT_QDRAIN, 0, NULL, 0); in tftp()
599 await_reply (AWAIT_QDRAIN, 0, NULL, 0); in bootp()
819 if (type == AWAIT_QDRAIN) in await_reply()
Detherboot.h245 #define AWAIT_QDRAIN 5 /* drain queue, process ARP requests */ macro
Dfsys_tftp.c279 await_reply (AWAIT_QDRAIN, 0, NULL, 0); in send_rrq()
/external/grub/
DChangeLog4767 Call await_reply with AWAIT_QDRAIN.