Searched refs:time_hi_and_version (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | uuid.h | 55 #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 D | 0021-platform-corstone1000-add-unique-guid-for-mps3.patch | 25 .time_hi_and_version = 0x4cd0, 30 + .time_hi_and_version = 0x4d59,
|
/openbmc/u-boot/drivers/tee/ |
H A D | tee-uclass.c | 217 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 D | afs.h | 85 __be16 time_hi_and_version; /* high part of timestamp and version */ member 199 __be32 time_hi_and_version; member
|
H A D | vlclient.c | 79 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 D | cmservice.c | 406 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 D | uuid.h | 13 unsigned short time_hi_and_version; member
|
H A D | tee.h | 65 u16 time_hi_and_version; member
|
/openbmc/u-boot/lib/ |
H A D | uuid.c | 245 clrsetbits_be16(&uuid.time_hi_and_version, in gen_rand_uuid()
|
/openbmc/qemu/include/hw/firmware/ |
H A D | smbios.h | 129 uint16_t time_hi_and_version; member
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_mc.c | 474 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 D | smbios.c | 604 uuid->time_hi_and_version = bswap16(uuid->time_hi_and_version); in smbios_encode_uuid()
|