Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dimgact.h106 int exec_new_vmspace(struct image_params *, struct sysentvec *);
/freebsd-12-stable/sys/i386/linux/
Dimgact_linux.c123 error = exec_new_vmspace(imgp, &linux_sysvec); in exec_linux_imgact()
/freebsd-12-stable/sys/kern/
Dimgact_aout.c270 error = exec_new_vmspace(imgp, &aout_sysvec); in exec_aout_imgact()
Dkern_exec.c1103 exec_new_vmspace(struct image_params *imgp, struct sysentvec *sv) in exec_new_vmspace() function
Dimgact_elf.c1239 error = exec_new_vmspace(imgp, sv); in __CONCAT()
/freebsd-12-stable/sys/i386/ibcs2/
Dimgact_coff.c338 error = exec_new_vmspace(imgp, &ibcs2_svr3_sysvec);