Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_crypt.c1766 uint_t nr_plain = 1, nr_cipher = 2; in zio_crypt_init_uios_normal() local
1777 cipher_iovecs = kmem_alloc(nr_cipher * sizeof (iovec_t), in zio_crypt_init_uios_normal()
1793 cuio->uio_iovcnt = nr_cipher; in zio_crypt_init_uios_normal()
1801 kmem_free(cipher_iovecs, nr_cipher * sizeof (iovec_t)); in zio_crypt_init_uios_normal()