Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dunique.c35 uint64_t un_value; member
46 return (TREE_CMP(una->un_value, unb->un_value)); in unique_compare()
78 un->un_value = value; in unique_insert()
81 while (un->un_value == 0 || un->un_value & ~UNIQUE_MASK || in unique_insert()
84 (void) random_get_pseudo_bytes((void*)&un->un_value, in unique_insert()
85 sizeof (un->un_value)); in unique_insert()
86 un->un_value &= UNIQUE_MASK; in unique_insert()
93 return (un->un_value); in unique_insert()
102 un_tofind.un_value = value; in unique_remove()
/illumos-gate/usr/src/cmd/dis/
H A Ddis_list.c50 int un_value; /* user-supplied data */ member
115 node->un_value = value; in dis_namelist_add()
164 resolved->rn_value = unp->un_value; in walk_sections()
241 resolved->rn_value = unp->un_value; in walk_functions()