Searched defs:intval2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c4058 uint64_t intval1, intval2; local
4061 VERIFY(nvpair_value_uint64(p2, &intval2) == 0);
4062 return (intval1 == intval2);

Completed in 59 milliseconds