Searched refs:time_hi_and_version (Results 1 – 17 of 17) sorted by relevance
/freebsd/lib/libc/uuid/ |
H A D | uuid_stream.c | 62 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 D | uuid_to_string.c | 61 u->time_low, u->time_mid, u->time_hi_and_version, in uuid_to_string()
|
H A D | uuid_from_string.c | 73 &u->time_low, &u->time_mid, &u->time_hi_and_version, in uuid_from_string()
|
H A D | uuid_compare.c | 66 DIFF_RETURN(a, b, time_hi_and_version); in uuid_compare()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | uuid.h | 72 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 D | uuid.h | 72 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 D | uuid.c | 79 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 D | mkimg.h | 95 uint16_t time_hi_and_version; member
|
/freebsd/bin/uuidgen/ |
H A D | uuidgen.c | 63 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 D | kern_uuid.c | 310 * | 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 D | uuid.h | 47 uint16_t time_hi_and_version; member
|
/freebsd/stand/libsa/ |
H A D | uuid_to_string.c | 95 tohex(&w, 4, u->time_hi_and_version); in uuid_to_string()
|
H A D | uuid_from_string.c | 105 u->time_hi_and_version = fromhex(s + 14, 4, &ok); in uuid_from_string()
|
/freebsd/sys/sys/disk/ |
H A D | gpt.h | 41 uint16_t time_hi_and_version; member
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | adv_data.c | 235 uuid.time_hi_and_version = le16dec(data+8); in adv_uuid2str()
|
/freebsd/stand/common/ |
H A D | part.c | 118 uuid->time_hi_and_version = le16toh(uuid->time_hi_and_version); in uuid_letoh()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 8693 <var-decl name='time_hi_and_version' type-id='149c6638' visibility='default'/>
|