Searched refs:spclient (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/lib/librumpuser/ |
H A D | sp_common.c | 208 struct spclient { struct 222 #define SPC_ZEROFF offsetof(struct spclient, spc_pfd) argument 250 static int readframe(struct spclient *); argument 251 static void handlereq(struct spclient *); 254 spcresetbuf(struct spclient *spc) in spcresetbuf() 262 spcfreebuf(struct spclient *spc) in spcfreebuf() 270 sendlockl(struct spclient *spc) in sendlockl() 281 sendlock(struct spclient *spc) in sendlock() 290 sendunlockl(struct spclient *spc) in sendunlockl() 299 sendunlock(struct spclient *spc) in sendunlock() [all …]
|
H A D | rumpuser_sp.c | 82 static struct spclient spclist[MAXCLI]; 148 waitresp(struct spclient *spc, struct respwait *rw) in waitresp() 195 lwproc_rfork(struct spclient *spc, int flags, const char *comm) in lwproc_rfork() 276 nextreq(struct spclient *spc) in nextreq() 293 send_error_resp(struct spclient *spc, uint64_t reqno, enum rumpsp_err error) in send_error_resp() 312 send_handshake_resp(struct spclient *spc, uint64_t reqno, int error) in send_handshake_resp() 335 send_syscall_resp(struct spclient *spc, uint64_t reqno, int error, in send_syscall_resp() 363 send_prefork_resp(struct spclient *spc, uint64_t reqno, uint32_t *auth) in send_prefork_resp() 386 copyin_req(struct spclient *spc, const void *remaddr, size_t *dlen, in copyin_req() 431 send_copyout_req(struct spclient *spc, const void *remaddr, in send_copyout_req() [all …]
|
/netbsd-src/lib/librumpclient/ |
H A D | 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) in send_with_recon() 220 cliwaitresp(struct spclient *spc, struct respwait *rw, sigset_t *mask, in cliwaitresp() 354 syscall_req(struct spclient *spc, sigset_t *omask, int sysnum, in syscall_req() 387 handshake_req(struct spclient *spc, int type, void *data, in handshake_req() 473 prefork_req(struct spclient *spc, sigset_t *omask, void **resp) in prefork_req() 508 resp_sendlock(struct spclient *spc) in resp_sendlock() 529 send_copyin_resp(struct spclient *spc, uint64_t reqno, void *data, size_t dlen, in send_copyin_resp() 554 send_anonmmap_resp(struct spclient *spc, uint64_t reqno, void *addr) in send_anonmmap_resp() [all …]
|