HomeSort by relevance Sort by last modified time
    Searched refs:un_value (Results 1 - 2 of 2) sorted by null

  /netvirt/usr/src/uts/common/fs/zfs/
unique.c 37 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...]
  /netvirt/usr/src/cmd/dis/
dis_list.c 52 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 2820 milliseconds