Lines Matching defs:thiskey
376 uint64_t *thiskey =
377 kmem_alloc(array_numints * sizeof (*thiskey), KM_SLEEP);
378 ASSERT(zn->zn_key_intlen == sizeof (*thiskey));
380 zap_leaf_array_read(l, chunk, sizeof (*thiskey), array_numints,
381 sizeof (*thiskey), array_numints, thiskey);
382 boolean_t match = memcmp(thiskey, zn->zn_key_orig,
383 array_numints * sizeof (*thiskey)) == 0;
384 kmem_free(thiskey, array_numints * sizeof (*thiskey));