Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDimgact.h103 int exec_new_vmspace(struct image_params *, struct sysentvec *);
/freebsd-11-stable/sys/compat/svr4/
HDimgact_svr4.c124 error = exec_new_vmspace(imgp, &svr4_sysvec);
/freebsd-11-stable/sys/i386/linux/
HDimgact_linux.c123 error = exec_new_vmspace(imgp, &linux_sysvec); in exec_linux_imgact()
/freebsd-11-stable/sys/kern/
HDimgact_aout.c266 error = exec_new_vmspace(imgp, &aout_sysvec); in exec_aout_imgact()
HDimgact_gzip.c239 error = exec_new_vmspace(gz->ip, &aout_sysvec); in do_aout_hdr()
HDkern_exec.c1083 exec_new_vmspace(struct image_params *imgp, struct sysentvec *sv) in exec_new_vmspace() function
HDimgact_elf.c936 error = exec_new_vmspace(imgp, sv); in __CONCAT()
/freebsd-11-stable/sys/i386/ibcs2/
HDimgact_coff.c336 error = exec_new_vmspace(imgp, &ibcs2_svr3_sysvec);