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

/freebsd-10-stable/sys/amd64/linux/
H A Dlinux_machdep.c95 struct image_args eargs; local
103 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, args->argp,
107 error = linux_common_execve(td, &eargs);
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_emul.c172 linux_common_execve(struct thread *td, struct image_args *eargs) argument
187 error = kern_execve(td, eargs, NULL);
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c202 struct image_args eargs; local
214 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, uap->argp, NULL);
217 error = kern_execve(td, &eargs, NULL);
227 struct image_args eargs; local
239 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, uap->argp,
243 error = kern_execve(td, &eargs, NULL);
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_misc.c169 struct image_args eargs; local
181 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, uap->argp, NULL);
184 error = kern_execve(td, &eargs, NULL);
194 struct image_args eargs; local
206 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, uap->argp,
210 error = kern_execve(td, &eargs, NULL);
/freebsd-10-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-10-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-10-stable/usr.sbin/mountd/
H A Dmountd.c1757 struct nfsex_args eargs; local
1790 bzero(&eargs, sizeof (eargs));
1791 eargs.export.ex_flags = MNT_DELEXPORT;
1793 nfssvc(NFSSVC_V4ROOTEXPORT, (caddr_t)&eargs) < 0 &&
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c403 struct image_args eargs; local
410 error = freebsd32_exec_copyin_args(&eargs, uap->fname, UIO_USERSPACE,
413 error = kern_execve(td, &eargs, NULL);
421 struct image_args eargs; local
428 error = freebsd32_exec_copyin_args(&eargs, NULL, UIO_SYSSPACE,
431 eargs.fd = uap->fd;
432 error = kern_execve(td, &eargs, NULL);

Completed in 180 milliseconds