Searched refs:time_mid (Results 1 – 9 of 9) sorted by relevance
| /titanic_53/usr/src/uts/common/sys/ |
| H A D | uuid.h | 72 uint16_t time_mid; member 92 (dest).time_mid = LE_16((dest).time_mid); \
|
| /titanic_53/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() 503 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, clock_seq); in uuid_unparse_common() 585 uuid.time_mid = strtoul(in+9, NULL, 16); in uuid_parse() 628 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()
|
| /titanic_53/usr/src/boot/sys/sys/ |
| H A D | uuid.h | 46 uint16_t time_mid; member
|
| /titanic_53/usr/src/boot/lib/libstand/ |
| 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()
|
| /titanic_53/usr/src/uts/common/smbsrv/ndl/ |
| H A D | security.ndl | 32 WORD time_mid;
|
| H A D | rpcpdu.ndl | 50 WORD time_mid;
|
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | part.c | 134 uuid->time_mid = le16toh(uuid->time_mid); in uuid_letoh()
|