Searched refs:time_low (Results 1 – 19 of 19) sorted by relevance
/freebsd/lib/libc/uuid/ |
H A D | uuid_stream.c | 60 le32enc(p, uuid->time_low); in uuid_enc_le() 75 uuid->time_low = le32dec(p); in uuid_dec_le() 90 be32enc(p, uuid->time_low); in uuid_enc_be() 105 uuid->time_low = be32dec(p); in uuid_dec_be()
|
H A D | uuid_hash.c | 48 return ((u) ? u->time_low & 0xffff : 0); in uuid_hash()
|
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 | 64 DIFF_RETURN(a, b, time_low); in uuid_compare()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | uuid.h | 69 uint32_t time_low; member 85 (dest).time_low = LE_32((dest).time_low); \
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | uuid.h | 69 uint32_t time_low; member 85 (dest).time_low = LE_32((dest).time_low); \
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | sdp.c | 67 u1.time_low = uuid; in _sdp_match_uuid16() 98 uuid->time_low = be16dec(p); in _sdp_get_uuid() 107 uuid->time_low = be32dec(p); in _sdp_get_uuid()
|
/freebsd/sys/kern/ |
H A D | kern_uuid.c | 308 * | time_low | 325 le32enc(p, uuid->time_low); in le_uuid_enc() 341 uuid->time_low = le32dec(p); in le_uuid_dec() 357 be32enc(p, uuid->time_low); in be_uuid_enc() 373 uuid->time_low = be32dec(p); in be_uuid_dec() 421 uuid->time_low = c[0]; in validate_uuid()
|
/freebsd/usr.bin/mkimg/ |
H A D | uuid.c | 77 uuid->time_low = (uint32_t)time; in osdep_uuidgen() 115 le32enc(p, uuid->time_low); in mkimg_uuid_enc()
|
H A D | mkimg.h | 93 uint32_t time_low; member
|
/freebsd/sys/sys/ |
H A D | uuid.h | 45 uint32_t time_low; member
|
/freebsd/stand/libsa/ |
H A D | uuid_to_string.c | 91 tohex(&w, 8, u->time_low); in uuid_to_string()
|
H A D | uuid_from_string.c | 103 u->time_low = fromhex(s , 8, &ok); in uuid_from_string()
|
/freebsd/sys/sys/disk/ |
H A D | gpt.h | 39 uint32_t time_low; 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()
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | adv_data.c | 233 uuid.time_low = le32dec(data+12); in adv_uuid2str()
|
/freebsd/stand/common/ |
H A D | part.c | 116 uuid->time_low = le32toh(uuid->time_low); in uuid_letoh()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 8687 <var-decl name='time_low' type-id='8f92235e' visibility='default'/>
|