HomeSort by: relevance | last modified time | path
    Searched refs:spclient (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/librumpuser/
sp_common.c 210 struct spclient { struct
224 #define SPC_ZEROFF offsetof(struct spclient, spc_pfd)
252 static int readframe(struct spclient *);
253 static void handlereq(struct spclient *);
256 spcresetbuf(struct spclient *spc)
264 spcfreebuf(struct spclient *spc)
272 sendlockl(struct spclient *spc)
283 sendlock(struct spclient *spc)
292 sendunlockl(struct spclient *spc)
301 sendunlock(struct spclient *spc
    [all...]
rumpuser_sp.c 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
    [all...]
  /src/lib/librumpclient/
rumpclient.c 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
    [all...]

Completed in 33 milliseconds