Home
last modified time | relevance | path

Searched refs:results_ptr (Results 1 – 5 of 5) sorted by relevance

/openbsd/include/rpc/
H A Dpmap_rmt.h56 caddr_t results_ptr; member
/openbsd/lib/libc/rpc/
H A Dpmap_rmt.c86 r.results_ptr = resp; in pmap_rmtcall()
142 return ((*(crp->xdr_results))(xdrs, crp->results_ptr)); in xdr_rmtcallres()
283 r.results_ptr = resultsp; in clnt_broadcast()
H A Dclnt_tcp.c228 xdrproc_t xdr_results, caddr_t results_ptr, struct timeval timeout) in clnttcp_call() argument
299 } else if (! (*xdr_results)(xdrs, results_ptr)) { in clnttcp_call()
/openbsd/usr.bin/rusers/
H A Drusers.c442 (void)(*callback)(resp->results_ptr, &raddr); in get_reply()
448 (void)(*resp->xdr_results)(&xdr, resp->results_ptr); in get_reply()
543 res[0].results_ptr = (caddr_t)&up; in allhosts()
547 res[1].results_ptr = (caddr_t)&up3; in allhosts()
/openbsd/usr.sbin/ypbind/
H A Dypbind.c479 rmtcr.results_ptr = (caddr_t)&rmtcr_outval; in main()