Searched refs:waitforack (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 420 static int waitforack(calllist_t *, t_scalar_t, const struct timeval *, bool_t); 2716 error = waitforack(e, T_INFO_ACK, waitp, nosignal); in connmgr_connect() 2902 error = waitforack(e, T_OPTMGMT_ACK, &waitp, 1); in connmgr_getopt_int() 2994 error = waitforack(e, T_OPTMGMT_ACK, &waitp, 1); in connmgr_setopt_int() 3710 waitforack(calllist_t *e, t_scalar_t ack_prim, const struct timeval *waitp, in waitforack() function
|