Home
last modified time | relevance | path

Searched refs:time_hi_and_version (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libuuid/common/
H A Duuid.c214 uuid->time_hi_and_version = (uint16_t)((timestamp >> 48) & 0x0FFF); in format_uuid()
219 uuid->time_hi_and_version |= (1 << 12); in format_uuid()
308 u.time_hi_and_version, u.clock_seq_hi_and_reserved, in uuid_print()
338 tmp = uu->time_hi_and_version; in struct_to_string()
375 uuid->time_hi_and_version = tmp; in string_to_struct()
406 uuid.time_hi_and_version |= (1 << 14); in uuid_generate_random()
410 uuid.time_hi_and_version &= VER1_MASK; in uuid_generate_random()
503 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, clock_seq); in uuid_unparse_common()
586 uuid.time_hi_and_version = strtoul(in+14, NULL, 16); in uuid_parse()
621 tmp = (uuid.time_hi_and_version & 0xF000) >> 12; in uuid_time()
[all …]
H A Duuid_misc.c144 UUCMP(uuid1.time_hi_and_version, uuid2.time_hi_and_version); in uuid_compare()
/titanic_44/usr/src/uts/common/sys/
H A Duuid.h73 uint16_t time_hi_and_version; member
93 (dest).time_hi_and_version = LE_16((dest).time_hi_and_version); \
/titanic_44/usr/src/uts/common/smbsrv/ndl/
H A Dsecurity.ndl33 WORD time_hi_and_version;
H A Drpcpdu.ndl51 WORD time_hi_and_version;