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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c327 uint64_t next_pair[2]; local
339 next_pair[0] = square[0];
340 next_pair[1] = square[1];
341 dt_shift_128(next_pair, -pair_shift);
342 next_pair[0] &= 0x3;
343 next_pair[1] = 0;
346 dt_add_128(diff, next_pair, diff);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c3989 nvpair_t *pair, *next_pair; local
4002 next_pair = nvlist_next_nvpair(props, pair);
4011 pair = next_pair;
4074 nvpair_t *pair, *next_pair; local
4084 next_pair = nvlist_next_nvpair(props, pair);
4095 pair = next_pair;

Completed in 60 milliseconds