Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dimgact.h118 int exec_new_vmspace(struct image_params *, struct sysentvec *);
/f-stack/freebsd/i386/linux/
H A Dimgact_linux.c123 error = exec_new_vmspace(imgp, &linux_sysvec); in exec_linux_imgact()
/f-stack/freebsd/kern/
H A Dimgact_aout.c266 error = exec_new_vmspace(imgp, &aout_sysvec); in exec_aout_imgact()
H A Dkern_exec.c1036 exec_new_vmspace(struct image_params *imgp, struct sysentvec *sv) in exec_new_vmspace() function
H A Dimgact_elf.c1248 error = exec_new_vmspace(imgp, sv); in __CONCAT()