Home
last modified time | relevance | path

Searched refs:time_low (Results 1 – 19 of 19) sorted by relevance

/freebsd/lib/libc/uuid/
H A Duuid_stream.c60 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 Duuid_hash.c48 return ((u) ? u->time_low & 0xffff : 0); in uuid_hash()
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.c64 DIFF_RETURN(a, b, time_low); in uuid_compare()
/freebsd/sys/contrib/openzfs/include/sys/
H A Duuid.h69 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 Duuid.h69 uint32_t time_low; member
85 (dest).time_low = LE_32((dest).time_low); \
/freebsd/usr.sbin/bluetooth/btpand/
H A Dsdp.c67 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 Dkern_uuid.c308 * | 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 Duuid.c77 uuid->time_low = (uint32_t)time; in osdep_uuidgen()
115 le32enc(p, uuid->time_low); in mkimg_uuid_enc()
H A Dmkimg.h93 uint32_t time_low; member
/freebsd/sys/sys/
H A Duuid.h45 uint32_t time_low; member
/freebsd/stand/libsa/
H A Duuid_to_string.c91 tohex(&w, 8, u->time_low); in uuid_to_string()
H A Duuid_from_string.c103 u->time_low = fromhex(s , 8, &ok); in uuid_from_string()
/freebsd/sys/sys/disk/
H A Dgpt.h39 uint32_t time_low; member
/freebsd/bin/uuidgen/
H A Duuidgen.c63 u->time_low, u->time_mid, u->time_hi_and_version, in uuid_to_compact_string()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dadv_data.c233 uuid.time_low = le32dec(data+12); in adv_uuid2str()
/freebsd/stand/common/
H A Dpart.c116 uuid->time_low = le32toh(uuid->time_low); in uuid_letoh()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi8687 <var-decl name='time_low' type-id='8f92235e' visibility='default'/>