Home
last modified time | relevance | path

Searched refs:UUID (Results 51 – 75 of 150) sorted by relevance

123456

/openbmc/linux/Documentation/filesystems/
H A Dgfs2-uevents.rst104 4. UUID=
107 With recent versions of gfs2-utils, mkfs.gfs2 writes a UUID
/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c771 u64 uuid_data[MLNX_MFG_VAL_QWORD_CNT(UUID) + 1] = { 0 }; in uuid_show()
776 for (word = 0; word < MLNX_MFG_VAL_QWORD_CNT(UUID); word++) { in uuid_show()
795 u64 uuid[MLNX_MFG_VAL_QWORD_CNT(UUID)] = { 0 }; in uuid_store()
805 for (word = 0; word < MLNX_MFG_VAL_QWORD_CNT(UUID); word++) { in uuid_store()
/openbmc/skeleton/pyinventorymgr/
H A Dsync_inventory_items.py185 inv_uuid = uuid.UUID(inv_uuid)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dsystemd-boot-cfg.bbclass14 # Need UUID utility code.
H A Dgrub-efi-cfg.bbclass31 # Need UUID utility code.
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/
H A Dmount.sh70 for n in LABEL PARTLABEL UUID PARTUUID; do
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableBmcManager.vue69 <!-- UUID -->
72 <!-- Service entry point UUID -->
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton/
H A Dgbs.cfg123 # Enable hmac api for UUID
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc.robot49 # "UUID": "xxxxxxxx-xxx-xxx-xxx-xxxxxxxxxxxx"
56 Should Not Be Empty ${resp.dict["UUID"]}
/openbmc/linux/Documentation/ABI/testing/
H A Dima_policy42 fsuuid:= file system UUID (e.g 8bcbe394-4f13-4144-be8e-5aa9ea2ce2f6)
189 either based on a filesystem's UUID (fsuuid) or based on LSM
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch135 +/* Invalid service UUID (no matching SP) */
138 +/* Invalid service UUID (invalid UUID string format) */
245 +/* service 1 UUID binary data (little-endian format) */
251 +/* service 2 UUID binary data (little-endian format) */
648 + /* No UUID specified. Return the information of all partitions */
662 + /* A UUID specified. Return the info of all SPs matching the UUID */
683 + /* Unrecognized UUID */
H A D0008-FF-A-v15-arm_ffa-introduce-armffa-command-Sandbox-te.patch79 + /* armffa getpart <UUID> */
/openbmc/linux/Documentation/admin-guide/nfs/
H A Dnfs-client.rst43 The nfs.nfs4_unique_id string is typically a UUID, though it can contain
46 just as a system's root file system gets a fresh UUID in its label at
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst365 UUID/GUID地址
375 用于打印16字节的UUID/GUIDs地址。附加的 ``l`` , ``L`` , ``b`` 和 ``B`` 占位符用
H A Dkernel-api.rst179 UUID/GUID
/openbmc/linux/Documentation/admin-guide/
H A Dpstore-blk.rst61 a partition if the partition table provides it. The UUID may be either an
62 EFI/GPT UUID, or refer to an MSDOS partition using the format SSSSSSSS-PP,
66 #. PARTUUID=<UUID>/PARTNROFF=<int> to select a partition in relation to a
H A Dbcache.rst96 cache set shows up as /sys/fs/bcache/<UUID>
103 device to a cache set is done thusly, with the UUID of the cache set in
106 echo <CSET-UUID> > /sys/block/bcache0/bcache/attach
221 UUID: 7be7e175-8f4c-4f99-94b2-9c904d227045
222 Set UUID: 5bc072a8-ab17-446d-9744-e247949913c1
307 The device names will show which UUID is relevant, cd in that directory
410 Echo the UUID of a cache set to this file to enable caching.
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dkickstart.rst188 partition UUID.
191 the filesystem UUID. You can generate or modify
193 filesystem UUID is added to the kernel command line in the bootloader
/openbmc/linux/Documentation/staging/
H A Dtee.rst60 represented as a device identified via Universally Unique Identifier (UUID) and
66 iterates over the client driver UUID table to find a corresponding
67 match for device UUID. If a match is found, then this particular device is
86 having UUID: ``ac6a4085-0e82-4c33-bf98-8eb8e118b6c2``, so driver registration
/openbmc/linux/Documentation/trace/
H A Dsys-t.rst46 The most important one here is the "uuid", which determines the UUID
/openbmc/linux/security/integrity/evm/
H A DKconfig21 Include filesystem UUID for HMAC calculation.
/openbmc/u-boot/board/bticino/mamoj/
H A DREADME104 Part Start Sector Num Sectors UUID Type
/openbmc/linux/Documentation/filesystems/ext4/
H A Dmmp.rst31 The checksum is calculated against the FS UUID and the MMP structure.
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-install-efi.sh226 boot_uuid=$(blkid -o value -s UUID ${bootfs})
/openbmc/qemu/qapi/
H A Dmachine.json239 # Guest UUID information (Universally Unique Identifier).
241 # @UUID: the UUID of the guest
245 # Notes: If no UUID was specified for the guest, a null UUID is
248 { 'struct': 'UuidInfo', 'data': {'UUID': 'str'} }
253 # Query the guest UUID information.

123456