OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:await_reply
(Results
1 - 3
of
3
) sorted by null
/external/grub/netboot/
main.c
279
if (
await_reply
(AWAIT_ARP, arpentry, arpreq.tipaddr, timeout))
318
await_reply
(AWAIT_QDRAIN, 0, NULL, 0);
338
if (!
await_reply
(AWAIT_TFTP, iport, NULL, timeout))
512
if (
await_reply
(AWAIT_RARP, 0, rarpreq.shwaddr, timeout))
599
await_reply
(AWAIT_QDRAIN, 0, NULL, 0);
605
if (
await_reply
(AWAIT_BOOTP, 0, NULL, timeout))
611
if (
await_reply
(AWAIT_BOOTP, 0, NULL, timeout))
656
if (
await_reply
(AWAIT_BOOTP, 0, NULL, timeout))
736
AWAIT_REPLY
- Wait until we get a response for our request
739
await_reply
(int type, int ival, void *ptr, int timeout
function
[
all
...]
fsys_tftp.c
68
if (!
await_reply
(AWAIT_TFTP, iport, NULL, timeout))
279
await_reply
(AWAIT_QDRAIN, 0, NULL, 0);
etherboot.h
501
extern int
await_reply
(int type, int ival, void *ptr, int timeout);
Completed in 145 milliseconds