Home
last modified time | relevance | path

Searched refs:clock_seq_hi_and_reserved (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libuuid/common/
H A Duuid.c229 uuid->clock_seq_hi_and_reserved = (clock_seq & 0x3F00) >> 8; in format_uuid()
235 uuid->clock_seq_hi_and_reserved |= 0x80; in format_uuid()
308 u.time_hi_and_version, u.clock_seq_hi_and_reserved, in uuid_print()
343 tmp = uu->clock_seq_hi_and_reserved; in struct_to_string()
378 uuid->clock_seq_hi_and_reserved = tmp; in string_to_struct()
416 uuid.clock_seq_hi_and_reserved |= 0x80; in uuid_generate_random()
492 clock_seq = uuid.clock_seq_hi_and_reserved; in uuid_unparse_common()
588 uuid.clock_seq_hi_and_reserved = (clock_seq & 0xFF00) >> 8; in uuid_parse()
622 clk = uuid.clock_seq_hi_and_reserved; in uuid_time()
H A Duuid_misc.c145 UUCMP(uuid1.clock_seq_hi_and_reserved, uuid2.clock_seq_hi_and_reserved); in uuid_compare()
/titanic_44/usr/src/uts/common/sys/
H A Duuid.h74 uint8_t clock_seq_hi_and_reserved; member
/titanic_44/usr/src/uts/common/smbsrv/ndl/
H A Drpcpdu.ndl52 BYTE clock_seq_hi_and_reserved;