Searched refs:xdr_netbuf (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/common/rpc/ |
H A D | rpcb_prot.x | 323 %extern "C" bool_t xdr_netbuf(XDR *, struct netbuf *); 326 %extern bool_t xdr_netbuf(XDR *, struct netbuf *); 329 %bool_t xdr_netbuf(); 546 %extern bool_t xdr_netbuf(XDR *, struct netbuf *);
|
H A D | rpcb_prot.c | 110 xdr_netbuf(XDR *xdrs, struct netbuf *objp) in xdr_netbuf() function
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_prot.x | 44 %extern "C" bool_t xdr_netbuf(XDR *, struct netbuf *); 47 %extern bool_t xdr_netbuf(XDR *, struct netbuf *); 50 %bool_t xdr_netbuf();
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc.c | 169 xdr_result = xdr_netbuf; in rpcb_service_3() 174 xdr_argument = xdr_netbuf; in rpcb_service_3()
|
H A D | rpcb_svc_4.c | 154 xdr_result = xdr_netbuf; in rpcb_service_4() 159 xdr_argument = xdr_netbuf; in rpcb_service_4()
|
/titanic_41/usr/src/lib/libnsl/yp/ |
H A D | yp_b_xdr.c | 67 sizeof (struct netbuf), xdr_netbuf)) in xdr_ypbind_binding()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | rpcb_prot.c | 255 xdr_netbuf(XDR *xdrs, struct netbuf *objp) in xdr_netbuf() function
|
H A D | rpcb_clnt.c | 1296 CLNT_CALL(client, RPCBPROC_TADDR2UADDR, (xdrproc_t)xdr_netbuf, in rpcb_taddr2uaddr() 1333 (char *)&uaddr, (xdrproc_t)xdr_netbuf, (char *)taddr, in rpcb_uaddr2taddr()
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 711 xdr_netbuf;
|
H A D | llib-lnsl | 728 bool_t xdr_netbuf(XDR *xdrs, struct netbuf *objp);
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid_server.c | 1076 (xdrproc_t)xdr_netbuf)) in xdr_nfs_fsl_info()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_log_xdr.c | 207 return (xdr_netbuf(xdrs, pnb)); in xdr_nfslog_request_record()
|
H A D | nfs4_xdr.c | 59 extern bool_t xdr_netbuf(XDR *, struct netbuf *); 192 (xdrproc_t)xdr_netbuf)) in xdr_nfs_fsl_info()
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfs_log_xdr.c | 275 if (!xdr_netbuf(xdrs, &objp->re_ipaddr)) in xdr_nfslog_request_record()
|