/third_party/eudev/rules/ |
D | 60-persistent-storage.rules | 3 # persistent storage links: /dev/disk/{by-id,by-uuid,by-label,by-path} 12 # ignore partitions that span the entire disk 19 KERNEL=="nvme*[0-9]n*[0-9]", ATTR{wwid}=="?*", SYMLINK+="disk/by-id/nvme-$attr{wwid}" 20 KERNEL=="nvme*[0-9]n*[0-9]p*[0-9]", ENV{DEVTYPE}=="partition", ATTRS{wwid}=="?*", SYMLINK+="disk/by… 22 KERNEL=="nvme*[0-9]n*[0-9]", ENV{DEVTYPE}=="disk", ATTRS{serial}=="?*", ENV{ID_SERIAL_SHORT}="$attr… 23 KERNEL=="nvme*[0-9]n*[0-9]", ENV{DEVTYPE}=="disk", ATTRS{wwid}=="?*", ENV{ID_WWN}="$attr{wwid}" 24 KERNEL=="nvme*[0-9]n*[0-9]", ENV{DEVTYPE}=="disk", ATTRS{model}=="?*", ENV{ID_MODEL}="$attr{model}" 25 KERNEL=="nvme*[0-9]n*[0-9]", ENV{DEVTYPE}=="disk", ENV{ID_MODEL}=="?*", ENV{ID_SERIAL_SHORT}=="?*",… 26 ENV{ID_SERIAL}="$env{ID_MODEL}_$env{ID_SERIAL_SHORT}", SYMLINK+="disk/by-id/nvme-$env{ID_SERIAL}" 31 …ENV{ID_SERIAL}="$env{ID_MODEL}_$env{ID_SERIAL_SHORT}", SYMLINK+="disk/by-id/nvme-$env{ID_SERIAL}-p… [all …]
|
D | 50-udev-default.rules | 59 SUBSYSTEM=="block", GROUP="disk" 67 SUBSYSTEM=="scsi_generic", SUBSYSTEMS=="scsi", ATTRS{type}=="0", GROUP="disk" 68 KERNEL=="qft[0-9]*|nqft[0-9]*|zqft[0-9]*|nzqft[0-9]*|rawqft[0-9]*|nrawqft[0-9]*", GROUP="disk" 69 KERNEL=="loop-control", GROUP="disk", OPTIONS+="static_node=loop-control" 70 KERNEL=="btrfs-control", GROUP="disk" 71 KERNEL=="rawctl", GROUP="disk" 72 SUBSYSTEM=="raw", KERNEL=="raw[0-9]*", GROUP="disk" 73 SUBSYSTEM=="aoe", GROUP="disk", MODE="0220"
|
/third_party/curl/packages/vms/ |
D | build_gnv_curl_release_notes.com | 40 $ curl_readme = f$search("sys$disk:[--]readme.") 43 $ curl_readme = f$search("sys$disk:[--]$README.") 51 $ curl_copying = f$search("sys$disk:[--]copying.") 54 $ curl_copying = f$search("sys$disk:[--]$COPYING.") 62 $ vms_readme = f$search("sys$disk:[]readme.") 65 $ vms_readme = f$search("sys$disk:[]$README.") 73 $ curl_release_notes = f$search("sys$disk:[--]release-notes.") 76 $ curl_release_notes = f$search("sys$disk:[--]$RELEASE-NOTES.") 84 $ if f$search("sys$disk:[]hp_ssl_release_info.txt") .eqs. "" 92 sys$disk:[]curl_release_note_start.txt, - [all …]
|
/third_party/NuttX/fs/driver/ |
D | fs_openblockdriver.c | 82 los_disk *disk = NULL; in open_blockdriver() local 117 disk = get_disk(part->disk_id); in open_blockdriver() 118 if (disk == NULL) in open_blockdriver() 124 if (pthread_mutex_lock(&disk->disk_mutex) != ENOERR) in open_blockdriver() 129 if (disk->disk_status == STAT_INUSED) in open_blockdriver() 138 (void)pthread_mutex_unlock(&disk->disk_mutex); in open_blockdriver() 144 if (pthread_mutex_unlock(&disk->disk_mutex) != ENOERR) in open_blockdriver()
|
D | fs_closeblockdriver.c | 71 los_disk *disk = NULL; in close_blockdriver() local 103 disk = get_disk(part->disk_id); in close_blockdriver() 104 if (disk == NULL) in close_blockdriver() 110 if (pthread_mutex_lock(&disk->disk_mutex) != ENOERR) in close_blockdriver() 116 if (disk->disk_status == STAT_INUSED) in close_blockdriver() 129 if (pthread_mutex_unlock(&disk->disk_mutex) != ENOERR) in close_blockdriver()
|
/third_party/ltp/testscripts/ |
D | autofs1.sh | 221 echo "disk -fstype=auto,rw,sync :$disk_partition " > /etc/auto.disk 228 mkdir /AUTOFS/DISK/disk/test 229 cp /etc/auto.master /etc/auto.media /AUTOFS/DISK/disk/test 235 if [ -e /AUTOFS/DISK/disk/test ]; then 236 cd /AUTOFS/DISK/disk/test 237 umount /AUTOFS/DISK/disk/ >/dev/null 2>&1 241 rm -rf /etc/auto.master /etc/auto.media /etc/auto.disk /AUTOFS 246 umount /AUTOFS/DISK/disk/ 250 rm -rf /etc/auto.master /etc/auto.media /etc/auto.disk /AUTOFS 260 ls -l /AUTOFS/DISK/disk [all …]
|
D | autofs4.sh | 210 echo "disk -fstype=ext2 :$disk_partition " > /etc/auto.disk 215 mkdir /AUTOFS/DISK/disk/test 216 cp /etc/auto.master /etc/auto.media /AUTOFS/DISK/disk/test 221 cd /AUTOFS/DISK/disk/test 222 umount /AUTOFS/DISK/disk/ >/dev/null 2>&1 226 rm -rf /etc/auto.master /etc/auto.media /etc/auto.disk /AUTOFS 232 umount /AUTOFS/DISK/disk/ >/dev/null 2>&1 236 rm -rf /etc/auto.master /etc/auto.media /etc/auto.disk /AUTOFS 246 ls -l /AUTOFS/DISK/disk 257 rm -rf /etc/auto.master /etc/auto.media /etc/auto.disk /AUTOFS
|
/third_party/e2fsprogs/misc/ |
D | base_device.c | 45 const char **hier, *disk; in base_device() local 126 disk = 0; in base_device() 128 disk = "disc"; in base_device() 130 disk = "disk"; in base_device() 131 if (disk) { in base_device() 133 if (strncmp(cp, disk, 4) != 0) in base_device()
|
/third_party/uboot/u-boot-2020.01/doc/ |
D | README.sata | 3 There are two ways to operate the hard disk 5 * Read/write raw blocks from/to SATA hard disk 8 1.0 How to read the SATA hard disk's information? 17 1.1 How to raw write the kernel, file system, dtb to a SATA hard disk? 19 Notes: Hard disk sectors are normally 512 bytes, so 34 1.2 How to raw read the kernel, file system, dtb from a SATA hard disk?
|
/third_party/e2fsprogs/lib/support/ |
D | quotaio_tree.h | 38 void (*mem2disk_dqblk)(void *disk, struct dquot *dquot); 40 void (*disk2mem_dqblk)(struct dquot *dquot, void *disk); 42 int (*is_id)(void *disk, struct dquot *dquot); 58 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk);
|
/third_party/f2fs-tools/fsck/ |
D | quotaio_tree.h | 44 void (*mem2disk_dqblk)(void *disk, struct dquot *dquot); 46 void (*disk2mem_dqblk)(struct dquot *dquot, void *disk); 48 int (*is_id)(void *disk, struct dquot *dquot); 64 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk);
|
/third_party/FatFs/ |
D | README | 11 diskio.h Common include file for FatFs and disk I/O module. 12 diskio.c An example of glue function to attach existing disk I/O module to FatFs. 17 Low level disk I/O module is not included in this archive because the FatFs 19 storage device. You need to provide a low level disk I/O module written to
|
/third_party/FatFs/source/ |
D | 00readme.txt | 11 diskio.h Common include file for FatFs and disk I/O module. 12 diskio.c An example of glue function to attach existing disk I/O module to FatFs. 17 Low level disk I/O module is not included in this archive because the FatFs 19 storage device. You need to provide a low level disk I/O module written to
|
/third_party/gptfdisk/ |
D | README.Windows | 6 Most versions of Windows cannot boot from a GPT disk on BIOS-based 12 GPT fdisk on a BIOS-mode boot disk, or perhaps even on a data disk, you may 58 won't be able to edit hard disk partition tables, although you will be able 59 to edit raw disk image files. 61 The program requires a hard disk identifier as an option. You can specify 68 on the first disk. The second way to specify a disk device is via a 74 table on the first physical disk. Change the number at the end of the 75 device name to change the disk edited. 77 If you pass the "-l" option to gdisk.exe in addition to the disk 80 never writes data back to the disk when used in this way. [all …]
|
D | NEWS | 77 more information on what data structures are damaged when a damaged disk 102 when creating a new partition table (that is, partitioning a blank disk or 108 - On Linux, the p/-p/--print command now shows the disk's model name, as 112 when accessing disk image files, even on Linux. 127 else on the disk. The main reason I know of to do this is if the disk is 177 this feature when gdisk detects that it can't write to the disk under OS 228 if a subsequent command causes changes, they'll be written to disk. 230 would wipe the disk but not create a partition table; to create a blank 256 - Altered warning displayed when run from Windows on non-GPT disk, because 266 …(https://github.com/ceph/ceph/blob/9bcc42a3e6b08521694b5c0228b2c6ed7b3d312e/src/ceph-disk#L76-L81): [all …]
|
/third_party/grpc/tools/gce/ |
D | create_windows_debug_worker.sh | 54 --boot-disk-size 500 \ 55 --boot-disk-type pd-ssd \ 57 --disk "auto-delete=yes,boot=no,name=$TMP_DISK_NAME"
|
D | create_win2019_container_vm.sh | 41 --boot-disk-size=400GB \ 42 --boot-disk-type pd-ssd \
|
/third_party/NuttX/drivers/bch/ |
D | bchdev_driver.c | 356 los_disk *disk = bch->disk; in bch_ioctl() local 357 if (disk == NULL) in bch_ioctl() 363 if (pthread_mutex_lock(&disk->disk_mutex) != ENOERR) in bch_ioctl() 368 if (disk->disk_status == STAT_INUSED) in bch_ioctl() 377 if (pthread_mutex_unlock(&disk->disk_mutex) != ENOERR) in bch_ioctl()
|
D | bchlib_cache.c | 76 ret = los_disk_write(bch->disk->disk_id, (const void *)bch->buffer, bch->sector, 1); in bchlib_flushsector() 116 ret = los_disk_read(bch->disk->disk_id, (void *)bch->buffer, sector, 1, TRUE); in bchlib_readsector()
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.02.txt | 11 disk (/dev/hda versus /dev/hda1). If a user really wants to format a 12 whole disk, the -F (force) option forces mke2fs to format a whole disk 18 disk will be checked, so it's rarely a problem in real life.
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_disk.c | 306 struct efi_disk_obj **disk) in efi_disk_add_dev() argument 371 if (disk) in efi_disk_add_dev() 372 *disk = diskobj; in efi_disk_add_dev() 434 struct efi_disk_obj *disk; in efi_disk_register() local 448 desc, desc->devnum, 0, 0, &disk); in efi_disk_register() 462 &disk->header, desc, if_typename, in efi_disk_register() 494 i, 0, 0, &disk); in efi_disk_register() 508 (&disk->header, desc, in efi_disk_register()
|
/third_party/boost/tools/build/src/util/ |
D | path.jam | 958 #assert.result "disk:" "[dir]" "file" : split-path-VMS "disk:[dir]file" ; 959 #assert.result "disk:" "[dir]" "" : split-path-VMS "disk:[dir]" ; 960 #assert.result "disk:" "" "" : split-path-VMS "disk:" ; 961 #assert.result "disk:" "" "file" : split-path-VMS "disk:file" ; 971 #assert.result "disk:" "[]" "" : split-path-VMS "disk:[]" ; 973 #assert.result "disk:" "[]" "file" : split-path-VMS "disk:[]file" ; 978 #assert.result "/disk:" : make-VMS "disk:" ; 987 #assert.result "/disk:/my_docs" : make-VMS "disk:[my_docs]" ; 988 #assert.result "/disk:/boost/tools/build/new/project.jam" : make-VMS 989 # "disk:[boost.tools.build.test.-.new]project.jam" ; [all …]
|
/third_party/e2fsprogs/ext2ed/ |
D | Makefile.in | 23 $(srcdir)/disk.c $(srcdir)/win.c $(srcdir)/group_com.c \ 28 disk.o win.o group_com.o file_com.o blockbitmap_com.o ext2_com.o \ 90 disk.o: $(srcdir)/disk.c $(srcdir)/ext2ed.h
|
/third_party/node/deps/npm/node_modules/yargs/node_modules/locate-path/ |
D | readme.md | 3 > Get the first path that exists on disk of multiple paths 15 Here we find the first file that exists on disk, in array order. 22 'rainbow.png', // Only this one actually exists on disk
|
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/locate-path/ |
D | readme.md | 3 > Get the first path that exists on disk of multiple paths 15 Here we find the first file that exists on disk, in array order. 22 'rainbow.png', // Only this one actually exists on disk
|