Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDkern_descrip.c120 static struct pwd *pwd_alloc(void);
2255 newpwd = pwd_alloc(); in pdinit()
3997 pwd_alloc(void) in pwd_alloc() function
4039 newpwd = pwd_alloc(); in pwd_chroot()
4080 newpwd = pwd_alloc(); in pwd_chdir()
4100 newpwd = pwd_alloc(); in pwd_altroot()
4138 newpwd = pwd_alloc(); in pwd_chroot_chdir()
4183 newpwd = pwd_alloc(); in pwd_ensure_dirs()
4212 newpwd = pwd_alloc(); in pwd_set_rootvnode()
4243 newpwd = pwd_alloc(); in mountcheckdirs()
[all …]