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

  /src/usr.sbin/puffs/mount_psshfs/
node.c 405 pw.pw_type = PWTYPE_READDIR;
459 assert(pw->pw_type == PWTYPE_READDIR);
499 pw.pw_type = PWTYPE_READ1;
512 if (pwp->pw_type == PWTYPE_READ1) {
542 pw.pw_type = PWTYPE_READ2;
559 if (pwp->pw_type == PWTYPE_READ2)
576 if (pwp->pw_type == PWTYPE_READ1)
613 pw.pw_type = PWTYPE_WRITE;
630 if (pwp->pw_type == PWTYPE_WRITE) {
663 if (pwp->pw_type == PWTYPE_WRITE
    [all...]
psshfs.h 108 int pw_type; member in struct:psshfs_wait

Completed in 14 milliseconds