Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dqemu-os.h36 abi_long h2t_freebsd11_stat(abi_ulong target_addr,
H A Dos-stat.h68 ret = h2t_freebsd11_stat(arg2, &st); in do_freebsd11_stat()
84 ret = h2t_freebsd11_stat(arg2, &st); in do_freebsd11_lstat()
97 ret = h2t_freebsd11_stat(arg2, &st); in do_freebsd11_fstat()
127 ret = h2t_freebsd11_stat(arg3, &st); in do_freebsd11_fstatat()
255 return h2t_freebsd11_stat(arg2, &host_sb); in do_freebsd11_fhstat()
H A Dos-stat.c26 abi_long h2t_freebsd11_stat(abi_ulong target_addr, in h2t_freebsd11_stat() function