Lines Matching defs:spclient
210 struct spclient {
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)
310 dosend(struct spclient *spc, struct iovec *iov, size_t iovlen)
367 doputwait(struct spclient *spc, struct respwait *rw, struct rsp_hdr *rhdr)
380 putwait_locked(struct spclient *spc, struct respwait *rw, struct rsp_hdr *rhdr)
388 putwait(struct spclient *spc, struct respwait *rw, struct rsp_hdr *rhdr)
397 dounputwait(struct spclient *spc, struct respwait *rw)
407 unputwait_locked(struct spclient *spc, struct respwait *rw)
415 unputwait(struct spclient *spc, struct respwait *rw)
425 kickwaiter(struct spclient *spc)
459 kickall(struct spclient *spc)
469 readframe(struct spclient *spc)