Searched refs:oldvmspace (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_misc.c169 struct vmspace *oldvmspace; local
175 error = pre_execve(td, &oldvmspace);
183 error = kern_execve(td, &eargs, NULL, oldvmspace);
184 post_execve(td, error, oldvmspace);
194 struct vmspace *oldvmspace; local
200 error = pre_execve(td, &oldvmspace);
209 error = kern_execve(td, &eargs, NULL, oldvmspace);
210 post_execve(td, error, oldvmspace);
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h107 struct mac *mac_p, struct vmspace *oldvmspace);
H A Dimgact.h110 int pre_execve(struct thread *td, struct vmspace **oldvmspace);
111 void post_execve(struct thread *td, int error, struct vmspace *oldvmspace);
/freebsd-11-stable/sys/kern/
H A Dkern_exec.c120 struct mac *mac_p, struct vmspace *oldvmspace);
214 struct vmspace *oldvmspace; local
217 error = pre_execve(td, &oldvmspace);
223 error = kern_execve(td, &args, NULL, oldvmspace);
224 post_execve(td, error, oldvmspace);
239 struct vmspace *oldvmspace; local
242 error = pre_execve(td, &oldvmspace);
249 error = kern_execve(td, &args, NULL, oldvmspace);
251 post_execve(td, error, oldvmspace);
269 struct vmspace *oldvmspace; local
287 pre_execve(struct thread *td, struct vmspace **oldvmspace) argument
308 post_execve(struct thread *td, int error, struct vmspace *oldvmspace) argument
337 kern_execve(struct thread *td, struct image_args *args, struct mac *mac_p, struct vmspace *oldvmspace) argument
353 do_execve(struct thread *td, struct image_args *args, struct mac *mac_p, struct vmspace *oldvmspace) argument
980 exec_cleanup(struct thread *td, struct vmspace *oldvmspace) argument
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_emul.c218 struct vmspace *oldvmspace; local
225 error = pre_execve(td, &oldvmspace);
229 error = kern_execve(td, eargs, NULL, oldvmspace);
230 post_execve(td, error, oldvmspace);
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c422 struct vmspace *oldvmspace; local
425 error = pre_execve(td, &oldvmspace);
431 error = kern_execve(td, &eargs, NULL, oldvmspace);
432 post_execve(td, error, oldvmspace);
440 struct vmspace *oldvmspace; local
443 error = pre_execve(td, &oldvmspace);
450 error = kern_execve(td, &eargs, NULL, oldvmspace);
452 post_execve(td, error, oldvmspace);
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_proc.c50 struct vmspace *oldvmspace; local
53 error = pre_execve(td, &oldvmspace);
60 error = kern_execve(td, &args, NULL, oldvmspace);
62 post_execve(td, error, oldvmspace);
/freebsd-11-stable/sys/vm/
H A Dvm_map.c3964 struct vmspace *oldvmspace = p->p_vmspace; local
3972 newvmspace->vm_swrss = oldvmspace->vm_swrss;
3996 struct vmspace *oldvmspace = p->p_vmspace; local
4000 if (oldvmspace->vm_refcnt == 1)
4003 newvmspace = vmspace_fork(oldvmspace, &fork_charge);
4015 vmspace_free(oldvmspace);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c187 struct vmspace *oldvmspace; local
193 error = pre_execve(td, &oldvmspace);
202 post_execve(td, error, oldvmspace);
210 struct vmspace *oldvmspace; local
216 error = pre_execve(td, &oldvmspace);
226 post_execve(td, error, oldvmspace);

Completed in 140 milliseconds