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

/freebsd-10.1-release/sys/i386/ibcs2/
H A Dibcs2_misc.c202 struct image_args eargs; local
208 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, uap->argp, NULL);
211 error = kern_execve(td, &eargs, NULL);
220 struct image_args eargs; local
226 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, uap->argp,
230 error = kern_execve(td, &eargs, NULL);
/freebsd-10.1-release/sys/compat/svr4/
H A Dsvr4_misc.c169 struct image_args eargs; local
175 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, uap->argp, NULL);
178 error = kern_execve(td, &eargs, NULL);
187 struct image_args eargs; local
193 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, uap->argp,
197 error = kern_execve(td, &eargs, NULL);
/freebsd-10.1-release/sys/amd64/linux32/
H A Dlinux32_machdep.c139 struct image_args eargs; local
150 error = freebsd32_exec_copyin_args(&eargs, path, UIO_SYSSPACE,
154 error = kern_execve(td, &eargs, NULL);
/freebsd-10.1-release/sys/i386/linux/
H A Dlinux_machdep.c131 struct image_args eargs; local
140 error = exec_copyin_args(&eargs, newpath, UIO_SYSSPACE,
144 error = kern_execve(td, &eargs, NULL);
/freebsd-10.1-release/usr.sbin/mountd/
H A Dmountd.c1664 struct nfsex_args eargs; local
1697 bzero(&eargs, sizeof (eargs));
1698 eargs.export.ex_flags = MNT_DELEXPORT;
1700 nfssvc(NFSSVC_V4ROOTEXPORT, (caddr_t)&eargs) < 0 &&
/freebsd-10.1-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c402 struct image_args eargs; local
405 error = freebsd32_exec_copyin_args(&eargs, uap->fname, UIO_USERSPACE,
408 error = kern_execve(td, &eargs, NULL);
415 struct image_args eargs; local
418 error = freebsd32_exec_copyin_args(&eargs, NULL, UIO_SYSSPACE,
421 eargs.fd = uap->fd;
422 error = kern_execve(td, &eargs, NULL);

Completed in 89 milliseconds