Home
last modified time | relevance | path

Searched refs:eargs (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/arm64/linux/
H A Dlinux_machdep.c68 struct image_args eargs; in linux_execve() local
73 error = exec_copyin_args(&eargs, uap->path, UIO_USERSPACE, in linux_execve()
77 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, in linux_execve()
82 error = linux_common_execve(td, &eargs); in linux_execve()
/f-stack/freebsd/amd64/linux/
H A Dlinux_machdep.c99 struct image_args eargs; in linux_execve() local
106 error = exec_copyin_args(&eargs, args->path, UIO_USERSPACE, in linux_execve()
110 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, args->argp, in linux_execve()
115 error = linux_common_execve(td, &eargs); in linux_execve()
/f-stack/freebsd/i386/linux/
H A Dlinux_machdep.c104 struct image_args eargs; in linux_execve() local
109 error = exec_copyin_args(&eargs, args->path, UIO_USERSPACE, in linux_execve()
113 error = exec_copyin_args(&eargs, newpath, UIO_SYSSPACE, in linux_execve()
118 error = linux_common_execve(td, &eargs); in linux_execve()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_machdep.c131 struct image_args eargs; in linux_execve() local
137 error = freebsd32_exec_copyin_args(&eargs, path, UIO_SYSSPACE, in linux_execve()
141 error = linux_common_execve(td, &eargs); in linux_execve()