/src/lib/libc/uuid/ |
uuid_stream.c | 48 * | time_mid | time_hi_and_version | 67 le16enc(p + 6, uuid->time_hi_and_version); 82 uuid->time_hi_and_version = le16dec(p + 6); 97 be16enc(p + 6, uuid->time_hi_and_version); 112 uuid->time_hi_and_version = be16dec(p + 6);
|
uuid_compare.c | 73 res = (int)a->time_hi_and_version - (int)b->time_hi_and_version;
|
uuid_from_string.c | 82 &u->time_low, &u->time_mid, &u->time_hi_and_version,
|
uuid_to_string.c | 68 u->time_low, u->time_mid, u->time_hi_and_version,
|
/src/sys/kern/ |
kern_uuid.c | 57 uuid->time_hi_and_version &= ~(uint32_t)0xf000; 58 uuid->time_hi_and_version |= 0x4000; 108 uuid->time_low, uuid->time_mid, uuid->time_hi_and_version, 133 * | time_mid | time_hi_and_version | 149 le16enc(p + 6, uuid->time_hi_and_version); 164 uuid->time_hi_and_version = le16dec(p + 6); 179 be16enc(p + 6, uuid->time_hi_and_version); 194 uuid->time_hi_and_version = be16dec(p + 6);
|
/src/sys/sys/ |
uuid.h | 53 uint16_t time_hi_and_version; member in struct:uuid
|
/src/sbin/gpt/ |
gpt_uuid.c | 57 uint16_t time_hi_and_version; member in struct:dce_uuid 108 uuid->time_hi_and_version = le16dec(p + 6); 123 le16enc(p + 6, uuid->time_hi_and_version); 135 u->time_low, u->time_mid, u->time_hi_and_version, 195 &u->time_low, &u->time_mid, &u->time_hi_and_version, 307 u->time_hi_and_version &= (uint16_t)~0xf000; 308 u->time_hi_and_version |= 0x4000; 345 u->time_hi_and_version = 0x1000 | ((x >> 48) & 0xfff);
|
/src/sbin/efi/ |
utils.c | 303 &uuid->time_low, &uuid->time_mid, &uuid->time_hi_and_version, 318 uuid->time_low, uuid->time_mid, uuid->time_hi_and_version,
|
/src/sys/arch/x86/x86/ |
efi_machdep.c | 145 aprint_debug("-%04" PRIx16 "", uuid->time_hi_and_version);
|
/src/sys/dev/acpi/ |
apei.c | 320 uuid->time_low, uuid->time_mid, uuid->time_hi_and_version,
|
qcomscm.c | 777 guid.time_low, guid.time_mid, guid.time_hi_and_version);
|
/src/sys/dev/vmt/ |
vmt_subr.c | 196 uuid.time_hi_and_version = u;
|
/src/usr.bin/sdpquery/ |
print.c | 593 uuid->time_low, uuid->time_mid, uuid->time_hi_and_version,
|