Searched refs:time_mid (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | kern_uuid.c | 108 uuid->time_low, uuid->time_mid, uuid->time_hi_and_version, in uuid_snprintf() 148 le16enc(p + 4, uuid->time_mid); in uuid_enc_le() 163 uuid->time_mid = le16dec(p + 4); in uuid_dec_le() 178 be16enc(p + 4, uuid->time_mid); in uuid_enc_be() 193 uuid->time_mid = be16dec(p + 4); in uuid_dec_be()
|
| /netbsd-src/lib/libc/uuid/ |
| H A D | uuid_stream.c | 66 le16enc(p + 4, uuid->time_mid); in uuid_enc_le() 81 uuid->time_mid = le16dec(p + 4); in uuid_dec_le() 96 be16enc(p + 4, uuid->time_mid); in uuid_enc_be() 111 uuid->time_mid = be16dec(p + 4); in uuid_dec_be()
|
| H A D | uuid_compare.c | 70 res = (int)a->time_mid - (int)b->time_mid; in uuid_compare()
|
| H A D | uuid_to_string.c | 68 u->time_low, u->time_mid, u->time_hi_and_version, in uuid_to_string()
|
| H A D | uuid_from_string.c | 82 &u->time_low, &u->time_mid, &u->time_hi_and_version, in uuid_from_string()
|
| /netbsd-src/sbin/gpt/ |
| H A D | gpt_uuid.c | 56 uint16_t time_mid; member 105 uuid->time_mid = le16dec(p + 4); in gpt_uuid_to_dce() 120 le16enc(p + 4, uuid->time_mid); in gpt_dce_to_uuid() 133 u->time_low, u->time_mid, u->time_hi_and_version, in gpt_uuid_numeric() 193 &u->time_low, &u->time_mid, &u->time_hi_and_version, in gpt_uuid_parse_numeric() 342 u->time_mid = (x >> 32) & 0xffff; in gpt_uuid_generate()
|
| /netbsd-src/external/bsd/iscsi/dist/src/lib/ |
| H A D | uuid.c | 65 uuid->time_mid = (uint16_t)(random() & 0xffff); in nbuuid_create() 81 uuid->time_mid, in nbuuid_to_string()
|
| /netbsd-src/sys/sys/ |
| H A D | uuid.h | 52 uint16_t time_mid; member
|
| /netbsd-src/external/bsd/iscsi/dist/include/ |
| H A D | storage.h | 47 uint16_t time_mid; member
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | apei.c | 320 uuid->time_low, uuid->time_mid, uuid->time_hi_and_version, in apei_format_guid()
|
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | efi_machdep.c | 144 aprint_debug("-%04" PRIx16 "", uuid->time_mid); in efi_aprintuuid()
|
| /netbsd-src/sys/dev/vmt/ |
| H A D | vmt_subr.c | 195 uuid.time_mid = u >> 16; in vmt_common_attach()
|
| /netbsd-src/usr.bin/sdpquery/ |
| H A D | print.c | 593 uuid->time_low, uuid->time_mid, uuid->time_hi_and_version, in string_uuid()
|