Home
last modified time | relevance | path

Searched refs:intval1 (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
4083 VERIFY(nvpair_value_uint64(p1, &intval1) == 0); in propval_equals()
4085 return (intval1 == intval2); in propval_equals()