/systemd-251/test/TEST-64-UDEV-STORAGE/ |
D | test.sh | 88 dd if=/dev/zero of="${TESTDIR:?}/disk$i.img" bs=1M count=1 228 dd if=/dev/zero of="$diskpath" bs=1M count=18 278 dd if=/dev/zero of="$partdisk" bs=1M count=16 316 dd if=/dev/zero of="$partdisk" bs=1M count=110 342 dd if=/dev/zero of="$diskpath" bs=1M count=32 370 dd if=/dev/zero of="$diskpath" bs=1M count="$size" 399 dd if=/dev/zero of="$diskpath" bs=1M count="$size" 421 dd if=/dev/zero of="$testdisk" bs=1M count=64 463 dd if=/dev/zero of="$diskpath" bs=1M count=64 489 dd if=/dev/zero of="$diskpath" bs=1M count=64
|
/systemd-251/src/integritysetup/ |
D | integritysetup-generator.c | 37 …_cleanup_free_ char *n = NULL, *dd = NULL, *e = NULL, *name_escaped = NULL, *key_file_escaped = NU… in create_disk() local 57 r = unit_name_from_path(device, ".device", &dd); in create_disk() 96 dd, dd); in create_disk()
|
/systemd-251/test/units/ |
D | testsuite-72.sh | 82 dd if=/dev/urandom of="/var/tmp/72-source/part1-$1.raw" bs=1024 count=1024 83 dd if=/dev/urandom of="/var/tmp/72-source/part2-$1.raw" bs=1024 count=1024 106 … dd if=/var/tmp/72-joined.raw bs=1024 skip="$2" count=1024 | cmp "/var/tmp/72-source/part1-$1.raw" 107 … dd if=/var/tmp/72-joined.raw bs=1024 skip="$3" count=1024 | cmp "/var/tmp/72-source/part2-$1.raw"
|
D | testsuite-50.sh | 124 dd if=/dev/zero of="${image}.gpt" bs=512 count=$((8192+root_size*2+verity_size*2+signature_size*2)) 190 dd if="${image}.raw" of="${loop}p1" 191 dd if="${image}.verity" of="${loop}p2" 193 dd if="${image}.verity-sig" of="${loop}p3"
|
D | testsuite-67.sh | 43 dd if=/dev/zero of="${image_dir}/image" bs=1048576 count=64 || exit 1
|
D | testsuite-70.sh | 10 dd if=/dev/zero of=$img bs=1024k count=20 status=none
|
D | testsuite-04.sh | 12 dd if=/dev/urandom bs=1M count=1 | base64 | systemd-cat
|
D | testsuite-64.sh | 319 dd if=/dev/urandom of=/etc/btrfs_keyfile bs=64 count=1 iflag=fullblock 438 dd if=/dev/zero of="$mpoint/lun$i.img" bs=1M count=32
|
D | testsuite-25.sh | 8 dd if=/dev/urandom of=/var/tmp/testimage.raw bs=$((1024*1024+7)) count=5
|
/systemd-251/src/network/ |
D | networkd-state-file.c | 458 NDiscDNSSL *dd; in link_save_domains() local 460 SET_FOREACH(dd, link->ndisc_dnssl) in link_save_domains() 461 fputs_with_space(f, NDISC_DNSSL_DOMAIN(dd), NULL, &space); in link_save_domains() 564 NDiscRDNSS *dd; in link_save() local 566 SET_FOREACH(dd, link->ndisc_rdnss) in link_save() 567 serialize_in6_addrs(f, &dd->address, 1, &space); in link_save()
|
/systemd-251/src/veritysetup/ |
D | veritysetup-generator.c | 324 _cleanup_free_ char *n = NULL, *dd = NULL, *du = NULL, *hd = NULL, *hu = NULL, *e = NULL, in create_disk() local 369 r = unit_name_from_path(du, ".device", &dd); in create_disk() 402 dd, dd); in create_disk()
|
/systemd-251/src/resolve/ |
D | resolved-dns-trust-anchor.c | 239 _cleanup_free_ void *dd = NULL; in dns_trust_anchor_load_positive() local 275 r = unhexmem(p, strlen(p), &dd, &l); in dns_trust_anchor_load_positive() 289 rr->ds.digest = TAKE_PTR(dd); in dns_trust_anchor_load_positive()
|
/systemd-251/docs/ |
D | BUILDING_IMAGES.md | 11 require no further installation process beyond simple `dd`-ing the image to 157 Typically, if an image is `dd`-ed onto a target disk it will be minimal: 218 basic settings *after* `dd`-ing the image to disk, but *before* first boot. For
|
D | BLOCK_DEVICE_LOCKING.md | 85 file systems formatted or `dd`'ed in, and similar cases that
|
D | HOME_DIRECTORY.md | 115 file can be directly `dd`'ed onto it; the format is unchanged. The GPT envelope
|
/systemd-251/src/systemd/ |
D | sd-messages.h | 69 #define SD_MESSAGE_STARTUP_FINISHED SD_ID128_MAKE(b0,7a,24,9c,d0,24,41,4a,82,dd,00,cd,18,13,7… 70 #define SD_MESSAGE_STARTUP_FINISHED_STR SD_ID128_MAKE_STR(b0,7a,24,9c,d0,24,41,4a,82,dd,00,cd,18,…
|
/systemd-251/src/shared/ |
D | gpt.h | 26 #define GPT_ROOT_TILEGX SD_ID128_MAKE(c5,0c,dd,70,38,62,4c,c3,90,e1,80,9a,8c,93,ee,2c) 58 #define GPT_ROOT_PPC64_LE_VERITY SD_ID128_MAKE(90,6b,d9,44,45,89,4a,ae,a4,e4,dd,98,39,17,44,6a)
|
D | format-table.c | 1343 TableData *d, *dd; in table_data_compare() local 1346 dd = t->data[*b + t->sort_map[i]]; in table_data_compare() 1348 r = cell_data_compare(d, *a, dd, *b); in table_data_compare()
|
D | json.c | 2329 int aa, bb, cc, dd; in unhex_ucs2() local 2347 dd = unhexchar(c[3]); in unhex_ucs2() 2348 if (dd < 0) in unhex_ucs2() 2354 ((uint16_t) dd); in unhex_ucs2()
|
/systemd-251/src/partition/ |
D | test-repart.sh | 134 dd if=/dev/urandom of="$D/block-copy" bs=4096 count=10240
|
/systemd-251/src/libsystemd-network/ |
D | sd-dhcp-server.c | 1066 #define HASH_KEY SD_ID128_MAKE(0d,1d,fe,bd,f1,24,bd,b3,47,f1,dd,6e,73,21,93,30)
|
/systemd-251/hwdb.d/ |
D | usb.ids | 2325 00dd Comfort Curve Keyboard 2000 V1.0 2363 02dd Xbox One Controller (Firmware 2015) 2479 04dd Windows Powered Smartphone 2003 2770 08dd QuickCam for Notebooks 4305 31dd SELPHY CP780 5224 04dd Sharp Corp. 5955 01dd MFC-870CDN 6108 02dd DCP-J4215N 7168 00dd CTL-470 [Bamboo Connect] 7353 00dd M-LS12UL Mouse [all …]
|
D | pci.ids | 1073 15dd Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series] 1352 1043 84dd M5A99X EVO (R1.0) SB950 2737 1043 04dd STRIX R9 390 3422 17aa 21dd Radeon HD 6370M 6786 90dd Baikal Memory (DDR3/SPM) 7358 103c 12dd 4Gb Fibre Channel [AB429A] 7887 70dd PXI-8430/4 (RS-232) Interface 8296 1093 74dd PXIe-6376 8401 1093 77dd cRIO-9039 9305 10dd 0024 Tornado 3000 [all …]
|
/systemd-251/test/ |
D | test-functions | 137 dd
|
/systemd-251/ |
D | TODO | 1643 end), in order to maximize dd'ability. Requires libfdisk work, see
|