| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch | 6 convert UUID string to little endian binary data 40 + * uuid_str_to_le_bin() - Convert string UUID to little endian binary data. 41 + * @uuid_str: pointer to UUID string 44 + * uuid_bin filled with little endian UUID data 70 + * uuid_str_to_le_bin() - Convert string UUID to little endian binary data. 71 + * @uuid_str: pointer to UUID string 74 + * UUID string is 36 characters (36 bytes): 79 + * When converting to a little endian binary UUID, the string fields are reversed. 83 + * uuid_bin filled with little endian UUID data 114 * uuid_bin_to_str() - convert big endian binary data to string UUID or GUID.
|
| H A D | 0003-FF-A-v15-lib-uuid-introduce-testcase-for-uuid_str_to.patch | 29 +UUID testing 67 +/* test UUID */ 72 +/* The UUID binary data (little-endian format) */
|
| H A D | 0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch | 243 +during EFI boot-time mode using the service UUID. 501 + "INVALID_PARAMETERS: Unrecognized UUID", 953 + * @uuid1: first UUID 954 + * @uuid2: second UUID 956 + * Used by ffa_read_partitions_info to search for a UUID in the partitions descriptors table 975 + * @part_uuid: Pointer to the partition(s) UUID 1046 + * Update the UUID when ID found. 1055 + /* Save the UUID */ 1077 + * @part_uuid: Pointer to the partition(s) UUID 1088 + * When part_uuid is non NULL, data for partitions matching the given UUID are [all …]
|
| H A D | 0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch | 143 + * Query a secure partition information. The secure partition UUID is provided 146 + * ABI to retrieve the data. The input UUID string is expected to be in big 197 + * Send data to a secure partition. The secure partition UUID is provided 282 + "getpart <partition UUID>\n" 331 + getpart [partition UUID] 391 + INVALID_PARAMETERS: Unrecognized UUID
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | fs-uuid.bbclass | 7 # Extract UUID from ${ROOTFS}, which must have been built 15 if line.startswith('Filesystem UUID:'): 17 bb.note('UUID of %s: %s' % (rootfs, uuid)) 19 bb.fatal('Could not determine filesystem UUID of %s' % rootfs) 23 # actual UUID of the rootfs. Does nothing if the special string
|
| H A D | systemd-boot.bbclass | 15 # Need UUID utility code.
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/UUID/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Common/UUID' 8 '../../../../../yaml/xyz/openbmc_project/Common/UUID.interface.yaml', 28 'xyz/openbmc_project/Common/UUID',
|
| /openbmc/smbios-mdr/include/ |
| H A D | system.hpp | 32 sdbusplus::server::xyz::openbmc_project::common::UUID>, 48 sdbusplus::server::xyz::openbmc_project::common::UUID>( in System() 91 struct UUID struct in phosphor::smbios::System 110 struct UUID uuid;
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | resource.hpp | 22 enum class UUID{ enum 88 UUID, enumerator 153 NLOHMANN_JSON_SERIALIZE_ENUM(UUID, { 154 {UUID::Invalid, "Invalid"}, 219 {DurableNameFormat::UUID, "UUID"},
|
| /openbmc/u-boot/doc/ |
| H A D | README.gpt | 9 - UUID -(Universally Unique Identifier) 22 UUID introduction: 25 GPT for marking disks/partitions is using the UUID. It is supposed to be a 26 globally unique value. A UUID is a 16-byte (128-bit) number. The number of 28 More often UUID is displayed as 32 hexadecimal digits, in 5 groups, 39 OSes and programming languages are providing libraries to compute UUID (e.g. 103 56 16 B Disk GUID (also referred as UUID on UNIXes) 172 the generated UUID. The 'gpt guid' command reads the current value of the 284 "uuid" program is recommended to generate UUID string. Moreover it can decode 285 (-d switch) passed in UUID string. It can be used to generate partitions UUID [all …]
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | vmapple.rst | 22 First, we need to extract the UUID from the virtual machine that you installed. You can do this 26 :caption: uuid.sh script to extract the UUID from a macosvm.json file 47 $ UUID="$(contrib/vmapple/uuid.sh 'macosvm.json')" 55 -M vmapple,uuid="$UUID" \
|
| /openbmc/qemu/stubs/ |
| H A D | uuid.c | 9 info->UUID = g_strdup(UUID_NONE); in qmp_query_uuid()
|
| /openbmc/pldm/requester/ |
| H A D | mctp_endpoint_discovery.hpp | 17 using CommonUUID = sdbusplus::common::xyz::openbmc_project::common::UUID; 194 UUID getEndpointUUIDProp(const std::string& service,
|
| H A D | mctp_endpoint_discovery.cpp | 80 const UUID& uuid = getEndpointUUIDProp(service, path); in getMctpInfos() 130 UUID MctpDiscovery::getEndpointUUIDProp(const std::string& service, in getEndpointUUIDProp() 140 return std::get<UUID>(properties.at("UUID")); in getEndpointUUIDProp() 148 return static_cast<UUID>(emptyUUID); in getEndpointUUIDProp() 151 return static_cast<UUID>(emptyUUID); in getEndpointUUIDProp() 339 const UUID& uuid = getEndpointUUIDProp(service, objPath); in propertiesChangedCb()
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/ |
| H A D | README.md | 26 The object may also optionally implement `xyz.openbmc_project.Common.UUID` 38 [network identifier][1] and implements the `xyz.openbmc_project.Common.UUID` 39 interface and the UUID property is the MCTP network ID.
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ |
| H A D | meson.build | 14 subdir('UUID') subdir 322 input: ['../../../../yaml/xyz/openbmc_project/Common/UUID.interface.yaml'], 323 output: ['UUID.md'], 335 'xyz/openbmc_project/Common/UUID',
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/crossguid/ |
| H A D | crossguid_0.2.2.bb | 4 DESCRIPTION = "Lightweight cross platform C++ GUID/UUID library"
|
| /openbmc/u-boot/disk/ |
| H A D | Kconfig | 118 bool "Enable support of UUID for partition" 124 Activate the configuration of UUID for partition 127 bool "Enable support of UUID for partition in SPL"
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | gpex-acpi.c | 57 Aml *UUID, *ifctx, *ifctx1, *buf; in build_pci_host_bridge_dsm_method() local 64 UUID = aml_touuid("E5C937D0-3553-4D7A-9117-EA4D19C3434D"); in build_pci_host_bridge_dsm_method() 65 ifctx = aml_if(aml_equal(aml_arg(0), UUID)); in build_pci_host_bridge_dsm_method()
|
| /openbmc/smbios-mdr/src/ |
| H A D | system.cpp | 64 return sdbusplus::server::xyz::openbmc_project::common::UUID::uuid( in uuid() 68 return sdbusplus::server::xyz::openbmc_project::common::UUID::uuid( in uuid()
|
| /openbmc/openbmc/meta-security/classes/ |
| H A D | dm-verity-img.bbclass | 25 # DM_VERITY_ROOT_GUID = <UUID for your architecture and root-fs> 26 # DM_VERITY_RHASH_GUID = <UUID for your architecture and verity-hash> 95 # and then cut it in 1/2 ; HI for data UUID and LO for hash-data UUID. 102 # Hyphenate as per UUID spec and as expected by wic+sgdisk parameters.
|
| /openbmc/openbmc/meta-security/recipes-core/initrdscripts/initramfs-framework-dm/ |
| H A D | dmverity | 69 UUID=*)
|
| /openbmc/qemu/include/qemu/ |
| H A D | uuid.h | 65 #define UUID(time_low, time_mid, time_hi_and_version, \ macro
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_nvdimm.rst | 49 A Buffer containing a UUID (16 Bytes) 56 UUID, Revision ID, and Function Index 61 Otherwise, the return value and type depends on the UUID, revision ID 187 UUID {set to 648B9CF2-CDA1-4312-8AD9-49C4AF32BD62}
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/tc/ |
| H A D | generate_metadata.py | 18 uuid_val = uuid.UUID(uuid_str)
|