Searched refs:zr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c3227 zil_replay_arg_t *zr = zra; local
3261 bcopy(lr, zr->zr_lr, reclen);
3268 zr->zr_lr + reclen);
3280 if (zr->zr_byteswap)
3281 byteswap_uint64_array(zr->zr_lr, reclen);
3289 error = zr->zr_replay[txtype](zr->zr_arg, zr->zr_lr, zr->zr_byteswap);
3299 error = zr
3323 zil_replay_arg_t zr; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl343 s/cclr\s+([wx])([^,]+),\s*([a-z]+)/csel $1$2,$1zr,$1$2,$3/o or
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl903 s/cclr\s+([wx])([^,]+),\s*([a-z]+)/csel $1$2,$1zr,$1$2,$3/o or
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1238 int zr; local
1240 zr = uncompress((Bytef *)a->uncompressed_buffer,
1242 if (zr != Z_OK) {

Completed in 114 milliseconds