HomeSort by: relevance | last modified time | path
    Searched defs:un_value (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/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...]
  /src/sys/altq/
altq_cdnr.h 54 u_long un_value; /* template */ member in union:tc_action::__anon849
60 #define tca_value tca_un.un_value

Completed in 14 milliseconds