Searched defs:passwd_entry (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/cmd/newtask/ |
| H A D | newtask.c | 333 struct passwd *passwd_entry; local 438 if ((passwd_entry = match_user(original_prcred.pr_ruid, 485 error = set_ids(p, &project, passwd_entry); 513 struct passwd *passwd_entry) 586 passwd_entry->pw_name, 0, Pstatus(p)->pr_pid, p, project)) != 0) { 588 setproject_err(passwd_entry->pw_name, project->pj_name, 512 set_ids(struct ps_prochandle *p, struct project *project, struct passwd *passwd_entry) argument
|
| /illumos-gate/usr/src/lib/libnisdb/yptol/ |
| H A D | shim_changepasswd.c | 117 struct passwd_entry { struct 136 int put_new_info(struct passwd_entry *, char *); 137 char *create_pwd_str(struct passwd_entry *, bool_t); 139 int proc_request(struct yppasswd *, struct passwd_entry *, bool_t, char *); 140 int modify_ent(struct yppasswd *, struct passwd_entry *t, bool_t, char *); 141 int get_change_list(struct yppasswd *, struct passwd_entry *); 142 struct passwd_entry *get_old_info(char *, char *); 144 void free_pwd_entry(struct passwd_entry *); 148 int proc_maps(char *, struct passwd_entry *); 149 int proc_map_list(char **, char *, struct passwd_entry *, bool_ [all...] |
Completed in 118 milliseconds