Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dimgact.h115 void exec_cleanup(struct thread *td, struct vmspace *);
/f-stack/freebsd/kern/
H A Dkern_exec.c334 exec_cleanup(td, oldvmspace); in post_execve()
955 exec_cleanup(td, oldvmspace); in do_execve()
975 exec_cleanup(struct thread *td, struct vmspace *oldvmspace) in exec_cleanup() function
H A Dinit_main.c773 exec_cleanup(td, oldvmspace); in start_init()