Home
last modified time | relevance | path

Searched refs:ca_tag (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dnfs4ops.c670 cp->ca_tag.utf8string_len = 0; in compound_init()
671 cp->ca_tag.utf8string_val = NULL; in compound_init()
673 cp->ca_tag.utf8string_len = str->utf8string_len; in compound_init()
674 cp->ca_tag.utf8string_val = str->utf8string_val; in compound_init()
H A Dnfs_inet.h261 #define ca_tag compound_ua_s.tag macro
H A Dnfs4_xdr.c74 if (!xdr_b_utf8string(xdrs, &objp->ca_tag)) { in xdr_b_compound_args()