HomeSort by: relevance | last modified time | path
    Searched refs:numconnections (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/puffs/mount_psshfs/
psshfs.c 156 int exportfs, refreshival, numconnections; local in function:main
168 numconnections = 1;
180 numconnections = atoi(optarg);
181 if (numconnections < 1 || numconnections > 2) {
280 pctx.numconnections = numconnections;
329 if (numconnections == 2) {
fs.c 226 if (pctx->numconnections == 2) {
psshfs.h 156 int numconnections; member in struct:psshfs_ctx

Completed in 11 milliseconds