| /src/lib/libc/uuid/ |
| uuid_stream.c | 48 * | time_mid | time_hi_and_version | 66 le16enc(p + 4, uuid->time_mid); 81 uuid->time_mid = le16dec(p + 4); 96 be16enc(p + 4, uuid->time_mid); 111 uuid->time_mid = be16dec(p + 4);
|
| uuid_compare.c | 70 res = (int)a->time_mid - (int)b->time_mid;
|
| 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/sys/ |
| uuid.h | 52 uint16_t time_mid; member in struct:uuid
|
| /src/sys/kern/ |
| kern_uuid.c | 110 uuid->time_low, uuid->time_mid, uuid->time_hi_and_version, 135 * | time_mid | time_hi_and_version | 150 le16enc(p + 4, uuid->time_mid); 165 uuid->time_mid = le16dec(p + 4); 180 be16enc(p + 4, uuid->time_mid); 195 uuid->time_mid = be16dec(p + 4);
|
| /src/sbin/gpt/ |
| gpt_uuid.c | 56 uint16_t time_mid; member in struct:dce_uuid 107 uuid->time_mid = le16dec(p + 4); 122 le16enc(p + 4, uuid->time_mid); 135 u->time_low, u->time_mid, u->time_hi_and_version, 201 &u->time_low, &u->time_mid, &u->time_hi_and_version, 352 u->time_mid = (x >> 32) & 0xffff;
|
| /src/sbin/efi/ |
| utils.c | 304 &uuid->time_low, &uuid->time_mid, &uuid->time_hi_and_version, 319 uuid->time_low, uuid->time_mid, uuid->time_hi_and_version,
|
| /src/sys/arch/x86/x86/ |
| efi_machdep.c | 144 aprint_debug("-%04" PRIx16 "", uuid->time_mid);
|
| /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 | 195 uuid.time_mid = u >> 16;
|
| /src/usr.bin/sdpquery/ |
| print.c | 593 uuid->time_low, uuid->time_mid, uuid->time_hi_and_version,
|