Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.h383 long host_bufsize; in do_freebsd11_getfsstat() local
393 host_bufsize = sizeof(struct freebsd11_statfs) * count; in do_freebsd11_getfsstat()
394 host_stfs = alloca(host_bufsize); in do_freebsd11_getfsstat()
399 ret = count = get_errno(freebsd11_getfsstat(host_stfs, host_bufsize, flags)); in do_freebsd11_getfsstat()
421 long host_bufsize; in do_freebsd_getfsstat() local
431 host_bufsize = sizeof(struct statfs) * count; in do_freebsd_getfsstat()
432 host_stfs = alloca(host_bufsize); in do_freebsd_getfsstat()
437 ret = count = get_errno(getfsstat(host_stfs, host_bufsize, flags)); in do_freebsd_getfsstat()