Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/rpc/
H A Drpc_prot.c116 if (! xdr_enum(xdrs, (enum_t *) par_stat)) in xdr_accepted_reply()
152 if (! xdr_enum(xdrs, (enum_t *) prj_stat)) in xdr_rejected_reply()
163 return (xdr_enum(xdrs, (enum_t *) prj_why)); in xdr_rejected_reply()
192 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_replymsg()
194 return (xdr_union(xdrs, (enum_t *) prp_stat, in xdr_replymsg()
221 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callhdr()
H A Drpc_callmsg.c127 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
162 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
196 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callmsg()
H A Dauthdes_prot.c60 ATTEMPT(xdr_enum(xdrs, (enum_t *) padc_namekind)); in xdr_authdes_cred()
H A Dkey_prot_xdr.c54 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_keystatus()
/freebsd-13.1/sys/rpc/
H A Drpc_prot.c108 if (! xdr_enum(xdrs, (enum_t *) par_stat)) in xdr_accepted_reply()
148 if (! xdr_enum(xdrs, (enum_t *) prj_stat)) in xdr_rejected_reply()
159 return (xdr_enum(xdrs, (enum_t *) prj_why)); in xdr_rejected_reply()
210 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_replymsg()
212 return (xdr_union(xdrs, (enum_t *) prp_stat, in xdr_replymsg()
239 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callhdr()
H A Drpc_callmsg.c122 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
157 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
191 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callmsg()
H A Dtypes.h47 typedef int32_t enum_t; typedef
H A Dxdr.h306 extern bool_t xdr_enum(XDR *, enum_t *);
311 extern bool_t xdr_union(XDR *, enum_t *, char *, const struct xdr_discrim *, xdrproc_t);
H A Dauth.h172 enum_t oa_flavor; /* flavor of auth */
/freebsd-13.1/sys/nlm/
H A Dnlm_prot_xdr.c19 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_nlm_stats()
170 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_fsh_mode()
179 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_fsh_access()
242 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_nlm4_stats()
H A Dsm_inter_xdr.c80 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_sm_res()
/freebsd-13.1/sys/xdr/
H A Dxdr.c418 xdr_enum(XDR *xdrs, enum_t *ep) in xdr_enum()
570 enum_t *dscmp, /* enum to decide which arm to work on */ in xdr_union()
575 enum_t dscm; in xdr_union()
/freebsd-13.1/lib/libc/xdr/
H A Dxdr.c490 xdr_enum(XDR *xdrs, enum_t *ep) in xdr_enum()
642 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) in xdr_union()
651 enum_t dscm; in xdr_union()
/freebsd-13.1/include/rpc/
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.h172 enum_t oa_flavor; /* flavor of auth */
/freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h172 typedef int enum_t; typedef
/freebsd-13.1/lib/librpcsec_gss/
H A Drpcsec_gss_prot.c70 enum_t proc, svc; in xdr_rpc_gss_cred()
/freebsd-13.1/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c79 enum_t proc, svc; in xdr_rpc_gss_cred()