Searched refs:time_mid (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/include/qemu/ |
| H A D | uuid.h | 28 uint16_t time_mid; member 55 #define UUID_LE(time_low, time_mid, time_hi_and_version, \ argument 59 ((time_low) >> 24) & 0xff, (time_mid) & 0xff, ((time_mid) >> 8) & 0xff, \ 65 #define UUID(time_low, time_mid, time_hi_and_version, \ argument 70 ((time_mid) >> 8) & 0xff, (time_mid) & 0xff, \
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
| H A D | 0021-platform-corstone1000-add-unique-guid-for-mps3.patch | 24 .time_mid = 0x46e0, 29 + .time_mid = 0x90fb,
|
| /openbmc/u-boot/drivers/tee/ |
| H A D | tee-uclass.c | 216 d->time_mid = ((u32)s[4] << 8) | s[5]; in tee_optee_ta_uuid_from_octets() 228 d[4] = s->time_mid >> 8; in tee_optee_ta_uuid_to_octets() 229 d[5] = s->time_mid; in tee_optee_ta_uuid_to_octets()
|
| /openbmc/u-boot/include/ |
| H A D | uuid.h | 12 unsigned short time_mid; member
|
| H A D | tee.h | 64 u16 time_mid; member
|
| /openbmc/qemu/util/ |
| H A D | uuid.c | 115 bswap16s(&uuid.fields.time_mid); in qemu_uuid_bswap()
|
| /openbmc/qemu/include/hw/firmware/ |
| H A D | smbios.h | 128 uint16_t time_mid; member
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_mc.c | 473 uint16_t time_mid; /* timestamp middle field */ member 521 guid.time_low, guid.time_mid, guid.time_hi_and_version, in ipmi_mc_get_guid()
|
| /openbmc/qemu/hw/smbios/ |
| H A D | smbios.c | 612 uuid->time_mid = bswap16(uuid->time_mid); in smbios_build_type_1_table()
|