Home
last modified time | relevance | path

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

/illumos-gate/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()
414 uuid.clock_seq_hi_and_reserved &= 0x3f; in uuid_generate_random()
415 uuid.clock_seq_hi_and_reserved |= 0x80; in uuid_generate_random()
486 clock_seq = uuid.clock_seq_hi_and_reserved; in uuid_unparse_common()
582 uuid.clock_seq_hi_and_reserved = (clock_seq & 0xFF00) >> 8; in uuid_parse()
616 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()
/illumos-gate/usr/src/boot/libsa/
H A Duuid_from_string.c110 u->clock_seq_hi_and_reserved = fromhex(s + 19, 2, &ok); in uuid_from_string()
122 n = u->clock_seq_hi_and_reserved; in uuid_from_string()
H A Duuid_to_string.c101 tohex(&w, 2, u->clock_seq_hi_and_reserved); in uuid_to_string()
/illumos-gate/usr/src/uts/common/sys/
H A Duuid.h72 uint8_t clock_seq_hi_and_reserved; member
/illumos-gate/usr/src/compat/bhyve/
H A Duuid.h47 p[8] = ((struct uuid *)uuidp)->clock_seq_hi_and_reserved; in uuid_enc_le()
/illumos-gate/usr/src/boot/sys/sys/
H A Duuid.h48 uint8_t clock_seq_hi_and_reserved; member
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1757 if (g1->clock_seq_hi_and_reserved != g2->clock_seq_hi_and_reserved) in dboot_same_guids()
1935 conf[i].VendorGuid.clock_seq_hi_and_reserved, in print_efi32()
1973 conf[i].VendorGuid.clock_seq_hi_and_reserved, in print_efi64()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Drpcpdu.ndl53 BYTE clock_seq_hi_and_reserved;