Searched refs:IXDR_GET_ENUM (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_callmsg.c101 cmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
111 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
147 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
H A Drpc_prot.c176 rmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
179 rmsg->rm_reply.rp_stat = IXDR_GET_ENUM(buf, enum reply_stat);
190 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
H A Dsvcauth_des.c162 cred->adc_namekind = IXDR_GET_ENUM(ixdr, enum authdes_namekind);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_calmsg.c100 cmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
110 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
134 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
H A Drpc_prot.c187 rmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
190 rmsg->rm_reply.rp_stat = IXDR_GET_ENUM(buf, enum reply_stat);
201 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
H A Dxdr.h350 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro
362 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_INT32(buf)) macro
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dxdr.h203 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c171 cred->adc_namekind = IXDR_GET_ENUM(ixdr, enum authdes_namekind);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_xdr.c269 na->na_type = IXDR_GET_ENUM(ptr, enum nfsftype);
1036 na->na_type = IXDR_GET_ENUM(ptr, enum nfsftype);
H A Dnfs3_xdr.c506 na->type = IXDR_GET_ENUM(ptr, enum ftype3);
597 vap->va_type = IXDR_GET_ENUM(ptr, enum vtype);

Completed in 84 milliseconds