Home
last modified time | relevance | path

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

/src/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()
/src/sys/contrib/openzfs/include/sys/
H A Duuid.h70 uint32_t time_low; member
86 (dest).time_low = LE_32((dest).time_low); \
/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Duuid.h70 uint32_t time_low; member
86 (dest).time_low = LE_32((dest).time_low); \
/src/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()
/src/sys/kern/
H A Dkern_uuid.c325 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()
/src/usr.bin/mkimg/
H A Duuid.c71 uuid->time_low = (uint32_t)time; in osdep_uuidgen()
109 le32enc(p, uuid->time_low); in mkimg_uuid_enc()
H A Dmkimg.h98 uint32_t time_low; member
/src/sys/sys/
H A Duuid.h51 uint32_t time_low; member
/src/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()
/src/sys/sys/disk/
H A Dgpt.h39 uint32_t time_low; member
/src/bin/uuidgen/
H A Duuidgen.c65 u->time_low, u->time_mid, u->time_hi_and_version, in uuid_to_compact_string()
/src/usr.sbin/bluetooth/hccontrol/
H A Dadv_data.c233 uuid.time_low = le32dec(data+12); in adv_uuid2str()
/src/stand/common/
H A Dpart.c116 uuid->time_low = le32toh(uuid->time_low); in uuid_letoh()
/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi9106 <var-decl name='time_low' type-id='8f92235e' visibility='default'/>