Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/rpc/
H A Drpc_prot.c113 if (! xdr_enum(xdrs, (enum_t *) par_stat)) in xdr_accepted_reply()
149 if (! xdr_enum(xdrs, (enum_t *) prj_stat)) in xdr_rejected_reply()
160 return (xdr_enum(xdrs, (enum_t *) prj_why)); in xdr_rejected_reply()
189 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_replymsg()
191 return (xdr_union(xdrs, (enum_t *) prp_stat, in xdr_replymsg()
218 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callhdr()
H A Drpc_callmsg.c124 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
159 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
193 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callmsg()
H A Dauthdes_prot.c57 ATTEMPT(xdr_enum(xdrs, (enum_t *) padc_namekind)); in xdr_authdes_cred()
H A Dkey_prot_xdr.c51 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_keystatus()
/freebsd-14.2/sys/rpc/
H A Drpc_prot.c106 if (! xdr_enum(xdrs, (enum_t *) par_stat)) in xdr_accepted_reply()
146 if (! xdr_enum(xdrs, (enum_t *) prj_stat)) in xdr_rejected_reply()
157 return (xdr_enum(xdrs, (enum_t *) prj_why)); in xdr_rejected_reply()
208 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_replymsg()
210 return (xdr_union(xdrs, (enum_t *) prp_stat, in xdr_replymsg()
237 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 Dtypes.h46 typedef int32_t enum_t; typedef
H A Dxdr.h305 extern bool_t xdr_enum(XDR *, enum_t *);
310 extern bool_t xdr_union(XDR *, enum_t *, char *, const struct xdr_discrim *, xdrproc_t);
H A Dauth.h171 enum_t oa_flavor; /* flavor of auth */
/freebsd-14.2/sys/nlm/
H A Dnlm_prot_xdr.c17 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_nlm_stats()
168 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_fsh_mode()
177 if (!xdr_enum(xdrs, (enum_t *)objp)) in xdr_fsh_access()
240 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-14.2/sys/xdr/
H A Dxdr.c415 xdr_enum(XDR *xdrs, enum_t *ep) in xdr_enum()
567 enum_t *dscmp, /* enum to decide which arm to work on */ in xdr_union()
572 enum_t dscm; in xdr_union()
/freebsd-14.2/lib/libc/xdr/
H A Dxdr.c485 xdr_enum(XDR *xdrs, enum_t *ep) in xdr_enum()
637 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) in xdr_union()
646 enum_t dscm; in xdr_union()
/freebsd-14.2/include/rpc/
H A Dxdr.h301 extern bool_t xdr_enum(XDR *, enum_t *);
306 extern bool_t xdr_union(XDR *, enum_t *, char *, const struct xdr_discrim *, xdrproc_t);
H A Dauth.h171 enum_t oa_flavor; /* flavor of auth */
/freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h79 typedef int enum_t; typedef
/freebsd-14.2/lib/librpcsec_gss/
H A Drpcsec_gss_prot.c69 enum_t proc, svc; in xdr_rpc_gss_cred()
/freebsd-14.2/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c77 enum_t proc, svc; in xdr_rpc_gss_cred()