Searched refs:time_mid (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | uuid.h | 70 uint16_t time_mid; member 90 (dest).time_mid = LE_16((dest).time_mid); \
|
/illumos-gate/usr/src/lib/libuuid/common/ |
H A D | uuid.c | 213 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 D | uuid_misc.c | 143 UUCMP(uuid1.time_mid, uuid2.time_mid); in uuid_compare()
|
/illumos-gate/usr/src/compat/bhyve/ |
H A D | uuid.h | 45 be16enc(p + 4, ((struct uuid *)uuidp)->time_mid); in uuid_enc_le()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | uuid.h | 46 uint16_t time_mid; member
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | uuid_to_string.c | 96 tohex(&w, 4, u->time_mid); in uuid_to_string()
|
H A D | uuid_from_string.c | 107 u->time_mid = fromhex(s + 9, 4, &ok); in uuid_from_string()
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 1753 if (g1->time_mid != g2->time_mid) in dboot_same_guids() 1933 conf[i].VendorGuid.time_mid, in print_efi32() 1971 conf[i].VendorGuid.time_mid, in print_efi64()
|
/illumos-gate/usr/src/uts/common/smbsrv/ndl/ |
H A D | security.ndl | 32 WORD time_mid;
|
/illumos-gate/usr/src/boot/common/ |
H A D | part.c | 137 uuid->time_mid = le16toh(uuid->time_mid); in uuid_letoh()
|
/illumos-gate/usr/src/lib/libmlrpc/common/ |
H A D | rpcpdu.ndl | 51 WORD time_mid;
|