Searched refs:time_low (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | uuid.h | 69 uint32_t time_low; member 89 (dest).time_low = LE_32((dest).time_low); \
|
/illumos-gate/usr/src/lib/libuuid/common/ |
H A D | uuid.c | 212 uuid->time_low = (uint32_t)(timestamp & 0xFFFFFFFF); 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() 324 tmp = uu->time_low; in struct_to_string() 367 uuid->time_low = tmp; in string_to_struct() 497 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, clock_seq); in uuid_unparse_common() 578 uuid.time_low = strtoul(in, NULL, 16); in uuid_parse() 623 clock_reg = uuid.time_low | ((u_longlong_t)high << 32); in uuid_time()
|
H A D | uuid_misc.c | 142 UUCMP(uuid1.time_low, uuid2.time_low); in uuid_compare()
|
/illumos-gate/usr/src/compat/bhyve/ |
H A D | uuid.h | 44 be32enc(p, ((struct uuid *)uuidp)->time_low); in uuid_enc_le()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | uuid.h | 45 uint32_t time_low; member
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | uuid_to_string.c | 94 tohex(&w, 8, u->time_low); in uuid_to_string()
|
H A D | uuid_from_string.c | 106 u->time_low = fromhex(s , 8, &ok); in uuid_from_string()
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 1751 if (g1->time_low != g2->time_low) in dboot_same_guids() 1932 conf[i].VendorGuid.time_low, in print_efi32() 1970 conf[i].VendorGuid.time_low, in print_efi64()
|
/illumos-gate/usr/src/uts/common/smbsrv/ndl/ |
H A D | security.ndl | 31 DWORD time_low;
|
/illumos-gate/usr/src/boot/common/ |
H A D | part.c | 136 uuid->time_low = le32toh(uuid->time_low); in uuid_letoh()
|
/illumos-gate/usr/src/lib/libmlrpc/common/ |
H A D | rpcpdu.ndl | 50 DWORD time_low;
|