Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/
H A Dxattrtest.c681 size_t rndsz = sizeof (xattrbytes); in main() local
683 rc = get_random_bytes(xattrbytes, rndsz); in main()
684 if (rc < rndsz) { in main()
686 "got %d\n", errno, rndsz, rc); in main()