Searched refs:time_mid (Results 1 – 13 of 13) 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/linux/fs/afs/ |
H A D | afs.h | 84 __be16 time_mid; /* mid part of timestamp */ member 198 __be32 time_mid; member
|
H A D | vlclient.c | 78 uuid->time_mid = htons(ntohl(xdr->time_mid)); in afs_deliver_vl_get_entry_by_name_u() 299 r->uuid.time_mid = htonl(ntohs(u->time_mid)); in afs_vl_get_addrs_u()
|
H A D | cmservice.c | 405 r->time_mid = htons(ntohl(b[1])); in afs_deliver_cb_init_call_back_state3() 518 r->time_mid = htons(ntohl(b[1])); in afs_deliver_cb_probe_uuid() 565 reply.ia.uuid[1] = htonl(ntohs(call->net->uuid.time_mid)); in SRXAFSCB_TellMeAboutYourself()
|
/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/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgv_sriovmsg.h | 130 uint32_t time_mid : 16; member
|
/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 | 603 uuid->time_mid = bswap16(uuid->time_mid); in smbios_encode_uuid()
|