Home
last modified time | relevance | path

Searched refs:dd (Results 26 – 50 of 944) sorted by relevance

12345678910>>...38

/freebsd/lib/msun/ld128/
H A Ds_logl.c455 double dd, dk; in k_logl() local
548 dd = (double)d; in k_logl()
551 dd * (P9 + dd * (P10 + dd * (P11 + dd * (P12 + dd * (P13 + in k_logl()
552 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo) + d * d * P2; in k_logl()
568 double d_lo, dd, dk; in log1pl() local
656 dd = (double)d; in log1pl()
659 dd * (P9 + dd * (P10 + dd * (P11 + dd * (P12 + dd * (P13 + in log1pl()
660 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo + d_lo) + d * d * P2; in log1pl()
/freebsd/contrib/unbound/dns64/
H A Ddns64.c749 dd->ttl = fd->ttl; in dns64_synth_aaaa_data()
751 dd->rrsig_count = 0; in dns64_synth_aaaa_data()
758 dd->rr_len = in dns64_synth_aaaa_data()
760 dd->rr_data = (uint8_t**)&dd->rr_len[dd->count]; in dns64_synth_aaaa_data()
761 dd->rr_ttl = (time_t*)&dd->rr_data[dd->count]; in dns64_synth_aaaa_data()
768 dd->rr_len[i] = 18; in dns64_synth_aaaa_data()
769 dd->rr_data[i] = in dns64_synth_aaaa_data()
770 (uint8_t*)&dd->rr_ttl[dd->count] + 18*i; in dns64_synth_aaaa_data()
778 dd->rr_len[i]-2); in dns64_synth_aaaa_data()
870 if(!dd) in dns64_adjust_a()
[all …]
/freebsd/stand/common/
H A Ddisk.c87 od = (struct open_disk *)dev->dd.d_opendata; in ptblread()
140 dev.dd.d_dev = pa->dev->dd.d_dev; in ptable_print()
141 dev.dd.d_unit = pa->dev->dd.d_unit; in ptable_print()
169 od = (struct open_disk *)dev->dd.d_opendata; in disk_print()
182 od = (struct open_disk *)dev->dd.d_opendata; in disk_read()
195 od = (struct open_disk *)dev->dd.d_opendata; in disk_write()
205 struct open_disk *od = dev->dd.d_opendata; in disk_ioctl()
246 dev->dd.d_opendata = od; in disk_open()
394 cp = buf + sprintf(buf, "%s%d", dev->dd.d_dev->dv_name, dev->dd.d_unit); in disk_fmtdev()
474 dev->dd.d_unit = unit; in disk_parsedev()
[all …]
/freebsd/crypto/openssl/fuzz/
H A Dhelper.py31 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
32 if not os.path.isdir(dd):
33 os.mkdir(dd)
34 corpora.append(dd)
37 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
38 if os.path.isdir(dd):
39 corpora.append(dd)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted.kshlib59 log_must dd if=/dev/urandom of=$mntpnt/f1 bs=$bs count=16
60 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=$bs count=32
73 log_must dd if=/dev/urandom of=$mntpnt/$recsize bs=8 \
92 log_must dd if=/dev/urandom of=$mntpnt/f1 bs=8M count=1
94 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=1M count=1
95 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=1M count=1 seek=7 \
98 log_must dd if=/dev/urandom of=$mntpnt/f3 bs=1M count=6 seek=1
121 log_must dd if=/dev/urandom of=$mntpnt/f1 bs=$bs count=16
122 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=$bs count=32
164 log_must dd if=/dev/urandom of=$mntpnt/contents1 bs=512 count=2
[all …]
/freebsd/stand/libsa/geli/
H A Dgelidev.c92 return (ddev->dd.d_dev->dv_strategy(ddev, F_READ, offbytes / DEV_BSIZE, in diskdev_read()
153 rc = gdesc->hdesc->dd.d_dev->dv_strategy(gdesc->hdesc, rw, in geli_dev_strategy()
175 rc = gdesc->hdesc->dd.d_dev->dv_strategy(gdesc->hdesc, in geli_dev_strategy()
192 rc = gdesc->hdesc->dd.d_dev->dv_strategy(gdesc->hdesc, in geli_dev_strategy()
227 f->f_dev = gdesc->hdesc->dd.d_dev; in geli_dev_close()
304 if (hdesc->dd.d_dev->dv_type != DEVT_DISK) in geli_probe_and_attach()
307 if (hdesc->dd.d_dev->dv_ioctl(f, DIOCGMEDIASIZE, &hmediasize) != 0) in geli_probe_and_attach()
342 gdesc->ddd.dd.d_dev = &geli_devsw; in geli_probe_and_attach()
343 gdesc->ddd.dd.d_opendata = NULL; in geli_probe_and_attach()
344 gdesc->ddd.dd.d_unit = hdesc->dd.d_unit; in geli_probe_and_attach()
[all …]
/freebsd/sys/ufs/ufs/
H A Dufsmount.h147 #define UFS_BALLOC(aa, bb, cc, dd, ee, ff) \ argument
148 VFSTOUFS((aa)->v_mount)->um_balloc(aa, bb, cc, dd, ee, ff)
149 #define UFS_BLKATOFF(aa, bb, cc, dd) \ argument
150 VFSTOUFS((aa)->v_mount)->um_blkatoff(aa, bb, cc, dd)
151 #define UFS_TRUNCATE(aa, bb, cc, dd) \ argument
152 VFSTOUFS((aa)->v_mount)->um_truncate(aa, bb, cc, dd)
154 #define UFS_VALLOC(aa, bb, cc, dd) \ argument
155 VFSTOUFS((aa)->v_mount)->um_valloc(aa, bb, cc, dd)
160 #define UFS_CHECK_BLKNO(aa, bb, cc, dd) \ argument
162 VFSTOUFS(aa)->um_check_blkno(aa, bb, cc, dd))
/freebsd/bin/dd/
H A DMakefile5 PROG= dd
6 SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
23 LC_ALL=en_US.US-ASCII ./dd conv=${conv} 2>/dev/null | \
28 @./gen 189284 | ./dd ibs=16 obs=8 conv=sparse of=obs_zeroes 2> /dev/null
32 @./dd if=/dev/zero of=1M_zeroes bs=1048576 count=1 2> /dev/null
33 @./dd if=1M_zeroes of=1M_zeroes.1 bs=1048576 conv=sparse 2> /dev/null
34 @./dd if=1M_zeroes of=1M_zeroes.2 bs=1048576 2> /dev/null
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp46 ctx->dd->MutexInit(&cb, &s->dd); in DDMutexInit()
47 s->dd.ctx = s->addr; in DDMutexInit()
119 ctx->dd->MutexDestroy(&cb, &s->dd); in MutexDestroy()
120 ctx->dd->MutexInit(&cb, &s->dd); in MutexDestroy()
153 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPreLock()
202 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPostLock()
250 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, true); in MutexUnlock()
276 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPreReadLock()
310 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPostReadLock()
350 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, false); in MutexReadUnlock()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_nopwrite.ksh42 dd if=/dev/urandom of=$TESTDIR/file_8k bs=1024k count=$MEGS oflag=sync \
45 dd if=/dev/urandom of=$TESTDIR/file_8k_copies bs=1024k count=$MEGS oflag=sync \
50 dd if=/dev/urandom of=$TESTDIR/file_128k bs=1024k count=$MEGS oflag=sync \
53 dd if=/dev/urandom of=$TESTDIR/file_128k_copies bs=1024k \
65 dd if=/$TESTDIR/file_8k of=/$TESTDIR/clone/file_8k bs=1024k \
69 dd if=/$TESTDIR/file_8k_copies of=/$TESTDIR/clone/file_8k_copies bs=1024k \
75 dd if=/$TESTDIR/file_128k of=/$TESTDIR/clone/file_128k bs=1024k \
79 dd if=/$TESTDIR/file_128k_copies of=/$TESTDIR/clone/file_128k_copies bs=1024k \
103 dd if=/$TESTDIR/file_8k of=/$TESTDIR/clone/file_8k bs=1024k \
107 dd if=/$TESTDIR/file_8k_copies of=/$TESTDIR/clone/file_8k_copies bs=1024k \
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_corner_cases.kshlib35 dd if=$file bs=$HALFRECORDSIZE count=1 2>/dev/null | sha256digest
42 dd if=$file bs=$HALFRECORDSIZE count=1 skip=1 2>/dev/null | sha256digest
59 log_must dd if=/dev/urandom of="$ORIG0" bs=$RECORDSIZE count=1
60 log_must dd if=/dev/urandom of="$ORIG1" bs=$RECORDSIZE count=1
61 log_must dd if=/dev/urandom of="$ORIG2" bs=$RECORDSIZE count=1
80 dd if=$CLONE of=/dev/null bs=$RECORDSIZE 2>/dev/null
104 log_must dd if=/dev/urandom of=$CLONE bs=$HALFRECORDSIZE count=1 \
108 log_must dd if=/dev/urandom of=$CLONE bs=$RECORDSIZE count=1 2>/dev/null
160 log_must dd if=$ORIG1 of=$CLONE bs=$RECORDSIZE count=1 2>/dev/null
165 log_must dd if=$ORIG1 of=$CLONE bs=$HALFRECORDSIZE skip=0 seek=0 \
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_hole_birth.ksh81 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=4k count=11264 seek=1152
85 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=4k count=152 seek=384 \
87 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=4k count=10 seek=1408 \
98 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=128k count=1 seek=1
101 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=128k count=1
102 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=128k count=1 seek=3
113 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=512 count=128k conv=notrunc
117 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=512 count=1 seek=96k \
/freebsd/tests/sys/geom/class/shsec/
H A D2_test.sh12 dd if=/dev/random of=${src} count=$nblocks1 >/dev/null 2>&1
21 dd if=${src} of=/dev/shsec/${name} count=$nblocks1 >/dev/null 2>&1
23 dd if=/dev/shsec/${name} of=${dst} count=$nblocks1 >/dev/null 2>&1
30 dd if=/dev/${us0} of=${dst} count=$nblocks1 >/dev/null 2>&1
37 dd if=/dev/${us1} of=${dst} count=$nblocks1 >/dev/null 2>&1
44 dd if=/dev/${us2} of=${dst} count=$nblocks1 >/dev/null 2>&1
/freebsd/contrib/one-true-awk/bugs-fixed/
H A Dgetline-numeric.awk3 getline dd < ARGV[1]
4 print dd, (dd <= 50 ? "<=" : ">"), 50
5 if (dd == $0) print "same"
/freebsd/tests/sys/geom/class/mirror/
H A D2_test.sh14 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
23 dd if=${src} of=/dev/mirror/${name} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
25 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
31 dd if=/dev/${us0} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
37 dd if=/dev/${us1} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
44 dd if=/dev/${us2} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
H A D3_test.sh14 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
23 dd if=${src} of=/dev/mirror/${name} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
25 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
33 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
41 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
49 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
H A D4_test.sh14 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
23 dd if=${src} of=/dev/mirror/${name} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
25 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
33 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
41 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
49 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
H A D5_test.sh14 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
23 dd if=${src} of=/dev/mirror/${name} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
25 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
33 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
41 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
49 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
H A D7_test.sh14 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
23 dd if=${src} of=/dev/mirror/${name} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
25 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
33 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
41 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
49 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c129 struct gl_dir *dd = v; in gl_readdir() local
130 if (dd->pos < dd->len) { in gl_readdir()
131 const struct gl_file *f = &dd->dir[dd->pos++]; in gl_readdir()
134 dir.d_ino = dd->pos; in gl_readdir()
191 struct gl_dir *dd = v; in gl_closedir() local
192 dd->pos = 0; in gl_closedir()
193 DPRINTF(("closedir %p\n", dd)); in gl_closedir()
/freebsd/tests/sys/geom/class/gate/
H A Dggate_test.sh22 atf_check -e ignore -o ignore dd if=/dev/random of=/dev/$work bs=1m count=1 conv=notrunc
63 dd if=/dev/random of=/dev/$work bs=1m count=1 conv=notrunc
65 dd if=/dev/random of=/dev/$src bs=1m count=1 conv=notrunc
78 dd if=/dev/${src} of=${ggate_dev} bs=1m count=1 conv=notrunc
104 dd if=/dev/random of=work bs=1m count=1
105 dd if=/dev/random of=src bs=1m count=1
114 dd if=src of=${ggate_dev} bs=1m count=1 conv=notrunc
142 dd if=/dev/random of=$work bs=1m count=1 conv=notrunc
144 dd if=/dev/random of=$src bs=1m count=1 conv=notrunc
153 dd if=/dev/$src of=${ggate_dev} bs=1m count=1 conv=notrunc
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_destroy.c215 if (dsl_dir_phys(dd)->dd_clones == 0) in dsl_dir_remove_clones_key_impl()
832 dsl_dir_t *dd; in dsl_dir_destroy_sync() local
844 if (dd->dd_parent != NULL) in dsl_dir_destroy_sync()
859 if (dd->dd_crypto_obj != 0) { in dsl_dir_destroy_sync()
866 if (dsl_dir_phys(dd)->dd_clones != 0) in dsl_dir_destroy_sync()
871 dd->dd_myname, tx)); in dsl_dir_destroy_sync()
873 dsl_dir_rele(dd, FTAG); in dsl_dir_destroy_sync()
878 dsl_clone_destroy_assert(dsl_dir_t *dd) in dsl_clone_destroy_assert() argument
882 ASSERT(dsl_dir_is_clone(dd)); in dsl_clone_destroy_assert()
907 dsl_dir_t *dd = ds->ds_dir; in dsl_async_clone_destroy() local
[all …]
/freebsd/tests/sys/geom/class/eli/
H A Dinit_test.sh17 atf_check dd if=rnd of=/dev/${md}.eli bs=${secsize} count=${sectors} \
20 md_rnd=`dd if=rnd bs=${secsize} count=${sectors} status=none | md5`
47 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
48 atf_check dd if=/dev/random of=rnd bs=$MAX_SECSIZE count=${sectors} \
69 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
123 atf_check dd if=/dev/random of=keyfile0 bs=512 count=16 status=none
124 atf_check dd if=/dev/random of=keyfile1 bs=512 count=16 status=none
125 dd if=/dev/random bs=512 count=16 status=none | sha1 > passfile0
127 dd if=/dev/random bs=512 count=16 status=none | sha1 > passfile1
265 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_negative.ksh46 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
51 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
59 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
64 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
71 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
75 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
82 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
86 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
/freebsd/tools/tools/nanobsd/
H A Dlegacy.sh112 dd if=/dev/zero of=${IMG} seek=${CODE_SIZE} count=0
138 dd conv=sparse if=/dev/${MD} of=${NANO_DISKIMGDIR}/_.disk.image bs=64k
164 dd if=/dev/zero of=${IMG} seek=${NANO_MEDIASIZE} count=0
196 dd conv=sparse if=${NANO_DISKIMGDIR}/_.disk.image of=/dev/${MD}${NANO_SLICE_ROOT} bs=64k
201 dd conv=sparse if=/dev/${MD}${NANO_SLICE_ROOT} of=/dev/${MD}${NANO_SLICE_ALTROOT} bs=64k
231 dd if=/dev/${MD} of=${NANO_DISKIMGDIR}/_.disk.mbr bs=512 count=1
234 dd if=/dev/${MD} of=${IMG} bs=64k
238 dd conv=sparse if=/dev/${MD} of=${IMG} bs=64k

12345678910>>...38