Home
last modified time | relevance | path

Searched refs:enum_t (Results 1 – 7 of 7) sorted by relevance

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Drpc_prot.c91 if (!xdr_enum(xdrs, (enum_t *) & (ar->ar_stat))) in xdr_accepted_reply()
113 if (!xdr_enum(xdrs, (enum_t *) & (rr->rj_stat))) in xdr_rejected_reply()
123 return (xdr_enum(xdrs, (enum_t *) & (rr->rj_why))); in xdr_rejected_reply()
140 xdr_enum(xdrs, (enum_t *) & (rmsg->rm_direction)) && in xdr_replymsg()
142 return (xdr_union(xdrs, (enum_t *) & (rmsg->rm_reply.rp_stat), in xdr_replymsg()
162 xdr_enum(xdrs, (enum_t *) & (cmsg->rm_direction)) && in xdr_callhdr()
A Dtypes.h61 typedef int enum_t; typedef
A Dauth.h47 enum_t oa_flavor; /* flavor of auth */
A Dxdr.c364 bool_t xdr_enum(XDR *xdrs, enum_t *ep) in xdr_enum()
501 bool_t xdr_union(XDR* xdrs, enum_t* dscmp, char* unp, const struct xdr_discrim* choices, xdrproc_t … in xdr_union()
503 register enum_t dscm; in xdr_union()
A Dxdr.h306 extern bool_t xdr_enum (XDR *__xdrs, enum_t *__ep);
313 extern bool_t xdr_union (XDR *__xdrs, enum_t *__dscmp, char *__unp,
/components/dfs/dfs_v1/filesystems/nfs/
A Dmount_xdr.c74 if (!xdr_enum(xdrs, (enum_t *)&enum_objp)) in xdr_mountstat3()
A Dnfs_xdr.c160 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_nfsstat3()
174 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_ftype3()
188 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_stable_how()
202 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_createmode3()
352 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_time_how()

Completed in 27 milliseconds