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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dunique.c37 uint64_t un_value; member in struct:unique
48 return (TREE_CMP(una->un_value, unb->un_value));
80 un->un_value = value;
83 while (un->un_value == 0 || un->un_value & ~UNIQUE_MASK ||
86 (void) random_get_pseudo_bytes((void*)&un->un_value,
87 sizeof (un->un_value));
88 un->un_value &= UNIQUE_MASK;
95 return (un->un_value);
[all...]
/freebsd-13-stable/sys/net/altq/
H A Daltq_cdnr.h54 u_long un_value; /* template */ member in union:tc_action::__anon14831
60 #define tca_value tca_un.un_value

Completed in 104 milliseconds