Lines Matching refs:cpu_to_be32
82 #define xdr_zero cpu_to_be32(0)
83 #define xdr_one cpu_to_be32(1)
84 #define xdr_two cpu_to_be32(2)
86 #define rpc_success cpu_to_be32(RPC_SUCCESS)
87 #define rpc_prog_unavail cpu_to_be32(RPC_PROG_UNAVAIL)
88 #define rpc_prog_mismatch cpu_to_be32(RPC_PROG_MISMATCH)
89 #define rpc_proc_unavail cpu_to_be32(RPC_PROC_UNAVAIL)
90 #define rpc_garbage_args cpu_to_be32(RPC_GARBAGE_ARGS)
91 #define rpc_system_err cpu_to_be32(RPC_SYSTEM_ERR)
92 #define rpc_drop_reply cpu_to_be32(RPC_DROP_REPLY)
94 #define rpc_auth_ok cpu_to_be32(RPC_AUTH_OK)
95 #define rpc_autherr_badcred cpu_to_be32(RPC_AUTH_BADCRED)
96 #define rpc_autherr_rejectedcred cpu_to_be32(RPC_AUTH_REJECTEDCRED)
97 #define rpc_autherr_badverf cpu_to_be32(RPC_AUTH_BADVERF)
98 #define rpc_autherr_rejectedverf cpu_to_be32(RPC_AUTH_REJECTEDVERF)
99 #define rpc_autherr_tooweak cpu_to_be32(RPC_AUTH_TOOWEAK)
100 #define rpcsec_gsserr_credproblem cpu_to_be32(RPCSEC_GSS_CREDPROBLEM)
101 #define rpcsec_gsserr_ctxproblem cpu_to_be32(RPCSEC_GSS_CTXPROBLEM)
102 #define rpc_autherr_oldseqnum cpu_to_be32(101)
296 *p = cpu_to_be32(n); in xdr_stream_encode_u32()
408 *p++ = cpu_to_be32(array_size); in xdr_stream_encode_uint32_array()