Home
last modified time | relevance | path

Searched refs:intval2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c5049 uint64_t intval1, intval2; in propval_equals() local
5052 VERIFY(nvpair_value_uint64(p2, &intval2) == 0); in propval_equals()
5053 return (intval1 == intval2); in propval_equals()