Searched refs:time_hi_and_version (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Duuid.h71 uint16_t time_hi_and_version; member in struct:uuid
87 (dest).time_hi_and_version = LE_16((dest).time_hi_and_version); \
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Duuid.h71 uint16_t time_hi_and_version; member in struct:uuid
87 (dest).time_hi_and_version = LE_16((dest).time_hi_and_version); \
/freebsd-current/lib/libc/uuid/
H A Duuid_stream.c43 * | time_mid | time_hi_and_version |
62 le16enc(p + 6, uuid->time_hi_and_version);
77 uuid->time_hi_and_version = le16dec(p + 6);
92 be16enc(p + 6, uuid->time_hi_and_version);
107 uuid->time_hi_and_version = be16dec(p + 6);
H A Duuid_compare.c66 DIFF_RETURN(a, b, time_hi_and_version);
H A Duuid_from_string.c73 &u->time_low, &u->time_mid, &u->time_hi_and_version,
H A Duuid_to_string.c61 u->time_low, u->time_mid, u->time_hi_and_version,
/freebsd-current/usr.bin/mkimg/
H A Duuid.c79 uuid->time_hi_and_version = (uint16_t)(time >> 48) & 0xfff;
80 uuid->time_hi_and_version |= 1 << 12;
117 le16enc(p + 6, uuid->time_hi_and_version);
H A Dmkimg.h95 uint16_t time_hi_and_version; member in struct:mkimg_uuid
/freebsd-current/bin/uuidgen/
H A Duuidgen.c63 u->time_low, u->time_mid, u->time_hi_and_version,
93 * the time_hi_and_version field to the 4-bit version number
96 item->time_hi_and_version &= ~(15 << 12);
97 item->time_hi_and_version |= (4 << 12);
/freebsd-current/sys/sys/
H A Duuid.h47 uint16_t time_hi_and_version; member in struct:uuid
/freebsd-current/stand/libsa/
H A Duuid_to_string.c95 tohex(&w, 4, u->time_hi_and_version);
H A Duuid_from_string.c105 u->time_hi_and_version = fromhex(s + 14, 4, &ok);
/freebsd-current/sys/kern/
H A Dkern_uuid.c310 * | time_mid | time_hi_and_version |
327 le16enc(p + 6, uuid->time_hi_and_version);
343 uuid->time_hi_and_version = le16dec(p + 6);
359 be16enc(p + 6, uuid->time_hi_and_version);
375 uuid->time_hi_and_version = be16dec(p + 6);
423 uuid->time_hi_and_version = c[2];
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dadv_data.c235 uuid.time_hi_and_version = le16dec(data+8);
/freebsd-current/sys/sys/disk/
H A Dgpt.h41 uint16_t time_hi_and_version; member in struct:gpt_uuid
/freebsd-current/stand/common/
H A Dpart.c118 uuid->time_hi_and_version = le16toh(uuid->time_hi_and_version);

Completed in 153 milliseconds