Searched refs:xattr_val (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/features/large_dnode/ |
H A D | large_dnode_002_pos.ksh | 71 xattr_val=$(dd if=/dev/urandom bs=1 count=$xattr_size | 73 log_must setfattr -n $xattr_name -v 0s$xattr_val $file
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_disk_posix.c | 4173 char *xattr_names = NULL, *xattr_val = NULL; in copy_xattrs() local 4210 p = realloc(xattr_val, s); in copy_xattrs() 4217 xattr_val = p; in copy_xattrs() 4218 s = fgetxattr(tmpfd, xattr_names + xattr_i, xattr_val, s, 0, 0); in copy_xattrs() 4225 f = fsetxattr(dffd, xattr_names + xattr_i, xattr_val, s, 0, 0); in copy_xattrs() 4235 free(xattr_val); in copy_xattrs()
|