Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/
H A Dxattrtest.c521 char *verify_value = NULL; in getxattrs() local
530 verify_value = malloc(XATTR_SIZE_MAX); in getxattrs()
531 if (verify_value == NULL) { in getxattrs()
546 verify_string = value_is_random ? "<random>" : verify_value; in getxattrs()
585 shift = sprintf(verify_value, "size=%d ", in getxattrs()
587 memcpy(verify_value + shift, xattrbytes, in getxattrs()
591 memcmp(verify_value, value, rnd_size)) { in getxattrs()
614 if (verify_value) in getxattrs()
615 free(verify_value); in getxattrs()