Searched refs:IXDR_PUT_ENUM (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpc_prot.c | 154 IXDR_PUT_ENUM(buf, rmsg->rm_direction); 155 IXDR_PUT_ENUM(buf, rmsg->rm_reply.rp_stat); 158 IXDR_PUT_ENUM(buf, oa->oa_flavor); 171 IXDR_PUT_ENUM(buf, ar->ar_stat); 271 IXDR_PUT_ENUM(buf, rmsg->rm_direction); 272 IXDR_PUT_ENUM(buf, rmsg->rm_reply.rp_stat); 275 IXDR_PUT_ENUM(buf, oa->oa_flavor); 288 IXDR_PUT_ENUM(buf, ar->ar_stat);
|
H A D | rpc_calmsg.c | 72 IXDR_PUT_ENUM(buf, cmsg->rm_direction); 82 IXDR_PUT_ENUM(buf, oa->oa_flavor); 89 IXDR_PUT_ENUM(buf, oa->oa_flavor);
|
H A D | xdr.h | 355 #define IXDR_PUT_ENUM(buf, v) IXDR_PUT_LONG((buf), ((long)(v))) macro 367 #define IXDR_PUT_ENUM(buf, v) IXDR_PUT_INT32((buf), ((int)(v))) macro
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpc_prot.c | 142 IXDR_PUT_ENUM(buf, rmsg->rm_direction); 143 IXDR_PUT_ENUM(buf, rmsg->rm_reply.rp_stat); 146 IXDR_PUT_ENUM(buf, oa->oa_flavor); 161 IXDR_PUT_ENUM(buf, ar->ar_stat);
|
H A D | rpc_callmsg.c | 67 IXDR_PUT_ENUM(buf, cmsg->rm_direction); 77 IXDR_PUT_ENUM(buf, oa->oa_flavor); 84 IXDR_PUT_ENUM(buf, oa->oa_flavor);
|
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/ |
H A D | xdr.h | 209 #define IXDR_PUT_ENUM(buf, v) IXDR_PUT_LONG((buf), ((long)(v))) macro
|
/illumos-gate/usr/src/lib/rpcsec_gss/ |
H A D | svc_rpcsec_gss.c | 1112 IXDR_PUT_ENUM(buf, msg->rm_direction); 1117 IXDR_PUT_ENUM(buf, oa->oa_flavor);
|
/illumos-gate/usr/src/uts/common/rpc/sec_gss/ |
H A D | svc_rpcsec_gss.c | 1431 IXDR_PUT_ENUM(buf, msg->rm_direction); 1436 IXDR_PUT_ENUM(buf, oa->oa_flavor);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_xdr.c | 287 IXDR_PUT_ENUM(ptr, na->na_type); 1064 IXDR_PUT_ENUM(ptr, na->na_type);
|
H A D | nfs3_xdr.c | 524 IXDR_PUT_ENUM(ptr, na->type);
|
Completed in 281 milliseconds