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

/illumos-gate/usr/src/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...]
/illumos-gate/usr/src/cmd/dis/
H A Ddis_list.c52 int un_value; /* user-supplied data */ member in struct:unresolved_name
117 node->un_value = value;
166 resolved->rn_value = unp->un_value;
243 resolved->rn_value = unp->un_value;

Completed in 91 milliseconds