/src/sys/arch/cobalt/stand/boot/ |
boot.h | 73 int tlp_recv(void *, char *, u_int, u_int);
|
nif_tlp.c | 113 len = tlp_recv(l, pkt, maxlen, timeout);
|
tlp.c | 330 tlp_recv(void *dev, char *buf, u_int maxlen, u_int timo) function in typeref:typename:int
|
/src/sys/arch/sandpoint/stand/altboot/ |
nif.c | 58 { "tlp", tlp_match, tlp_init, tlp_send, tlp_recv },
|
tlp.c | 232 tlp_recv(void *dev, char *buf, unsigned maxlen, unsigned timo) function in typeref:typename:int
|