Home
last modified time | relevance | path

Searched refs:time_hi_and_version (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/include/qemu/
H A Duuid.h55 #define UUID_LE(time_low, time_mid, time_hi_and_version, \ argument
60 (time_hi_and_version) & 0xff, ((time_hi_and_version) >> 8) & 0xff, \
65 #define UUID(time_low, time_mid, time_hi_and_version, \ argument
71 ((time_hi_and_version) >> 8) & 0xff, (time_hi_and_version) & 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.patch25 .time_hi_and_version = 0x4cd0,
30 + .time_hi_and_version = 0x4d59,
/openbmc/u-boot/drivers/tee/
H A Dtee-uclass.c217 d->time_hi_and_version = ((u32)s[6] << 8) | s[7]; in tee_optee_ta_uuid_from_octets()
230 d[6] = s->time_hi_and_version >> 8; in tee_optee_ta_uuid_to_octets()
231 d[7] = s->time_hi_and_version; in tee_optee_ta_uuid_to_octets()
/openbmc/linux/fs/afs/
H A Dafs.h85 __be16 time_hi_and_version; /* high part of timestamp and version */ member
199 __be32 time_hi_and_version; member
H A Dvlclient.c79 uuid->time_hi_and_version = htons(ntohl(xdr->time_hi_and_version)); in afs_deliver_vl_get_entry_by_name_u()
300 r->uuid.time_hi_and_version = htonl(ntohs(u->time_hi_and_version)); in afs_vl_get_addrs_u()
H A Dcmservice.c406 r->time_hi_and_version = htons(ntohl(b[2])); in afs_deliver_cb_init_call_back_state3()
519 r->time_hi_and_version = htons(ntohl(b[2])); in afs_deliver_cb_probe_uuid()
566 reply.ia.uuid[2] = htonl(ntohs(call->net->uuid.time_hi_and_version)); in SRXAFSCB_TellMeAboutYourself()
/openbmc/u-boot/include/
H A Duuid.h13 unsigned short time_hi_and_version; member
H A Dtee.h65 u16 time_hi_and_version; member
/openbmc/u-boot/lib/
H A Duuid.c245 clrsetbits_be16(&uuid.time_hi_and_version, in gen_rand_uuid()
/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h129 uint16_t time_hi_and_version; member
/openbmc/ipmitool/lib/
H A Dipmi_mc.c474 uint16_t time_hi_and_version; /* timestamp high field and version number */ 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.c604 uuid->time_hi_and_version = bswap16(uuid->time_hi_and_version); in smbios_encode_uuid()