Home | History | Annotate | Download | only in librumpclient

Lines Matching refs:spclient

117 static struct spclient clispc = {
125 static int handshake_req(struct spclient *, int, void *, int, bool);
137 send_with_recon(struct spclient *spc, struct iovec *iov, size_t iovlen)
220 cliwaitresp(struct spclient *spc, struct respwait *rw, sigset_t *mask,
354 syscall_req(struct spclient *spc, sigset_t *omask, int sysnum,
387 handshake_req(struct spclient *spc, int type, void *data,
473 prefork_req(struct spclient *spc, sigset_t *omask, void **resp)
508 resp_sendlock(struct spclient *spc)
529 send_copyin_resp(struct spclient *spc, uint64_t reqno, void *data, size_t dlen,
554 send_anonmmap_resp(struct spclient *spc, uint64_t reqno, void *addr)
607 handlereq(struct spclient *spc)
991 struct spclient fork_spc;