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

/freebsd-10.0-release/lib/libc/uuid/
H A Duuid_hash.c48 return ((u) ? u->time_low & 0xffff : 0);
H A Duuid_stream.c42 * | time_low |
61 le32enc(p, uuid->time_low);
76 uuid->time_low = le32dec(p);
91 be32enc(p, uuid->time_low);
106 uuid->time_low = be32dec(p);
H A Duuid_to_string.c61 u->time_low, u->time_mid, u->time_hi_and_version,
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,
/freebsd-10.0-release/usr.sbin/bluetooth/btpand/
H A Dsdp.c65 u1.time_low = uuid;
96 uuid->time_low = be16dec(p);
105 uuid->time_low = be32dec(p);
/freebsd-10.0-release/sys/sys/
H A Duuid.h45 uint32_t time_low; member in struct:uuid
/freebsd-10.0-release/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);
414 uuid->time_low = c[0];
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A Dps3disk.c310 uuid->time_low = le32toh(uuid->time_low);
/freebsd-10.0-release/sys/boot/common/
H A Dpart.c117 uuid->time_low = le32toh(uuid->time_low);

Completed in 320 milliseconds