Home
last modified time | relevance | path

Searched refs:freebsd32_exec_copyin_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_util.h122 int freebsd32_exec_copyin_args(struct image_args *args, const char *fname,
H A Dfreebsd32_misc.c401 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()