Searched refs:xdrrec_endofrecord (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_comm.c | 442 (void) xdrrec_endofrecord(&connection->conn_xdrs, 1); in ndmp_send_request() 451 (void) xdrrec_endofrecord(&connection->conn_xdrs, 1); in ndmp_send_request() 455 (void) xdrrec_endofrecord(&connection->conn_xdrs, 1); in ndmp_send_request() 577 (void) xdrrec_endofrecord(&connection->conn_xdrs, 1); in ndmp_send_response() 588 (void) xdrrec_endofrecord(&connection->conn_xdrs, 1); in ndmp_send_response() 592 (void) xdrrec_endofrecord(&connection->conn_xdrs, 1); in ndmp_send_response()
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | clnt_btcp.c | 65 extern bool_t xdrrec_endofrecord(); 325 (void) xdrrec_endofrecord(xdrs, TRUE); in clntbtcp_call() 331 if (!xdrrec_endofrecord(xdrs, shipnow)) { in clntbtcp_call()
|
H A D | xdr_rec.c | 435 xdrrec_endofrecord(XDR *xdrs, bool_t sendnow) in xdrrec_endofrecord() function
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 251 (void) xdrrec_endofrecord(xdrs, TRUE); in clnttcp_call() 254 if (! xdrrec_endofrecord(xdrs, shipnow)) in clnttcp_call()
|
H A D | svc_tcp.c | 409 (void) xdrrec_endofrecord(xdrs, TRUE);
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_vc.c | 692 (void) xdrrec_endofrecord(xdrs, TRUE); in clnt_vc_call() 703 (void) xdrrec_endofrecord(xdrs, TRUE); in clnt_vc_call() 708 if (!xdrrec_endofrecord(xdrs, shipnow)) { in clnt_vc_call() 834 (void) xdrrec_endofrecord(xdrs, TRUE); in clnt_vc_send() 845 (void) xdrrec_endofrecord(xdrs, TRUE); in clnt_vc_send() 857 (void) xdrrec_endofrecord(xdrs, TRUE); in clnt_vc_send()
|
H A D | xdr_rec.c | 586 xdrrec_endofrecord(XDR *xdrs, bool_t sendnow) in xdrrec_endofrecord() function
|
H A D | svc_vc.c | 1755 (void) xdrrec_endofrecord(xdrs, TRUE); in svc_vc_reply()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | xdr.h | 575 extern bool_t xdrrec_endofrecord(XDR *, bool_t); 586 extern bool_t xdrrec_endofrecord();
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 304 xdrrec_endofrecord.3nsl \ 520 xdrrec_endofrecord.3nsl := LINKSRC = xdr_admin.3nsl
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 315 xdrrec_endofrecord;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3nsl.inc | 318 link path=usr/share/man/man3nsl/xdrrec_endofrecord.3nsl target=xdr_admin.3nsl
|