/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-vmbus | 8 What: /sys/bus/vmbus/devices/<UUID>/id 15 What: /sys/bus/vmbus/devices/<UUID>/class_id 22 What: /sys/bus/vmbus/devices/<UUID>/device_id 29 What: /sys/bus/vmbus/devices/<UUID>/channel_vp_mapping 38 What: /sys/bus/vmbus/devices/<UUID>/device 45 What: /sys/bus/vmbus/devices/<UUID>/vendor 52 What: /sys/bus/vmbus/devices/<UUID>/numa_node 59 What: /sys/bus/vmbus/devices/<UUID>/channels/<N> 66 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/cpu 73 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/in_mask [all …]
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | checksums.rst | 39 - The entire superblock up to the checksum field. The UUID lives inside 43 - UUID + the entire MMP block up to the checksum field. 46 - UUID + the entire extended attribute block. The checksum field is set to 50 - UUID + inode number + inode generation + the directory block up to the 54 - UUID + inode number + inode generation + all valid extents + HTREE tail. 58 - UUID + inode number + inode generation + the entire extent block up to 62 - UUID + the entire bitmap. Checksums are stored in the group descriptor, 66 - UUID + inode number + inode generation + the entire inode. The checksum 70 - If metadata_csum, then UUID + group number + the entire descriptor; 71 else if gdt_csum, then crc16(UUID + group number + the entire
|
/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 | 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 | 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 | 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/linux/Documentation/ABI/testing/ |
H A D | sysfs-uevent | 11 ACTION [UUID [KEY=VALUE ...] 18 You need to pass UUID first before any KEY=VALUE pairs. 19 The UUID must be in ``xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`` 20 format where 'x' is a hex digit. The UUID is considered to be 21 a transaction identifier so it's possible to use the same UUID 24 listeners. The UUID value appears in uevent as 28 If UUID is not passed in, the generated synthetic uevent gains
|
H A D | debugfs-hyperv | 1 What: /sys/kernel/debug/hyperv/<UUID>/fuzz_test_state 9 What: /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_buffer_interrupt_delay 17 What: /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_message_delay
|
H A D | sysfs-bus-vfio-mdev | 28 Writing UUID to this file will create mediated device of 89 What: /sys/.../<device>/<UUID>/ 97 What: /sys/.../<device>/<UUID>/mdev_type 104 What: /sys/.../<device>/<UUID>/remove 113 # echo 1 > /sys/bus/mdev/devices/<UUID>/remove
|
H A D | sysfs-block-dm | 13 Description: Device-mapper device UUID. 14 Read-only string containing DM-UUID or empty string 15 if DM-UUID is not set.
|
H A D | configfs-stp-policy-p_sys-t | 5 UUID source identifier string, RW. 8 tagged with this UUID in the MIPI SyS-T packet stream, to
|
/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
|
/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/linux/tools/testing/selftests/pstore/ |
H A D | common_tests | 58 UUID=`cat /proc/sys/kernel/random/uuid` 60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/ 74 prlog "UUID="$UUID
|
H A D | pstore_tests | 22 echo "${TEST_STRING_PATTERN}""$UUID" > /dev/pmsg0 24 echo "$UUID" > $TOP_DIR/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/linux/Documentation/firmware-guide/acpi/ |
H A D | DSD-properties-rules.rst | 13 be identified by a UUID which must be recognized by the driver processing the 23 generic Device Properties UUID in the _DSD return package as specified in the 25 "Device Properties UUID" in _DSD (Device Specific Data) Implementation Guide 29 that can be returned by _DSD in the Device Properties UUID sub-package for a 34 can be returned in the Device Properties UUID sub-package for the device in 42 "Hierarchical Data Extension UUID" in _DSD (Device Specific Data) 52 Valid property sets must follow the guidance given by the Device Properties UUID 60 associated with the Device Properties UUID.
|
/openbmc/pldm/requester/ |
H A D | mctp_endpoint_discovery.cpp | 79 const UUID& uuid = getEndpointUUIDProp(service, path); in getMctpInfos() 123 UUID MctpDiscovery::getEndpointUUIDProp(const std::string& service, in getEndpointUUIDProp() 133 return std::get<UUID>(properties.at("UUID")); in getEndpointUUIDProp() 141 return static_cast<UUID>(emptyUUID); in getEndpointUUIDProp() 144 return static_cast<UUID>(emptyUUID); in getEndpointUUIDProp() 316 const UUID& uuid = getEndpointUUIDProp(service, objPath); in propertiesChangedCb()
|
/openbmc/qemu/hw/pci-host/ |
H A D | gpex-acpi.c | 55 Aml *method, *UUID, *ifctx, *ifctx1, *elsectx, *buf; in acpi_dsdt_add_pci_osc() local 70 UUID = aml_touuid("33DB4D5B-1FF7-401C-9657-7441C03DD766"); in acpi_dsdt_add_pci_osc() 71 ifctx = aml_if(aml_equal(aml_arg(0), UUID)); in acpi_dsdt_add_pci_osc() 114 UUID = aml_touuid("E5C937D0-3553-4D7A-9117-EA4D19C3434D"); in acpi_dsdt_add_pci_osc() 115 ifctx = aml_if(aml_equal(aml_arg(0), UUID)); in acpi_dsdt_add_pci_osc()
|
/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/bmcweb/redfish-core/include/generated/enums/ |
H A D | resource.hpp | 72 UUID, enumerator 180 {DurableNameFormat::UUID, "UUID"},
|
/openbmc/qemu/stubs/ |
H A D | uuid.c | 9 info->UUID = g_strdup(UUID_NONE); in qmp_query_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.
|