Home
last modified time | relevance | path

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

/illumos-gate/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()
407 uuid.time_hi_and_version &= 0xfff; in uuid_generate_random()
408 uuid.time_hi_and_version |= (1 << 14); in uuid_generate_random()
497 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, clock_seq); in uuid_unparse_common()
580 uuid.time_hi_and_version = strtoul(in+14, NULL, 16); in uuid_parse()
615 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()
/illumos-gate/usr/src/uts/common/sys/
H A Duuid.h71 uint16_t time_hi_and_version; member
91 (dest).time_hi_and_version = LE_16((dest).time_hi_and_version); \
/illumos-gate/usr/src/boot/sys/sys/
H A Duuid.h47 uint16_t time_hi_and_version; member
/illumos-gate/usr/src/compat/bhyve/
H A Duuid.h46 be16enc(p + 6, ((struct uuid *)uuidp)->time_hi_and_version); in uuid_enc_le()
/illumos-gate/usr/src/boot/libsa/
H A Duuid_to_string.c98 tohex(&w, 4, u->time_hi_and_version); in uuid_to_string()
H A Duuid_from_string.c108 u->time_hi_and_version = fromhex(s + 14, 4, &ok); in uuid_from_string()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1640 if (g1->time_hi_and_version != g2->time_hi_and_version) in dboot_same_guids()
1819 conf[i].VendorGuid.time_hi_and_version, in print_efi32()
1857 conf[i].VendorGuid.time_hi_and_version, in print_efi64()
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsecurity.ndl33 WORD time_hi_and_version;
/illumos-gate/usr/src/boot/common/
H A Dpart.c138 uuid->time_hi_and_version = le16toh(uuid->time_hi_and_version); in uuid_letoh()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Drpcpdu.ndl52 WORD time_hi_and_version;