/src/usr.sbin/puffs/mount_psshfs/ |
psshfs.c | 326 if (puffs_framev_addfd(pu, pctx.sshfd, 336 pctx.sshfd_data = pctx.sshfd; 379 if (fd == pctx->sshfd) { 430 int *sshfd; local in function:pssh_connect 434 sshfd = &pctx->sshfd; 438 sshfd = &pctx->sshfd_data; 467 *sshfd = fds[1]; 472 if (psshfs_handshake(pu, *sshfd) != 0) 475 if (ioctl(*sshfd, FIONBIO, &x) == -1 [all...] |
node.c | 209 GETRESPONSE(pb, pctx->sshfd); 237 GETRESPONSE(pb, pctx->sshfd); 254 JUSTSEND(pb2, pctx->sshfd); 264 JUSTSEND(pb, pctx->sshfd); 702 GETRESPONSE(pb, pctx->sshfd); 738 GETRESPONSE(pb, pctx->sshfd); 791 GETRESPONSE(pb, pctx->sshfd); 805 JUSTSEND(pb2, pctx->sshfd); 833 GETRESPONSE(pb, pctx->sshfd); 847 JUSTSEND(pb2, pctx->sshfd); [all...] |
fs.c | 188 GETRESPONSE(pb, pctx->sshfd); 225 close(pctx->sshfd);
|
subr.c | 232 GETRESPONSE(pb, pctx->sshfd); 291 if (puffs_framev_enqueue_cc(pcc, pctx->sshfd, pb, 0) == -1) { 320 GETRESPONSE(pb, pctx->sshfd); 411 puffs_framev_enqueue_justsend(pu, pctx->sshfd, pb, 1, 0);
|
psshfs.h | 157 int sshfd; member in struct:psshfs_ctx
|