Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dvfs_syscalls.c1396 int (*copyfn)(const void *, void *, size_t), size_t entry_sz, in do_sys_getvfsstat() argument
1408 maxcount = bufsize / entry_sz; in do_sys_getvfsstat()
1418 error = copyfn(sb, sfsp, entry_sz); in do_sys_getvfsstat()
1421 sfsp = (char *)sfsp + entry_sz; in do_sys_getvfsstat()
1436 error = copyfn(sb, sfsp, entry_sz); in do_sys_getvfsstat()