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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c143 * Set the client's CLSET_NODELAYONERR option to true. The
152 if (clnt_control(rpcp->nr_handle, CLSET_NODELAYONERR,
154 NLM_ERR("Unable to set CLSET_NODELAYONERR\n");
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c586 if (!CLNT_CONTROL(client, CLSET_NODELAYONERR, (char *)&clset)) {
587 MINUTE(("get_pmap_addr - unable to set CLSET_NODELAYONERR\n"));
702 if (!CLNT_CONTROL(client, CLSET_NODELAYONERR, (char *)&clset)) {
703 MINUTE(("get_rpcb_addr - unable to set CLSET_NODELAYONERR\n"));
830 if (!CLNT_CONTROL(*clientp, CLSET_NODELAYONERR, (char *)&clset)) {
831 MINUTE(("get_rpc_handle - unable to set CLSET_NODELAYONERR\n"));
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h659 #define CLSET_NODELAYONERR 10003 /* Set enable/disable of delay on */ macro
H A Dclnt_cots.c376 /* for CLSET_NODELAYONERR */
694 case CLSET_NODELAYONERR:

Completed in 111 milliseconds