Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/linux/
HDlinux_util.h45 int linux_pwd_onexec(struct thread *);
HDlinux_util.c79 linux_pwd_onexec(struct thread *td) in linux_pwd_onexec() function
HDlinux_emul.c299 if ((error = linux_pwd_onexec(td)) != 0) in linux_on_exec()