Home
last modified time | relevance | path

Searched refs:reply_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h90 typedef int (*reply_t)(int ival, void *ptr, unsigned short ptype, struct iphdr *ip, struct udphdr *… typedef
91 extern int await_reply P((reply_t reply, int ival, void *ptr, long timeout));
H A Dnic.c881 int await_reply(reply_t reply, int ival, void *ptr, long timeout) in await_reply()