Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Duuid.h69 uint32_t time_low; member
89 (dest).time_low = LE_32((dest).time_low); \
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid.c212 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 Duuid_misc.c142 UUCMP(uuid1.time_low, uuid2.time_low); in uuid_compare()
/illumos-gate/usr/src/boot/sys/sys/
H A Duuid.h45 uint32_t time_low; member
/illumos-gate/usr/src/compat/bhyve/
H A Duuid.h44 be32enc(p, ((struct uuid *)uuidp)->time_low); in uuid_enc_le()
/illumos-gate/usr/src/boot/libsa/
H A Duuid_to_string.c94 tohex(&w, 8, u->time_low); in uuid_to_string()
H A Duuid_from_string.c106 u->time_low = fromhex(s , 8, &ok); in uuid_from_string()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1636 if (g1->time_low != g2->time_low) in dboot_same_guids()
1817 conf[i].VendorGuid.time_low, in print_efi32()
1855 conf[i].VendorGuid.time_low, in print_efi64()
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsecurity.ndl31 DWORD time_low;
/illumos-gate/usr/src/boot/common/
H A Dpart.c136 uuid->time_low = le32toh(uuid->time_low); in uuid_letoh()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Drpcpdu.ndl50 DWORD time_low;