Searched refs:freebsd32_exec_copyin_args (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_util.h | 122 int freebsd32_exec_copyin_args(struct image_args *args, const char *fname,
|
H A D | freebsd32_misc.c | 401 freebsd32_exec_copyin_args(struct image_args *args, const char *fname, in freebsd32_exec_copyin_args() function 478 error = freebsd32_exec_copyin_args(&eargs, uap->fname, UIO_USERSPACE, in freebsd32_execve() 497 error = freebsd32_exec_copyin_args(&eargs, NULL, UIO_SYSSPACE, in freebsd32_fexecve()
|