Searched refs:xdr_bitmap4 (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | nfs4_xdr.c | 75 xdr_bitmap4(register XDR *xdrs, bitmap4 *objp) in xdr_bitmap4() function 385 if (!xdr_bitmap4(xdrs, objp)) in xdr_fattr4_supported_attrs() 901 if (!xdr_bitmap4(xdrs, &objp->attrmask)) in xdr_fattr4() 1138 if (!xdr_bitmap4(xdrs, &objp->attrset)) in xdr_CREATE4resok() 1198 if (!xdr_bitmap4(xdrs, &objp->attr_request)) in xdr_GETATTR4args() 1740 if (!xdr_bitmap4(xdrs, &objp->attrset)) in xdr_OPEN4resok() 1958 if (!xdr_bitmap4(xdrs, &objp->attr_request)) in xdr_READDIR4args() 2278 if (!xdr_bitmap4(xdrs, &objp->attrsset)) in xdr_SETATTR4res() 2833 if (!xdr_bitmap4(xdrs, &objp->attr_request)) in xdr_CB_GETATTR4args()
|
H A D | snoop_nfs4.c | 3984 if (!xdr_bitmap4(xdr, &val)) in prt_supported_attrs() 3988 xdr_free(xdr_bitmap4, (char *)&val); in prt_supported_attrs()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_xdr.c | 65 xdr_bitmap4(XDR *xdrs, bitmap4 *objp) in xdr_bitmap4() function 907 if (!xdr_bitmap4(xdrs, &gesp->n4g_suppattrs)) in xdr_ga_fattr_res() 2259 if (!xdr_bitmap4(xdrs, &resbmap)) in xdr_READDIR4res_clnt() 2433 if (!xdr_bitmap4(xdrs, &resbmap)) in xdr_ga_res() 2518 if (!xdr_bitmap4(xdrs, &objp->attrmask)) in xdr_fattr4() 2673 return (xdr_bitmap4(xdrs, &objp->attrset)); in xdr_CREATE4res() 3173 if (!xdr_bitmap4(xdrs, &objp->attrset)) in xdr_OPEN4res() 3649 return (xdr_bitmap4(xdrs, &objp->attr_request)); in xdr_READDIR4args() 4156 return (xdr_bitmap4(xdrs, in xdr_nfs_argop4() 4755 return (xdr_bitmap4(xdrs, in xdr_nfs_resop4() [all …]
|
H A D | nfs4_attr.c | 549 FATTR4_SUPPORTED_ATTRS, 2 * BYTES_PER_XDR_UNIT, xdr_bitmap4,
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfs4_kprot.h | 1641 extern bool_t xdr_bitmap4(XDR *, bitmap4 *);
|