Home
last modified time | relevance | path

Searched refs:UUID (Results 1 – 25 of 150) sorted by relevance

123456

/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-bus-vmbus8 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 Dchecksums.rst39 - 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 D0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch6 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 D0003-FF-A-v15-lib-uuid-introduce-testcase-for-uuid_str_to.patch29 +UUID testing
67 +/* test UUID */
72 +/* The UUID binary data (little-endian format) */
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch953 + * @uuid1: first UUID
954 + * @uuid2: second UUID
1046 + * Update the UUID when ID found.
1055 + /* Save the UUID */
1160 + * @uuid_str: pointer to the UUID string
1210 + log_err("no UUID provided\n");
1225 + log_err("invalid UUID\n");
1278 + * and we keep the UUID field empty (in FF-A 1.0 UUID is not provided by the partition descriptor)
1378 + * @uuid_str: pointer to the UUID string
1695 + * @sp_uuid: the secure partition UUID
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-uevent11 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 Ddebugfs-hyperv1 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 Dsysfs-block-dm13 Description: Device-mapper device UUID.
14 Read-only string containing DM-UUID or empty string
15 if DM-UUID is not set.
H A Dsysfs-bus-vfio-mdev28 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 Dconfigfs-stp-policy-p_sys-t5 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 Dfs-uuid.bbclass7 # 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/yaml/xyz/openbmc_project/Common/
H A DUUID.interface.yaml2 Implement to provide system UUID
4 - name: UUID
7 UUID of object to which the interface is bound. It is in canonical
/openbmc/linux/tools/testing/selftests/pstore/
H A Dcommon_tests58 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 Dpstore_tests22 echo "${TEST_STRING_PATTERN}""$UUID" > /dev/pmsg0
24 echo "$UUID" > $TOP_DIR/uuid
/openbmc/smbios-mdr/include/
H A Dsystem.hpp32 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/u-boot/doc/
H A DREADME.gpt9 - 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 DDSD-properties-rules.rst13 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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/UUID/
H A Dmeson.build4 input: [ '../../../../../yaml/xyz/openbmc_project/Common/UUID.interface.yaml', ],
12 'xyz/openbmc_project/Common/UUID',
/openbmc/openpower-vpd-parser/
H A Dwritefru.yaml8 xyz.openbmc_project.Common.UUID:
9 OPFR,UD: UUID
/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/evb-npcm845-yaml-config/
H A Devb-npcm845-ipmi-fru.yaml27 xyz.openbmc_project.Common.UUID:
28 UUID:
/openbmc/qemu/hw/pci-host/
H A Dgpex-acpi.c54 Aml *method, *UUID, *ifctx, *ifctx1, *elsectx, *buf; in acpi_dsdt_add_pci_osc() local
69 UUID = aml_touuid("33DB4D5B-1FF7-401C-9657-7441C03DD766"); in acpi_dsdt_add_pci_osc()
70 ifctx = aml_if(aml_equal(aml_arg(0), UUID)); in acpi_dsdt_add_pci_osc()
113 UUID = aml_touuid("E5C937D0-3553-4D7A-9117-EA4D19C3434D"); in acpi_dsdt_add_pci_osc()
114 ifctx = aml_if(aml_equal(aml_arg(0), UUID)); in acpi_dsdt_add_pci_osc()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/
H A Dmeson.build196 subdir('UUID') subdir
199 input: [ '../../../../yaml/xyz/openbmc_project/Common/UUID.interface.yaml', ],
200 output: [ 'UUID.md' ],
207 'xyz/openbmc_project/Common/UUID',
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/
H A DREADME.md26 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/qemu/stubs/
H A Duuid.c9 info->UUID = g_strdup(UUID_NONE); in qmp_query_uuid()
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dresource.hpp69 UUID, enumerator
176 {DurableNameFormat::UUID, "UUID"},

123456