Searched refs:rpcclnt_reply (Results 1 - 1 of 1) sorted by relevance
/third_party/NuttX/fs/nfs/ |
H A D | rpc_clnt.c | 141 static int rpcclnt_reply(struct rpcclnt *rpc, int procid, int prog, 346 * Name: rpcclnt_reply 353 static int rpcclnt_reply(struct rpcclnt *rpc, int procid, int prog, in rpcclnt_reply() function 953 * rpcclnt_send to send the RPC CALL message. It then calls rpcclnt_reply() 1015 error = rpcclnt_reply(rpc, procnum, prog, response, resplen); in rpcclnt_request() 1018 nfs_debug_info("ERROR rpcclnt_reply failed: %d\n", error); in rpcclnt_request() 1072 error = rpcclnt_reply(rpc, procnum, prog, response, resplen); in rpcclnt_request() 1076 nfs_debug_error("rpcclnt_reply failed: %d\n", error); in rpcclnt_request()
|
Completed in 2 milliseconds