Lines Matching refs:msg
1189 rpc_task_set_rpc_message(struct rpc_task *task, const struct rpc_message *msg) in rpc_task_set_rpc_message() argument
1191 if (msg != NULL) { in rpc_task_set_rpc_message()
1192 task->tk_msg.rpc_proc = msg->rpc_proc; in rpc_task_set_rpc_message()
1193 task->tk_msg.rpc_argp = msg->rpc_argp; in rpc_task_set_rpc_message()
1194 task->tk_msg.rpc_resp = msg->rpc_resp; in rpc_task_set_rpc_message()
1195 task->tk_msg.rpc_cred = msg->rpc_cred; in rpc_task_set_rpc_message()
1246 int rpc_call_sync(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags) in rpc_call_sync() argument
1251 .rpc_message = msg, in rpc_call_sync()
1282 rpc_call_async(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags, in rpc_call_async() argument
1288 .rpc_message = msg, in rpc_call_async()
2832 struct rpc_message msg = { in rpc_call_null_helper() local
2838 .rpc_message = &msg, in rpc_call_null_helper()
2873 struct rpc_message msg = { in rpc_ping_noreply() local
2878 .rpc_message = &msg, in rpc_ping_noreply()