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

  /src/usr.sbin/puffs/mount_psshfs/
psshfs.c 66 static int pssh_connect(struct puffs_usermount *, int);
324 if (pssh_connect(pu, PSSHFD_META) == -1)
330 if (pssh_connect(pu, PSSHFD_DATA) == -1)
400 if ((newfd = pssh_connect(pu, which)) == -1)
423 pssh_connect(struct puffs_usermount *pu, int which) function in typeref:typename:int

Completed in 115 milliseconds