Searched refs:rdr_snd_raw (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rdr_messages.c | 178 static int rdr_snd_raw(int fd, char *msg, int data_sz, int timeout); 1436 err = rdr_snd_raw(fd, (char *)hdr, RDR_MSG_HDR_SIZE, timeout); in rdr_snd() 1447 err = rdr_snd_raw(fd, data, data_sz, timeout); in rdr_snd() 1463 rdr_snd_raw(int fd, char *msg, int data_sz, int timeout) in rdr_snd_raw() function
|