/titanic_44/usr/src/lib/libbc/inc/include/rpc/ |
H A D | xdr.h | 113 } *x_ops; member 130 (*(xdrs)->x_ops->x_getlong)(xdrs, longp) 132 (*(xdrs)->x_ops->x_getlong)(xdrs, longp) 135 (*(xdrs)->x_ops->x_putlong)(xdrs, longp) 137 (*(xdrs)->x_ops->x_putlong)(xdrs, longp) 140 (*(xdrs)->x_ops->x_getbytes)(xdrs, addr, len) 142 (*(xdrs)->x_ops->x_getbytes)(xdrs, addr, len) 145 (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len) 147 (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len) 150 (*(xdrs)->x_ops->x_getpostn)(xdrs) [all …]
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | xdr.h | 115 struct xdr_ops *x_ops; member 186 (*(xdrs)->x_ops->x_getlong)(xdrs, longp) 188 (*(xdrs)->x_ops->x_getlong)(xdrs, longp) 191 (*(xdrs)->x_ops->x_putlong)(xdrs, longp) 193 (*(xdrs)->x_ops->x_putlong)(xdrs, longp) 207 (*(xdrs)->x_ops->x_getlong)(xdrs, (long *)int32p) 209 (*(xdrs)->x_ops->x_getlong)(xdrs, (long *)int32p) 212 (*(xdrs)->x_ops->x_putlong)(xdrs, (long *)int32p) 214 (*(xdrs)->x_ops->x_putlong)(xdrs, (long *)int32p) 219 (*(xdrs)->x_ops->x_getint32)(xdrs, int32p) [all …]
|
H A D | xdrrdma_sizeof.c | 208 xdrs->x_ops = xdrrdma_xops(); in xdrrdma_common() 234 x.x_ops = &ops; in xdrrdma_sizeof() 259 x.x_ops = &ops; in xdrrdma_authsize()
|
H A D | xdr_sizeof.c | 137 x.x_ops = &ops; in xdr_sizeof()
|
H A D | xdr_mem.c | 62 xdrs->x_ops = xdrmem_ops(); in xdrmem_create()
|
H A D | svc_rdma.c | 575 xdrs->x_ops = &xdrrdmablk_ops; in svc_rdma_krecv() 1038 if (clone_xprt->xp_xdrout.x_ops != NULL) { in svc_rdma_ksend() 1058 if (xdrs_rhdr.x_ops != NULL) { in svc_rdma_ksend()
|
H A D | xdr_rdma.c | 309 xdrs->x_ops = &xdrrdma_ops; in xdrrdma_create() 1386 if (xdrs->x_ops != &xdrrdma_ops || xdrs->x_ops == xops) in xdrrdma_send_read_data()
|
H A D | xdr_mblk.c | 85 xdrs->x_ops = &xdrmblk_ops; in xdrmblk_init()
|
/titanic_44/usr/src/lib/libwanbootutil/common/ |
H A D | key_util.c | 215 xdrs.x_ops = NULL; in wbku_find_key() 217 if (xdrs.x_ops == NULL) { in wbku_find_key() 310 xdrs.x_ops = NULL; in wbku_write_key() 312 if (xdrs.x_ops == NULL) { in wbku_write_key() 365 from_xdrs.x_ops = NULL; in wbku_delete_key() 367 if (from_xdrs.x_ops == NULL) { in wbku_delete_key() 371 to_xdrs.x_ops = NULL; in wbku_delete_key() 373 if (to_xdrs.x_ops == NULL) { in wbku_delete_key()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | svid_funcs.c | 151 (*(xdrs)->x_ops->x_destroy)(xdrs); in xdr_destroy() 157 return ((*(xdrs)->x_ops->x_getpostn)(xdrs)); in xdr_getpos() 163 return ((*(xdrs)->x_ops->x_inline)(xdrs, len)); in xdr_inline() 169 return ((*(xdrs)->x_ops->x_setpostn)(xdrs, pos)); in xdr_setpos()
|
H A D | auth_none.c | 112 res = (*xdrs->x_ops->x_putbytes)(xdrs, in authnone_marshal()
|
H A D | xdr_sizeof.c | 151 x.x_ops = &ops; in xdr_sizeof()
|
H A D | xdr_stdio.c | 64 xdrs->x_ops = xdrstdio_ops(); in xdrstdio_create()
|
H A D | svc_vc.c | 507 cd->xdrs.x_ops = NULL; in makefd_xprt() 510 if (cd->xdrs.x_ops == NULL) { in makefd_xprt() 565 if (svc_xdrs[fd]->x_ops == NULL) { in makefd_xprt() 639 cd->xdrs.x_ops = NULL; in svc_fd_xprtcopy() 642 if (cd->xdrs.x_ops == NULL) { in svc_fd_xprtcopy()
|
H A D | xdr_mem.c | 73 xdrs->x_ops = xdrmem_ops(); in xdrmem_create()
|
H A D | clnt_vc.c | 357 ct->ct_xdrs.x_ops = NULL; in _clnt_vc_create_timed() 360 if (ct->ct_xdrs.x_ops == NULL) { in _clnt_vc_create_timed()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_xdr.c | 151 if (xdrs->x_ops == &xdrmblk_ops) { in xdr_writeargs() 155 if (xdrs->x_ops == &xdrrdmablk_ops) { in xdr_writeargs() 189 if (xdrs->x_ops == &xdrmblk_ops) { in xdr_writeargs() 194 if (xdrs->x_ops == &xdrrdmablk_ops) { in xdr_writeargs() 364 if ((xdrs->x_ops == &xdrrdma_ops || xdrs->x_ops == xops) && in xdr_readlink() 437 if (xdrs->x_ops == xops && xdrs->x_op == XDR_ENCODE) { in xdr_readargs() 443 if (xdrs->x_ops != &xdrrdma_ops || xdrs->x_op == XDR_FREE) in xdr_readargs() 479 if (xdrs->x_ops == &xdrrdma_ops || xdrs->x_ops == xops) { in xdr_rrok() 542 if (mp != NULL && xdrs->x_ops == &xdrmblk_ops) { in xdr_rrok() 684 if ((xdrs->x_ops == &xdrrdma_ops || xdrs->x_ops == xops) && in xdr_rddirargs()
|
H A D | nfs3_xdr.c | 1215 if ((xdrs->x_ops == &xdrrdma_ops || xdrs->x_ops == xops) && in xdr_READLINK3args() 1273 if (xdrs->x_ops == xops && xdrs->x_op == XDR_ENCODE) { in xdr_READ3args() 1279 if (xdrs->x_ops != &xdrrdma_ops || xdrs->x_op == XDR_FREE) in xdr_READ3args() 1332 if (xdrs->x_ops == &xdrmblk_ops) { in xdr_READ3res() 1427 if (xdrs->x_ops == &xdrrdma_ops) { in xdr_READ3vres() 1514 if (xdrs->x_ops == &xdrmblk_ops) { in xdr_READ3uiores() 1544 if (xdrs->x_ops == &xdrrdma_ops) { in xdr_READ3uiores() 1636 if (xdrs->x_ops == &xdrmblk_ops) { in xdr_WRITE3args() 1645 if (xdrs->x_ops == &xdrrdmablk_ops) { in xdr_WRITE3args() 1993 if ((xdrs->x_ops == &xdrrdma_ops || xdrs->x_ops == xops) && in xdr_READDIR3args() [all …]
|
H A D | nfs4_xdr.c | 3326 if (xdrs->x_ops == xops && xdrs->x_op == XDR_ENCODE) { in xdr_READ4args() 3332 if (xdrs->x_ops != &xdrrdma_ops || xdrs->x_op == XDR_FREE) in xdr_READ4args() 3389 if (xdrs->x_ops == &xdrmblk_ops) { in xdr_READ4res() 3470 if (xdrs->x_ops == &xdrmblk_ops) { in xdr_READ4res_clnt() 3500 if (xdrs->x_ops == &xdrrdma_ops) { in xdr_READ4res_clnt() 3586 if (xdrs->x_ops == &xdrrdma_ops) { in xdr_READ4res_clnt() 3634 if ((xdrs->x_ops == &xdrrdma_ops || xdrs->x_ops == xops) && in xdr_READDIR4args() 3682 if (xdrs->x_ops == &xdrmblk_ops) { in xdr_READDIR4res() 3895 if (xdrs->x_ops == &xdrmblk_ops) { in xdr_WRITE4args() 3901 if (xdrs->x_ops == &xdrrdmablk_ops) { in xdr_WRITE4args() [all …]
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | auth_none.c | 88 return ((*xdrs->x_ops->x_putbytes)(xdrs, in authnone_marshal()
|
H A D | xdr_rec.c | 160 xdrs->x_ops = xdrrec_ops(); in xdrrec_create()
|
/titanic_44/usr/src/lib/krb5/kadm5/srv/ |
H A D | xdr_alloc.c | 90 xdrs->x_ops = &xdralloc_ops; in xdralloc_create()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_log.c | 468 xdrm.x_ops = NULL; in cachefs_log_write_header() 470 if ((xdrm.x_ops == NULL) || in cachefs_log_write_header() 472 if (xdrm.x_ops != NULL) in cachefs_log_write_header() 486 xdrm.x_ops = NULL; in cachefs_log_write_header() 516 if (xdrm.x_ops != NULL) in cachefs_log_write_header() 597 xdrm.x_ops = NULL; in cachefs_log_process_queue() 663 if (xdrm.x_ops != NULL) in cachefs_log_process_queue()
|
/titanic_44/usr/src/cmd/fs.d/cachefs/common/ |
H A D | stats_create.c | 304 if (st->st_logxdr.x_ops != NULL) in stats_destroy()
|
/titanic_44/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_comm.c | 151 connection->conn_xdrs.x_ops = 0; in ndmp_create_connection() 156 if (connection->conn_xdrs.x_ops == 0) { in ndmp_create_connection()
|