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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dunique.c37 uint64_t un_value; member in struct:unique
48 if (una->un_value < unb->un_value)
50 if (una->un_value > unb->un_value)
84 un->un_value = value;
87 while (un->un_value == 0 || un->un_value & ~UNIQUE_MASK ||
90 (void) random_get_pseudo_bytes((void*)&un->un_value,
91 sizeof (un->un_value));
[all...]
/netbsd-current/sys/altq/
H A Daltq_cdnr.h54 u_long un_value; /* template */ member in union:tc_action::__anon7980
60 #define tca_value tca_un.un_value

Completed in 221 milliseconds