Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dimgact.h119 int exec_new_vmspace(struct image_params *, struct sysentvec *);
/freebsd/sys/i386/linux/
H A Dimgact_linux.c120 error = exec_new_vmspace(imgp, &linux_sysvec); in exec_linux_imgact()
/freebsd/sys/kern/
H A Dimgact_aout.c284 error = exec_new_vmspace(imgp, &aout_sysvec); in exec_aout_imgact()
H A Dkern_exec.c1151 exec_new_vmspace(struct image_params *imgp, struct sysentvec *sv) in exec_new_vmspace() function
H A Dimgact_elf.c1323 error = exec_new_vmspace(imgp, sv); in __CONCAT()