Searched refs:exec_new_vmspace (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dimgact.h106 int exec_new_vmspace(struct image_params *, struct sysentvec *);
/freebsd-12-stable/sys/i386/linux/
H A Dimgact_linux.c123 error = exec_new_vmspace(imgp, &linux_sysvec);
/freebsd-12-stable/sys/kern/
H A Dimgact_aout.c270 error = exec_new_vmspace(imgp, &aout_sysvec);
277 * The vm space can be changed by exec_new_vmspace
H A Dimgact_gzip.c240 error = exec_new_vmspace(gz->ip, &aout_sysvec);
H A Dkern_exec.c1097 exec_new_vmspace(struct image_params *imgp, struct sysentvec *sv) function
H A Dimgact_elf.c1232 error = exec_new_vmspace(imgp, sv);
/freebsd-12-stable/sys/i386/ibcs2/
H A Dimgact_coff.c338 error = exec_new_vmspace(imgp, &ibcs2_svr3_sysvec);

Completed in 181 milliseconds