Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c4081 uint64_t intval1, intval2; in propval_equals() local
4084 VERIFY(nvpair_value_uint64(p2, &intval2) == 0); in propval_equals()
4085 return (intval1 == intval2); in propval_equals()