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

  /src/sys/sys/
uuid.h 51 uint32_t time_low; member in struct:uuid
  /src/sbin/gpt/
gpt_uuid.c 55 uint32_t time_low; member in struct:dce_uuid
104 uuid->time_low = le32dec(p);
119 le32enc(p, uuid->time_low);
133 u->time_low, u->time_mid, u->time_hi_and_version,
193 &u->time_low, &u->time_mid, &u->time_hi_and_version,
341 u->time_low = x & UINT64_C(0xffffffff);

Completed in 12 milliseconds