Searched refs:pwdp (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/jexec/ |
H A D | jexec.c | 52 static void get_user_info(const char *username, const struct passwd **pwdp, 157 get_user_info(const char *username, const struct passwd **pwdp, in get_user_info() argument 182 *pwdp = pwd; in get_user_info()
|
/freebsd/sys/sys/ |
H A D | namei.h | 125 struct pwd **pwdp);
|
/freebsd/usr.sbin/jail/ |
H A D | command.c | 75 const struct passwd **pwdp, login_cap_t **lcapp); 948 const struct passwd **pwdp, login_cap_t **lcapp) in get_user_info() argument 953 *pwdp = pwd = username ? getpwnam(username) : getpwuid(getuid()); in get_user_info()
|
/freebsd/sys/kern/ |
H A D | vfs_lookup.c | 309 namei_setup(struct nameidata *ndp, struct vnode **dpp, struct pwd **pwdp) in namei_setup() 321 *pwdp = NULL; in namei_setup() 422 *pwdp = pwd; in namei_getpath() 298 namei_setup(struct nameidata * ndp,struct vnode ** dpp,struct pwd ** pwdp) namei_setup() argument
|
H A D | vfs_cache.c | 6319 struct pwd **pwdp) in cache_fplookup() argument 6353 fpl.pwd = pwdp; in cache_fplookup()
|