Searched refs:eargs (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_machdep.c96 struct image_args eargs; local
104 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, args->argp,
108 error = linux_common_execve(td, &eargs);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_emul.c214 linux_common_execve(struct thread *td, struct image_args *eargs) argument
229 error = kern_execve(td, eargs, NULL, oldvmspace);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c186 struct image_args eargs; local
198 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, uap->argp, NULL);
201 error = kern_execve(td, &eargs, NULL);
209 struct image_args eargs; local
221 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, uap->argp,
225 error = kern_execve(td, &eargs, NULL);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_misc.c168 struct image_args eargs; local
180 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, uap->argp, NULL);
183 error = kern_execve(td, &eargs, NULL, oldvmspace);
193 struct image_args eargs; local
205 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, uap->argp,
209 error = kern_execve(td, &eargs, NULL, oldvmspace);
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c126 struct image_args eargs; local
137 error = freebsd32_exec_copyin_args(&eargs, path, UIO_SYSSPACE,
141 error = linux_common_execve(td, &eargs);
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_machdep.c103 struct image_args eargs; local
114 error = exec_copyin_args(&eargs, newpath, UIO_SYSSPACE,
118 error = linux_common_execve(td, &eargs);
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c1833 struct nfsex_args eargs; local
1880 bzero(&eargs, sizeof (eargs));
1881 eargs.export.ex_flags = MNT_DELEXPORT;
1882 if (nfssvc(NFSSVC_V4ROOTEXPORT, (caddr_t)&eargs) < 0 &&
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c421 struct image_args eargs; local
428 error = freebsd32_exec_copyin_args(&eargs, uap->fname, UIO_USERSPACE,
431 error = kern_execve(td, &eargs, NULL, oldvmspace);
439 struct image_args eargs; local
446 error = freebsd32_exec_copyin_args(&eargs, NULL, UIO_SYSSPACE,
449 eargs.fd = uap->fd;
450 error = kern_execve(td, &eargs, NULL, oldvmspace);

Completed in 114 milliseconds