Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Duuid.h70 uint16_t time_mid; member
90 (dest).time_mid = LE_16((dest).time_mid); \
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid.c213 uuid->time_mid = (uint16_t)((timestamp >> 32) & 0xFFFF); in format_uuid()
307 (void) printf("%8.8x-%4.4x-%4.4x-%2.2x%2.2x-", u.time_low, u.time_mid, in uuid_print()
333 tmp = uu->time_mid; in struct_to_string()
371 uuid->time_mid = tmp; in string_to_struct()
497 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, clock_seq); in uuid_unparse_common()
579 uuid.time_mid = strtoul(in+9, NULL, 16); in uuid_parse()
622 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16); in uuid_time()
H A Duuid_misc.c143 UUCMP(uuid1.time_mid, uuid2.time_mid); in uuid_compare()
/illumos-gate/usr/src/boot/sys/sys/
H A Duuid.h46 uint16_t time_mid; member
/illumos-gate/usr/src/compat/bhyve/
H A Duuid.h45 be16enc(p + 4, ((struct uuid *)uuidp)->time_mid); in uuid_enc_le()
/illumos-gate/usr/src/boot/libsa/
H A Duuid_to_string.c96 tohex(&w, 4, u->time_mid); in uuid_to_string()
H A Duuid_from_string.c107 u->time_mid = fromhex(s + 9, 4, &ok); in uuid_from_string()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1638 if (g1->time_mid != g2->time_mid) in dboot_same_guids()
1818 conf[i].VendorGuid.time_mid, in print_efi32()
1856 conf[i].VendorGuid.time_mid, in print_efi64()
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsecurity.ndl32 WORD time_mid;
/illumos-gate/usr/src/boot/common/
H A Dpart.c137 uuid->time_mid = le16toh(uuid->time_mid); in uuid_letoh()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Drpcpdu.ndl51 WORD time_mid;