| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-bus-vmbus | 1 What: /sys/bus/vmbus/devices/<UUID>/id 8 What: /sys/bus/vmbus/devices/<UUID>/class_id 15 What: /sys/bus/vmbus/devices/<UUID>/device_id 22 What: /sys/bus/vmbus/devices/<UUID>/channel_vp_mapping 31 What: /sys/bus/vmbus/devices/<UUID>/device 38 What: /sys/bus/vmbus/devices/<UUID>/vendor 45 What: /sys/bus/vmbus/devices/<UUID>/numa_node 52 What: /sys/bus/vmbus/devices/<UUID>/channels/<N> 59 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/cpu 66 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/in_mask [all …]
|
| /OK3568_Linux_fs/buildroot/package/usbmount/ |
| H A D | 0002-use-udev-environment-instead-of-blkid.patch | 30 - UUID=$(echo "$DEVINFO" | sed 's/.*[[:blank:]]UUID="\([^"]*\)".*/\1/g; s/[[:blank:]]*//g;') 42 - elif grep -q "^[[:blank:]]*UUID=$UUID" /etc/fstab; then 43 - log info "executing command: mount -U $UUID" 44 - mount -U $UUID || log err "mount by UUID with $UUID wasn't successful; return code $?" 45 + elif grep -q "^[[:blank:]]*UUID=$ID_FS_UUID" /etc/fstab; then 47 + mount -U $ID_FS_UUID || log err "mount by UUID with $ID_FS_UUID wasn't successful; return code $?"
|
| /OK3568_Linux_fs/kernel/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
|
| H A D | journal.rst | 85 will be an ext4 super block in the usual place, with a matching UUID. 401 - Checksum of the journal UUID, the sequence number, and the data block. 406 tag, after t_checksum. This field is not present if the "same UUID" flag 411 - A UUID to go with this tag. This field appears to be copied from the 429 - This block has the same UUID as previous, therefore the UUID field is 456 - Checksum of the journal UUID, the sequence number, and the data block. 478 "same UUID" flag is set. 482 - A UUID to go with this tag. This field appears to be copied from the 501 - Checksum of the journal UUID + the descriptor block, with this field set 573 - Checksum of the journal UUID + revocation block [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | fs-uuid.bbclass | 1 # Extract UUID from ${ROOTFS}, which must have been built 9 if line.startswith('Filesystem UUID:'): 11 bb.note('UUID of %s: %s' % (rootfs, uuid)) 13 bb.fatal('Could not determine filesystem UUID of %s' % rootfs) 17 # actual UUID of the rootfs. Does nothing if the special string
|
| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0029-Add-an-option-to-disable-uuid-module.patch | 19 +AC_SUBST(UUID) 22 + [ UUID="${enableval}" ], [ UUID=yes ]) 24 +if test "$UUID" = "no"; then
|
| /OK3568_Linux_fs/kernel/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 24 Device Properties UUID definition document [1]_. 27 that can be returned by _DSD in the Device Properties UUID sub-package for a 32 can be returned in the Device Properties UUID sub-package for the device in 39 Hierarchical Properties Extension UUID definition document [2]_. 48 Valid property sets must follow the guidance given by the Device Properties UUID 56 associated with the Device Properties UUID. 99 .. [1] https://www.uefi.org/sites/default/files/resources/_DSD-device-properties-UUID.pdf 100 .. [2] https://www.uefi.org/sites/default/files/resources/_DSD-hierarchical-data-extension-UUID-v1.…
|
| /OK3568_Linux_fs/buildroot/board/pc/ |
| H A D | post-image-efi.sh | 5 UUID=$(dumpe2fs "$BINARIES_DIR/rootfs.ext2" 2>/dev/null | sed -n 's/^Filesystem UUID: *\(.*\)/\1/p') 6 sed -i "s/UUID_TMP/$UUID/g" "$BINARIES_DIR/efi-part/EFI/BOOT/grub.cfg" 7 sed "s/UUID_TMP/$UUID/g" board/pc/genimage-efi.cfg > "$BINARIES_DIR/genimage-efi.cfg"
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.gpt | 11 - UUID -(Universally Unique Identifier) 24 UUID introduction: 27 GPT for marking disks/partitions is using the UUID. It is supposed to be a 28 globally unique value. A UUID is a 16-byte (128-bit) number. The number of 30 More often UUID is displayed as 32 hexadecimal digits, in 5 groups, 41 OSes and programming languages are providing libraries to compute UUID (e.g. 105 56 16 B Disk GUID (also referred as UUID on UNIXes) 174 the generated UUID. The 'gpt guid' command reads the current value of the 286 "uuid" program is recommended to generate UUID string. Moreover it can decode 287 (-d switch) passed in UUID string. It can be used to generate partitions UUID [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/buildroot/package/perl-data-uuid/ |
| H A D | perl-data-uuid.mk | 8 PERL_DATA_UUID_SOURCE = Data-UUID-$(PERL_DATA_UUID_VERSION).tar.gz 17 PERL_DATA_UUID_DISTNAME = Data-UUID
|
| H A D | perl-data-uuid.hash | 2 md5 13468e0fb65a0b5ce27b8628cb2f0109 Data-UUID-1.226.tar.gz 3 sha256 093d57ffa0d411a94bafafae495697db26f5c9d0277198fe3f7cf2be22996453 Data-UUID-1.226.tar.gz
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/dsd/ |
| H A D | data-node-references.rst | 93 [1] Hierarchical Data Extension UUID For _DSD. 94 <https://www.uefi.org/sites/default/files/resources/_DSD-hierarchical-data-extension-UUID-v1.1.pdf>, 97 [2] Device Properties UUID For _DSD. 98 <https://www.uefi.org/sites/default/files/resources/_DSD-device-properties-UUID.pdf>,
|
| H A D | leds.rst | 103 [5] Device Properties UUID For _DSD. 104 <URL:https://www.uefi.org/sites/default/files/resources/_DSD-device-properties-UUID.pdf>, 107 [6] Hierarchical Data Extension UUID For _DSD. 108 …<URL:https://www.uefi.org/sites/default/files/resources/_DSD-hierarchical-data-extension-UUID-v1.1…
|
| H A D | graph.rst | 164 [4] Device Properties UUID For _DSD. 165 https://www.uefi.org/sites/default/files/resources/_DSD-device-properties-UUID.pdf, 168 [5] Hierarchical Data Extension UUID For _DSD. 169 … https://www.uefi.org/sites/default/files/resources/_DSD-hierarchical-data-extension-UUID-v1.1.pdf,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/tools/ta_resign_tool-release/linux/ |
| H A D | resign_ta.py | 29 from uuid import UUID 30 return UUID(s)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0025-RH-add-mpathconf.patch | 164 + UUID=`dmsetup info -c --noheadings -o uuid -j $MAJOR -m $MINOR 2> /dev/null` 165 + if [ -n "$UUID" ] ; then 166 + set_dm_wwid $UUID 185 + UUID="" 189 + UUID=`dmsetup info -c --noheadings -o uuid -j $MAJOR -m $MINOR 2> /dev/null` 191 + UUID=`dmsetup info -c --noheadings -o uuid $1 2> /dev/null` 193 + if [ -n "$UUID" ] ; then 194 + set_dm_wwid $UUID
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | Kconfig | 118 bool "Enable support of UUID for partition" 123 Activate the configuration of UUID for partition 126 bool "Enable support of UUID for partition in SPL"
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-uevent.rst | 72 :Description: UUID of the device-mapper device. 73 :Value: UUID. (Empty string if there isn't one.)
|