Home
last modified time | relevance | path

Searched refs:pwdp (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/jexec/
H A Djexec.c52 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 Dnamei.h130 struct pwd **pwdp);
/freebsd/usr.sbin/jail/
H A Dcommand.c75 const struct passwd **pwdp, login_cap_t **lcapp);
972 const struct passwd **pwdp, login_cap_t **lcapp) in get_user_info() argument
977 *pwdp = pwd = username ? getpwnam(username) : getpwuid(getuid()); in get_user_info()
/freebsd/sys/kern/
H A Dvfs_lookup.c334 namei_setup(struct nameidata *ndp, struct vnode **dpp, struct pwd **pwdp) in namei_setup() argument
346 *pwdp = NULL; in namei_setup()
450 *pwdp = pwd; in namei_setup()
H A Dvfs_cache.c6364 struct pwd **pwdp) in cache_fplookup() argument
6398 fpl.pwd = pwdp; in cache_fplookup()