Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c980 if (!xdr_nfs_cb_argop4(&xdrm, &one_op)) { in sum_cb_compound4args()
981 xdr_free(xdr_nfs_cb_argop4, (char *)&one_op); in sum_cb_compound4args()
994 xdr_free(xdr_nfs_cb_argop4, (char *)&one_op); in sum_cb_compound4args()
1122 if (!xdr_nfs_cb_argop4(&xdrm, &one_op)) { in detail_cb_argop4()
1123 xdr_free(xdr_nfs_cb_argop4, (char *)&one_op); in detail_cb_argop4()
1136 xdr_free(xdr_nfs_cb_argop4, (char *)&one_op); in detail_cb_argop4()
H A Dnfs4_xdr.c2903 xdr_nfs_cb_argop4(register XDR *xdrs, nfs_cb_argop4 *objp) in xdr_nfs_cb_argop4() function
2966 sizeof (nfs_cb_argop4), (xdrproc_t)xdr_nfs_cb_argop4)) in xdr_CB_COMPOUND4args()