Home
last modified time | relevance | path

Searched refs:clpp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_rdma.c530 *clpp = NULL; in clnt_setup_long_reply()
534 *clpp = clist_alloc(); in clnt_setup_long_reply()
537 (*clpp)->rb_longbuf.type = RDMA_LONG_BUFFER; in clnt_setup_long_reply()
540 clist_free(*clpp); in clnt_setup_long_reply()
541 *clpp = NULL; in clnt_setup_long_reply()
545 (*clpp)->u.c_daddr3 = (*clpp)->rb_longbuf.addr; in clnt_setup_long_reply()
546 (*clpp)->c_len = (*clpp)->rb_longbuf.len; in clnt_setup_long_reply()
547 (*clpp)->c_next = NULL; in clnt_setup_long_reply()
548 (*clpp)->c_dmemhandle = (*clpp)->rb_longbuf.handle; in clnt_setup_long_reply()
553 clist_free(*clpp); in clnt_setup_long_reply()
[all …]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c635 struct netconfig *nconf, char *host, CLIENT **clpp, struct timeval *tp) in __rpcb_findaddr_timed() argument
1054 if (clpp != NULL) { in __rpcb_findaddr_timed()
1055 *clpp = client; in __rpcb_findaddr_timed()