Searched refs:time_mid (Results 1 – 18 of 18) sorted by relevance
/openbsd/lib/libc/uuid/ |
H A D | uuid_stream.c | 162 le16enc(p + 4, uuid->time_mid); in uuid_enc_le() 177 uuid->time_mid = le16dec(p + 4); in uuid_dec_le() 192 be16enc(p + 4, uuid->time_mid); in uuid_enc_be() 207 uuid->time_mid = be16dec(p + 4); in uuid_dec_be()
|
H A D | uuid_to_string.c | 63 u->time_low, u->time_mid, u->time_hi_and_version, in uuid_to_string()
|
H A D | uuid_compare.c | 68 DIFF_RETURN(a, b, time_mid); in uuid_compare()
|
H A D | uuid_from_string.c | 90 &u->time_low, &u->time_mid, &u->time_hi_and_version, in uuid_from_string()
|
/openbsd/sys/kern/ |
H A D | kern_uuid.c | 202 le16enc(p + 4, uuid->time_mid); in uuid_enc_le() 217 uuid->time_mid = le16dec(p + 4); in uuid_dec_le() 232 be16enc(p + 4, uuid->time_mid); in uuid_enc_be() 247 uuid->time_mid = be16dec(p + 4); in uuid_dec_be()
|
/openbsd/regress/lib/libc/uuid/ |
H A D | uuidtest.c | 66 uuid_want.time_mid = 0x7dec; in main() 84 ASSERT_EQ(uuid.time_mid, uuid_want.time_mid); in main()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 920928-4.c | 11 unsigned16 time_mid; member 101 …(unsigned long int) ((unsigned char *) &((rs_cache_data_t *) 0)->site_id.time_mid - (unsigned char…
|
/openbsd/usr.sbin/ldapd/ |
H A D | uuid.c | 199 uuid->time_mid = 0xffff & (dce_time >> 32); in uuid_create() 221 uuid->time_mid, in uuid_to_string()
|
H A D | uuid.h | 42 u_short time_mid; member
|
/openbsd/sys/sys/ |
H A D | uuid.h | 50 uint16_t time_mid; member
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | efidev.c | 285 openbsd_uuid_space.time_mid = in findopenbsd_gpt() 286 betoh16(openbsd_uuid_space.time_mid); in findopenbsd_gpt()
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | efidev.c | 285 openbsd_uuid_space.time_mid = in findopenbsd_gpt() 286 betoh16(openbsd_uuid_space.time_mid); in findopenbsd_gpt()
|
H A D | softraid_riscv64.c | 439 openbsd_uuid_space.time_mid = in findopenbsd_gpt() 440 betoh16(openbsd_uuid_space.time_mid); in findopenbsd_gpt()
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgv_sriovmsg.h | 130 uint32_t time_mid : 16; member
|
/openbsd/sys/arch/amd64/stand/libsa/ |
H A D | softraid_amd64.c | 447 openbsd_uuid_space.time_mid = in findopenbsd_gpt() 448 betoh16(openbsd_uuid_space.time_mid); in findopenbsd_gpt()
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | softraid_arm64.c | 439 openbsd_uuid_space.time_mid = in findopenbsd_gpt() 440 betoh16(openbsd_uuid_space.time_mid); in findopenbsd_gpt()
|
H A D | efidev.c | 285 openbsd_uuid_space.time_mid = in findopenbsd_gpt() 286 betoh16(openbsd_uuid_space.time_mid); in findopenbsd_gpt()
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | efidev.c | 295 openbsd_uuid_space.time_mid = in findopenbsd_gpt() 296 betoh16(openbsd_uuid_space.time_mid); in findopenbsd_gpt()
|