Searched refs:rscp_recv (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/ |
H A D | librsc.h | 60 * backward compatibility to obsolete functions: rscp_send(), rscp_recv(), 63 * request (rscp_send) and waited for a reply (rscp_recv) using two different 68 * temporary buffer. When the rscp_recv is called, it will return the 110 int rscp_recv(rscp_msg_t *, struct timespec *);
|
H A D | librsc.c | 67 /* obsolete functions (rscp_send, rscp_recv) */ 551 * Previously, rscp_send() and rscp_recv() where used to send a request and 558 * stored in a buffer (rsc_rx_buffer) to be returned by calling rscp_recv() 651 * Previously, rscp_send() and rscp_recv() where used to send a request and 663 rscp_recv(rscp_msg_t *msgp, struct timespec *timeout) function
|
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | wrappers.c | 87 if (rscp_recv(msg, timeout) != 0) {
|
H A D | modem_setup.c | 225 if (rscp_recv(&Message, &Timeout) != 0) {
|
Completed in 87 milliseconds