Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dqemu-os.h42 abi_long h2t_freebsd11_statfs(abi_ulong target_addr,
H A Dos-stat.h292 return h2t_freebsd11_statfs(target_stfs_addr, &host_stfs); in do_freebsd11_fhstatfs()
328 return h2t_freebsd11_statfs(arg2, &host_stfs); in do_freebsd11_statfs()
359 return h2t_freebsd11_statfs(target_addr, &host_stfs); in do_freebsd11_fstatfs()
405 if (h2t_freebsd11_statfs((target_addr + in do_freebsd11_getfsstat()
H A Dos-stat.c179 abi_long h2t_freebsd11_statfs(abi_ulong target_addr, in h2t_freebsd11_statfs() function