Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dos-proc.h40 static inline abi_long do_freebsd_execve(abi_ulong path_or_fd, abi_ulong argp, in do_freebsd_execve() function
H A Dos-syscall.c245 ret = do_freebsd_execve(arg1, arg2, arg3); in freebsd_syscall()