Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/include/sys/
HDuuid.h72 uint16_t time_hi_and_version; member
88 (dest).time_hi_and_version = LE_16((dest).time_hi_and_version); \
/freebsd-head/lib/libc/uuid/
HDuuid_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()
HDuuid_to_string.c61 u->time_low, u->time_mid, u->time_hi_and_version, in uuid_to_string()
HDuuid_from_string.c73 &u->time_low, &u->time_mid, &u->time_hi_and_version, in uuid_from_string()
HDuuid_compare.c66 DIFF_RETURN(a, b, time_hi_and_version); in uuid_compare()
/freebsd-head/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDuuid.h72 uint16_t time_hi_and_version; member
88 (dest).time_hi_and_version = LE_16((dest).time_hi_and_version); \
/freebsd-head/usr.bin/mkimg/
HDuuid.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()
HDmkimg.h95 uint16_t time_hi_and_version; member
/freebsd-head/bin/uuidgen/
HDuuidgen.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-head/sys/kern/
HDkern_uuid.c327 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-head/sys/sys/
HDuuid.h47 uint16_t time_hi_and_version; member
/freebsd-head/stand/libsa/
HDuuid_to_string.c95 tohex(&w, 4, u->time_hi_and_version); in uuid_to_string()
HDuuid_from_string.c105 u->time_hi_and_version = fromhex(s + 14, 4, &ok); in uuid_from_string()
/freebsd-head/sys/sys/disk/
HDgpt.h41 uint16_t time_hi_and_version; member
/freebsd-head/usr.sbin/bluetooth/hccontrol/
HDadv_data.c235 uuid.time_hi_and_version = le16dec(data+8); in adv_uuid2str()
/freebsd-head/stand/common/
HDpart.c118 uuid->time_hi_and_version = le16toh(uuid->time_hi_and_version); in uuid_letoh()
/freebsd-head/sys/contrib/openzfs/lib/libzfs/
HDlibzfs.abi8680 <var-decl name='time_hi_and_version' type-id='149c6638' visibility='default'/>