Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dunique.c37 uint64_t un_value; member
48 if (una->un_value < unb->un_value) in unique_compare()
50 if (una->un_value > unb->un_value) in unique_compare()
84 un->un_value = value; in unique_insert()
87 while (un->un_value == 0 || un->un_value & ~UNIQUE_MASK || in unique_insert()
90 (void) random_get_pseudo_bytes((void*)&un->un_value, in unique_insert()
91 sizeof (un->un_value)); in unique_insert()
92 un->un_value &= UNIQUE_MASK; in unique_insert()
99 return (un->un_value); in unique_insert()
108 un_tofind.un_value = value; in unique_remove()
/netbsd-src/sys/altq/
H A Daltq_cdnr.h54 u_long un_value; /* template */ member
60 #define tca_value tca_un.un_value