Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dqemu-os.h47 abi_long h2t_freebsd_statfs(abi_ulong target_addr,
H A Dos-stat.h311 return h2t_freebsd_statfs(target_stfs_addr, &host_stfs); in do_freebsd_fhstatfs()
345 return h2t_freebsd_statfs(arg2, &host_stfs); in do_freebsd_statfs()
373 return h2t_freebsd_statfs(target_addr, &host_stfs); in do_freebsd_fstatfs()
443 if (h2t_freebsd_statfs((target_addr + in do_freebsd_getfsstat()
H A Dos-stat.c217 abi_long h2t_freebsd_statfs(abi_ulong target_addr, in h2t_freebsd_statfs() function