Searched refs:thiskey (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zap_leaf.c | 343 uint64_t *thiskey = in zap_leaf_array_match() local 344 kmem_alloc(array_numints * sizeof (*thiskey), KM_SLEEP); in zap_leaf_array_match() 345 ASSERT(zn->zn_key_intlen == sizeof (*thiskey)); in zap_leaf_array_match() 347 zap_leaf_array_read(l, chunk, sizeof (*thiskey), array_numints, in zap_leaf_array_match() 348 sizeof (*thiskey), array_numints, thiskey); in zap_leaf_array_match() 349 boolean_t match = bcmp(thiskey, zn->zn_key_orig, in zap_leaf_array_match() 350 array_numints * sizeof (*thiskey)) == 0; in zap_leaf_array_match() 351 kmem_free(thiskey, array_numints * sizeof (*thiskey)); in zap_leaf_array_match()
|