Lines Matching defs:pw_ent
149 struct passwd pw_ent;
158 if (getpwuid_r(uid, &pw_ent, pw_buf, sizeof (pw_buf)) == NULL)
161 return (chkauthattr(auths, pw_ent.pw_name));
168 if (chkauthattr(dcp, pw_ent.pw_name))
902 struct passwd pw_ent;
922 if (getpwuid_r(uid, &pw_ent, pw_buf, sizeof (pw_buf)) == NULL)
949 pw_ent.pw_name, devzone, zonepath, NULL);
958 path, mode, devname, clean_arg, pw_ent.pw_name,
972 dprintf("username=%s\n", pw_ent.pw_name);
974 pw_ent.pw_name, devzone, zonepath, NULL);
1599 struct passwd pw_ent;
1652 if (getpwuid_r(uid, &pw_ent, pw_buf, sizeof (pw_buf)) == NULL) {
1658 if ((range = getuserrange(pw_ent.pw_name)) == NULL) {