Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Drpc_prot.c109 if (! xdr_enum(xdrs, (enum_t *) par_stat)) in xdr_accepted_reply()
145 if (! xdr_enum(xdrs, (enum_t *) prj_stat)) in xdr_rejected_reply()
156 return (xdr_enum(xdrs, (enum_t *) prj_why)); in xdr_rejected_reply()
185 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_replymsg()
187 return (xdr_union(xdrs, (enum_t *) prp_stat, in xdr_replymsg()
214 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callhdr()
H A Drpc_callmsg.c120 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
155 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
189 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callmsg()
H A Dauthdes_prot.c54 ATTEMPT(xdr_enum(xdrs, (enum_t *) padc_namekind)); in xdr_authdes_cred()
H A Dkey_prot_xdr.c50 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_keystatus()
/freebsd/sys/rpc/
H A Drpc_prot.c102 if (! xdr_enum(xdrs, (enum_t *) par_stat)) in xdr_accepted_reply()
142 if (! xdr_enum(xdrs, (enum_t *) prj_stat)) in xdr_rejected_reply()
153 return (xdr_enum(xdrs, (enum_t *) prj_why)); in xdr_rejected_reply()
204 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_replymsg()
206 return (xdr_union(xdrs, (enum_t *) prp_stat, in xdr_replymsg()
233 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callhdr()
H A Drpc_callmsg.c116 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
151 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
185 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callmsg()
H A Dtypes.h43 typedef int32_t enum_t; typedef
H A Dxdr.h302 extern bool_t xdr_enum(XDR *, enum_t *);
307 extern bool_t xdr_union(XDR *, enum_t *, char *, const struct xdr_discrim *, xdrproc_t);
H A Dauth.h167 enum_t oa_flavor; /* flavor of auth */
/freebsd/sys/nlm/
H A Dnlm_prot_xdr.c15 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_nlm_stats()
166 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_fsh_mode()
175 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_fsh_access()
238 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_nlm4_stats()
H A Dsm_inter_xdr.c78 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_sm_res()
/freebsd/sys/xdr/
H A Dxdr.c412 xdr_enum(XDR *xdrs, enum_t *ep) in xdr_enum()
564 enum_t *dscmp, /* enum to decide which arm to work on */ in xdr_union()
569 enum_t dscm; in xdr_union()
/freebsd/lib/libc/xdr/
H A Dxdr.c483 xdr_enum(XDR *xdrs, enum_t *ep) in xdr_enum()
635 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) in xdr_union()
644 enum_t dscm; in xdr_union()
/freebsd/include/rpc/
H A Dxdr.h298 extern bool_t xdr_enum(XDR *, enum_t *);
303 extern bool_t xdr_union(XDR *, enum_t *, char *, const struct xdr_discrim *, xdrproc_t);
H A Dauth.h167 enum_t oa_flavor; /* flavor of auth */
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h79 typedef int enum_t; typedef
/freebsd/lib/librpcsec_gss/
H A Drpcsec_gss_prot.c69 enum_t proc, svc; in xdr_rpc_gss_cred()
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c76 enum_t proc, svc; in xdr_rpc_gss_cred()