rumpuser_sp.c | 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; local in function:schedulework 907 reqno = spc->spc_hdr.rsp_reqno 960 uint64_t reqno; local in function:handlereq [all...] |