Home
last modified time | relevance | path

Searched refs:time_mid (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/include/qemu/
H A Duuid.h28 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 D0021-platform-corstone1000-add-unique-guid-for-mps3.patch24 .time_mid = 0x46e0,
29 + .time_mid = 0x90fb,
/openbmc/u-boot/drivers/tee/
H A Dtee-uclass.c216 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 Dafs.h84 __be16 time_mid; /* mid part of timestamp */ member
198 __be32 time_mid; member
H A Dvlclient.c78 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 Dcmservice.c405 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 Duuid.h12 unsigned short time_mid; member
H A Dtee.h64 u16 time_mid; member
/openbmc/qemu/util/
H A Duuid.c115 bswap16s(&uuid.fields.time_mid); in qemu_uuid_bswap()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgv_sriovmsg.h130 uint32_t time_mid : 16; member
/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h128 uint16_t time_mid; member
/openbmc/ipmitool/lib/
H A Dipmi_mc.c473 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 Dsmbios.c603 uuid->time_mid = bswap16(uuid->time_mid); in smbios_encode_uuid()