Searched refs:rdr_snd_raw (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_messages.c178 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);
1447 err = rdr_snd_raw(fd, data, data_sz, timeout);
1457 * rdr_snd_raw:
1463 rdr_snd_raw(int fd, char *msg, int data_sz, int timeout) function

Completed in 64 milliseconds