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

/freebsd-13-stable/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-13-stable/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-13-stable/lib/libc/uuid/
H A Duuid_hash.c50 return ((u) ? u->time_low & 0xffff : 0);
H A Duuid_stream.c44 * | time_low |
63 le32enc(p, uuid->time_low);
78 uuid->time_low = le32dec(p);
93 be32enc(p, uuid->time_low);
108 uuid->time_low = be32dec(p);
H A Duuid_compare.c66 DIFF_RETURN(a, b, time_low);
H A Duuid_from_string.c75 &u->time_low, &u->time_mid, &u->time_hi_and_version,
H A Duuid_to_string.c63 u->time_low, u->time_mid, u->time_hi_and_version,
/freebsd-13-stable/usr.sbin/bluetooth/btpand/
H A Dsdp.c68 u1.time_low = uuid;
99 uuid->time_low = be16dec(p);
108 uuid->time_low = be32dec(p);
/freebsd-13-stable/sys/sys/
H A Duuid.h47 uint32_t time_low; member in struct:uuid
/freebsd-13-stable/usr.bin/mkimg/
H A Duuid.c79 uuid->time_low = (uint32_t)time;
117 le32enc(p, uuid->time_low);
H A Dmkimg.h95 uint32_t time_low; member in struct:mkimg_uuid
/freebsd-13-stable/stand/libsa/
H A Duuid_to_string.c93 tohex(&w, 8, u->time_low);
H A Duuid_from_string.c105 u->time_low = fromhex(s , 8, &ok);
/freebsd-13-stable/sys/kern/
H A Dkern_uuid.c310 * | time_low |
327 le32enc(p, uuid->time_low);
343 uuid->time_low = le32dec(p);
359 be32enc(p, uuid->time_low);
375 uuid->time_low = be32dec(p);
423 uuid->time_low = c[0];
/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
H A Dadv_data.c234 uuid.time_low = le32dec(data+12);
/freebsd-13-stable/sys/sys/disk/
H A Dgpt.h39 uint32_t time_low; member in struct:gpt_uuid
/freebsd-13-stable/stand/common/
H A Dpart.c121 uuid->time_low = le32toh(uuid->time_low);

Completed in 121 milliseconds