Lines Matching defs:pctx
87 struct psshfs_ctx *pctx = puffs_getspecific(pu);
108 pctx->protover = psbuf_get_reqid(pb);
123 pctx->extensions |= extu->extflag;
129 psbuf_put_4(pb, NEXTREQ(pctx));
130 psbuf_put_str(pb, pctx->mountpath);
137 pctx->mountpath), EPROTO);
145 psbuf_req_str(pb, SSH_FXP_LSTAT, NEXTREQ(pctx), rootpath);
183 if ((pctx->extensions & SFTP_EXT_STATVFS) == 0)
187 psbuf_put_str(pb, pctx->mountpath);
188 GETRESPONSE(pb, pctx->sshfd);
222 struct psshfs_ctx *pctx = puffs_getspecific(pu);
224 kill(pctx->sshpid, SIGTERM);
225 close(pctx->sshfd);
226 if (pctx->numconnections == 2) {
227 kill(pctx->sshpid_data, SIGTERM);
228 close(pctx->sshfd_data);
238 struct psshfs_ctx *pctx = puffs_getspecific(pu);
243 pf->mounttime = pctx->mounttime;
255 struct psshfs_ctx *pctx = puffs_getspecific(pu);
261 if (pf->mounttime != pctx->mounttime)