Searched defs:pw_ent (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.c263 struct passwd pw_ent; local
574 if (getpwnam_r(uname, &pw_ent, pw_buf, sizeof (pw_buf)) ==
580 uid = pw_ent.pw_uid;
582 if (getpwuid_r(uid, &pw_ent, pw_buf, sizeof (pw_buf)) == NULL) {
587 uid = pw_ent.pw_uid;
H A Dallocate3.c149 struct passwd pw_ent; local
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; local
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
1599 struct passwd pw_ent; local
[all...]

Completed in 58 milliseconds