HomeSort by: relevance | last modified time | path
    Searched defs:sshfd (Results 1 - 2 of 2) sorted by relevancy

  /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...]
psshfs.h 157 int sshfd; member in struct:psshfs_ctx

Completed in 12 milliseconds