Home | History | Annotate | Download | only in librumpuser

Lines Matching refs:reqno

293 send_error_resp(struct spclient *spc, uint64_t reqno, enum rumpsp_err error)
299 rhdr.rsp_reqno = reqno;
312 send_handshake_resp(struct spclient *spc, uint64_t reqno, int error)
319 rhdr.rsp_reqno = reqno;
335 send_syscall_resp(struct spclient *spc, uint64_t reqno, int error,
344 rhdr.rsp_reqno = reqno;
363 send_prefork_resp(struct spclient *spc, uint64_t reqno, uint32_t *auth)
370 rhdr.rsp_reqno = reqno;
904 uint64_t reqno;
907 reqno = spc->spc_hdr.rsp_reqno;
910 send_error_resp(spc, reqno, RUMPSP_ERR_TRYAGAIN);
960 uint64_t reqno;
963 reqno = spc->spc_hdr.rsp_reqno;
966 send_error_resp(spc, reqno, RUMPSP_ERR_AUTH);
987 send_handshake_resp(spc, reqno, 0);
995 send_error_resp(spc, reqno,
1019 send_error_resp(spc, reqno,
1044 send_error_resp(spc, reqno,
1055 send_handshake_resp(spc, reqno, 0);
1057 send_error_resp(spc, reqno, RUMPSP_ERR_AUTH);
1086 send_error_resp(spc, reqno, RUMPSP_ERR_INEXEC);
1093 send_error_resp(spc, reqno, RUMPSP_ERR_NOMEM);
1105 send_error_resp(spc, reqno, RUMPSP_ERR_RFORK_FAILED);
1124 send_prefork_resp(spc, reqno, auth);
1132 send_error_resp(spc, reqno,
1143 send_error_resp(spc, reqno, RUMPSP_ERR_INEXEC);
1170 send_error_resp(spc, reqno, RUMPSP_ERR_MALFORMED_REQUEST);