/src/usr.sbin/puffs/mount_psshfs/ |
node.c | 478 struct psshfs_wait *pwp; local in function:psshfs_node_read 511 TAILQ_FOREACH(pwp, &psn->pw, pw_entries) 512 if (pwp->pw_type == PWTYPE_READ1) { 513 puffs_cc_schedule(pwp->pw_cc); 514 TAILQ_REMOVE(&psn->pw, pwp, pw_entries); 558 TAILQ_FOREACH(pwp, &psn->pw, pw_entries) 559 if (pwp->pw_type == PWTYPE_READ2) 561 assert(pwp != NULL); 562 puffs_cc_schedule(pwp->pw_cc); 563 TAILQ_REMOVE(&psn->pw, pwp, pw_entries) 591 struct psshfs_wait *pwp; local in function:psshfs_node_write [all...] |
/src/usr.sbin/user/ |
user.c | 271 removehomedir(struct passwd *pwp) 276 if (pwp->pw_uid == 0) { 277 warnx("Not deleting home directory `%s'; userid is 0", pwp->pw_dir); 282 if (stat(pwp->pw_dir, &st) < 0) { 283 warn("Cannot access home directory `%s'", pwp->pw_dir); 287 warnx("Home directory `%s' is not a directory", pwp->pw_dir); 292 if (st.st_uid != pwp->pw_uid) { 294 pwp->pw_name, pwp->pw_dir); 298 (void)seteuid(pwp->pw_uid) 1421 struct passwd *pwp, pw; local in function:moduser 1761 struct passwd *pwp; local in function:find_user_info 2144 struct passwd *pwp; local in function:userdel 2453 struct passwd *pwp; local in function:userinfo [all...] |