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

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c340 uint64_t *thiskey; local
343 ASSERT(zn->zn_key_intlen == sizeof (*thiskey));
344 thiskey = kmem_alloc(array_numints * sizeof (*thiskey),
347 zap_leaf_array_read(l, chunk, sizeof (*thiskey), array_numints,
348 sizeof (*thiskey), array_numints, thiskey);
349 match = bcmp(thiskey, zn->zn_key_orig,
350 array_numints * sizeof (*thiskey)) == 0;
351 kmem_free(thiskey, array_numint
[all...]

Completed in 40 milliseconds