Home
last modified time | relevance | path

Searched refs:time_hi_and_version (Results 1 – 17 of 17) sorted by relevance

/freebsd/lib/libc/uuid/
H A Duuid_stream.c62 le16enc(p + 6, uuid->time_hi_and_version); in uuid_enc_le()
77 uuid->time_hi_and_version = le16dec(p + 6); in uuid_dec_le()
92 be16enc(p + 6, uuid->time_hi_and_version); in uuid_enc_be()
107 uuid->time_hi_and_version = be16dec(p + 6); in uuid_dec_be()
H A Duuid_to_string.c61 u->time_low, u->time_mid, u->time_hi_and_version, in uuid_to_string()
H A Duuid_from_string.c73 &u->time_low, &u->time_mid, &u->time_hi_and_version, in uuid_from_string()
H A Duuid_compare.c66 DIFF_RETURN(a, b, time_hi_and_version); in uuid_compare()
/freebsd/sys/contrib/openzfs/include/sys/
H A Duuid.h72 uint16_t time_hi_and_version; member
88 (dest).time_hi_and_version = LE_16((dest).time_hi_and_version); \
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Duuid.h72 uint16_t time_hi_and_version; member
88 (dest).time_hi_and_version = LE_16((dest).time_hi_and_version); \
/freebsd/usr.bin/mkimg/
H A Duuid.c79 uuid->time_hi_and_version = (uint16_t)(time >> 48) & 0xfff; in osdep_uuidgen()
80 uuid->time_hi_and_version |= 1 << 12; in osdep_uuidgen()
117 le16enc(p + 6, uuid->time_hi_and_version); in mkimg_uuid_enc()
H A Dmkimg.h95 uint16_t time_hi_and_version; member
/freebsd/bin/uuidgen/
H A Duuidgen.c63 u->time_low, u->time_mid, u->time_hi_and_version, in uuid_to_compact_string()
96 item->time_hi_and_version &= ~(15 << 12); in uuidgen_v4()
97 item->time_hi_and_version |= (4 << 12); in uuidgen_v4()
/freebsd/sys/kern/
H A Dkern_uuid.c310 * | time_mid | time_hi_and_version |
327 le16enc(p + 6, uuid->time_hi_and_version); in le_uuid_enc()
343 uuid->time_hi_and_version = le16dec(p + 6); in le_uuid_dec()
359 be16enc(p + 6, uuid->time_hi_and_version); in be_uuid_enc()
375 uuid->time_hi_and_version = be16dec(p + 6); in be_uuid_dec()
423 uuid->time_hi_and_version = c[2]; in validate_uuid()
/freebsd/sys/sys/
H A Duuid.h47 uint16_t time_hi_and_version; member
/freebsd/stand/libsa/
H A Duuid_to_string.c95 tohex(&w, 4, u->time_hi_and_version); in uuid_to_string()
H A Duuid_from_string.c105 u->time_hi_and_version = fromhex(s + 14, 4, &ok); in uuid_from_string()
/freebsd/sys/sys/disk/
H A Dgpt.h41 uint16_t time_hi_and_version; member
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dadv_data.c235 uuid.time_hi_and_version = le16dec(data+8); in adv_uuid2str()
/freebsd/stand/common/
H A Dpart.c118 uuid->time_hi_and_version = le16toh(uuid->time_hi_and_version); in uuid_letoh()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi8693 <var-decl name='time_hi_and_version' type-id='149c6638' visibility='default'/>