Searched refs:time_low (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Duuid.h69 uint32_t time_low; member in struct:uuid
85 (dest).time_low = LE_32((dest).time_low); \
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Duuid.h69 uint32_t time_low; member in struct:uuid
85 (dest).time_low = LE_32((dest).time_low); \
/freebsd-current/lib/libc/uuid/
H A Duuid_hash.c48 return ((u) ? u->time_low & 0xffff : 0);
H A Duuid_stream.c41 * | time_low |
60 le32enc(p, uuid->time_low);
75 uuid->time_low = le32dec(p);
90 be32enc(p, uuid->time_low);
105 uuid->time_low = be32dec(p);
H A Duuid_compare.c64 DIFF_RETURN(a, b, time_low);
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.sbin/bluetooth/btpand/
H A Dsdp.c67 u1.time_low = uuid;
98 uuid->time_low = be16dec(p);
107 uuid->time_low = be32dec(p);
/freebsd-current/sys/sys/
H A Duuid.h45 uint32_t time_low; member in struct:uuid
/freebsd-current/usr.bin/mkimg/
H A Duuid.c77 uuid->time_low = (uint32_t)time;
115 le32enc(p, uuid->time_low);
H A Dmkimg.h93 uint32_t time_low; member in struct:mkimg_uuid
/freebsd-current/stand/libsa/
H A Duuid_to_string.c91 tohex(&w, 8, u->time_low);
H A Duuid_from_string.c103 u->time_low = fromhex(s , 8, &ok);
/freebsd-current/sys/kern/
H A Dkern_uuid.c308 * | time_low |
325 le32enc(p, uuid->time_low);
341 uuid->time_low = le32dec(p);
357 be32enc(p, uuid->time_low);
373 uuid->time_low = be32dec(p);
421 uuid->time_low = c[0];
/freebsd-current/bin/uuidgen/
H A Duuidgen.c63 u->time_low, u->time_mid, u->time_hi_and_version,
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dadv_data.c233 uuid.time_low = le32dec(data+12);
/freebsd-current/sys/sys/disk/
H A Dgpt.h39 uint32_t time_low; member in struct:gpt_uuid
/freebsd-current/stand/common/
H A Dpart.c116 uuid->time_low = le32toh(uuid->time_low);

Completed in 276 milliseconds