Home
last modified time | relevance | path

Searched refs:print_freebsd_syscall (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dstrace.c219 void print_freebsd_syscall(int num, abi_long arg1, abi_long arg2, abi_long arg3, in print_freebsd_syscall() function
H A Dqemu.h209 print_freebsd_syscall(int num,
/openbmc/qemu/bsd-user/freebsd/
H A Dos-syscall.c939 print_freebsd_syscall(num, arg1, arg2, arg3, arg4, arg5, arg6); in do_freebsd_syscall()