/src/sys/arch/cobalt/stand/boot/ |
boot.h | 72 int tlp_send(void *, char *, u_int);
|
nif_tlp.c | 138 rv = tlp_send(l, pkt, sendlen);
|
tlp.c | 302 tlp_send(void *dev, char *buf, u_int len) 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 | 202 tlp_send(void *dev, char *buf, unsigned len) function in typeref:typename:int
|