Home | History | Annotate | Download | only in librumpuser

Lines Matching refs:spclient

82 static struct spclient spclist[MAXCLI];
148 waitresp(struct spclient *spc, struct respwait *rw)
195 lwproc_rfork(struct spclient *spc, int flags, const char *comm)
276 nextreq(struct spclient *spc)
293 send_error_resp(struct spclient *spc, uint64_t reqno, enum rumpsp_err error)
312 send_handshake_resp(struct spclient *spc, uint64_t reqno, int error)
335 send_syscall_resp(struct spclient *spc, uint64_t reqno, int error,
363 send_prefork_resp(struct spclient *spc, uint64_t reqno, uint32_t *auth)
386 copyin_req(struct spclient *spc, const void *remaddr, size_t *dlen,
431 send_copyout_req(struct spclient *spc, const void *remaddr,
462 anonmmap_req(struct spclient *spc, size_t howmuch, void **resp)
496 send_raise_req(struct spclient *spc, int signo)
517 spcref(struct spclient *spc)
526 spcrelease(struct spclient *spc)
560 struct spclient *spc = &spclist[idx];
594 struct spclient *spc;
675 serv_handlesyscall(struct spclient *spc, struct rsp_hdr *rhdr, uint8_t *data)
702 serv_handleexec(struct spclient *spc, struct rsp_hdr *rhdr, const char *comm)
729 struct spclient *sba_spc;
785 struct spclient *spc = arg;
826 struct spclient *spc = arg;
859 struct spclient *spc = arg;
888 struct spclient *spc = arg;
900 schedulework(struct spclient *spc, enum sbatype sba_type)
958 handlereq(struct spclient *spc)
1182 struct spclient *spc;
1375 struct spclient *spc = arg;