Searched refs:IXDR_GET_ENUM (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpc_callmsg.c | 101 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 D | rpc_prot.c | 176 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 D | svcauth_des.c | 162 cred->adc_namekind = IXDR_GET_ENUM(ixdr, enum authdes_namekind);
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpc_calmsg.c | 100 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 D | rpc_prot.c | 187 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 D | xdr.h | 350 #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 D | xdr.h | 203 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | svcauthdes.c | 171 cred->adc_namekind = IXDR_GET_ENUM(ixdr, enum authdes_namekind);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_xdr.c | 269 na->na_type = IXDR_GET_ENUM(ptr, enum nfsftype); 1036 na->na_type = IXDR_GET_ENUM(ptr, enum nfsftype);
|
H A D | nfs3_xdr.c | 506 na->type = IXDR_GET_ENUM(ptr, enum ftype3); 597 vap->va_type = IXDR_GET_ENUM(ptr, enum vtype);
|
Completed in 75 milliseconds