Searched refs:dd (Results 101 - 125 of 281) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/unbound/dns64/
H A Ddns64.c719 struct packed_rrset_data *dd; local
730 if (!(dd = *dd_out = regional_alloc_zero(region,
739 dd->ttl = fd->ttl;
740 dd->count = fd->count;
741 dd->rrsig_count = 0;
742 dd->trust = fd->trust;
743 dd->security = fd->security;
748 dd->rr_len =
749 (size_t*)((uint8_t*)dd + sizeof(struct packed_rrset_data));
750 dd
813 struct packed_rrset_data* fd, *dd; local
[all...]
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Ddelkey_test.sh19 atf_check dd if=/dev/random of=keyfile1 bs=512 count=16 status=none
20 atf_check dd if=/dev/random of=keyfile2 bs=512 count=16 status=none
21 atf_check dd if=/dev/random of=keyfile3 bs=512 count=16 status=none
22 atf_check dd if=/dev/random of=keyfile4 bs=512 count=16 status=none
96 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
H A Dinit_test.sh18 atf_check dd if=rnd of=/dev/${md}.eli bs=${secsize} count=${sectors} \
21 md_rnd=`dd if=rnd bs=${secsize} count=${sectors} status=none | md5`
23 md_ddev=`dd if=/dev/${md}.eli bs=${secsize} count=${sectors} status=none | md5`
25 md_edev=`dd if=/dev/${md} bs=${secsize} count=${sectors} status=none | md5`
48 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
49 atf_check dd if=/dev/random of=rnd bs=$MAX_SECSIZE count=${sectors} \
70 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
124 atf_check dd if=/dev/random of=keyfile0 bs=512 count=16 status=none
125 atf_check dd if=/dev/random of=keyfile1 bs=512 count=16 status=none
126 dd i
[all...]
/freebsd-11-stable/tools/tools/ncpus/
H A Dacpi.c264 acpi0_check(struct devinfo_dev *dd, void *arg) argument
266 printf("%s: %s %s\n", __func__, dd->dd_name, devstate(dd->dd_state));
268 if (strcmp(dd->dd_name, "acpi0") == 0)
269 return (dd->dd_state == DS_ATTACHED ||
270 dd->dd_state == DS_BUSY);
271 return devinfo_foreach_device_child(dd, acpi0_check, arg);
/freebsd-11-stable/stand/uboot/lib/
H A Ddisk.c49 printf("%s%d: ", dev->dd.d_dev->dv_name, dev->dd.d_unit); \
68 #define SI(dev) (stor_info[(dev)->dd.d_unit])
193 if (dev->dd.d_unit < 0 || dev->dd.d_unit >= stor_info_no)
255 dev.dd.d_dev = &uboot_storage;
256 dev.dd.d_unit = i;
H A Dlibuboot.h34 struct devdesc dd; member in union:uboot_devdesc::__anon4077
/freebsd-11-stable/stand/mips/beri/loader/
H A Dberi_disk_sdcard.c106 if (dev->dd.d_unit != 0)
136 dev.dd.d_dev = &beri_sdcard_disk;
137 dev.dd.d_unit = 0;
/freebsd-11-stable/stand/i386/libi386/
H A Dbiosdisk.c244 bdi = bd_get_bdinfo_list(dev->dd.d_dev);
250 if (unit == dev->dd.d_unit)
741 devd.dd.d_dev = dev;
742 devd.dd.d_unit = i;
791 bd = bd_get_bdinfo(&dev->dd);
795 disk.dd.d_dev = dev->dd.d_dev;
796 disk.dd.d_unit = dev->dd.d_unit;
831 bd = bd_get_bdinfo(&dev->dd);
[all...]
/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dlibpe_coff.c45 PE_DataDir *dd; local
157 if ((dd = calloc(1, sizeof(PE_DataDir))) == NULL) {
161 pe->pe_dd = dd;
163 dd->dd_total = oh->oh_ndatadir < PE_DD_MAX ? oh->oh_ndatadir :
166 for (i = 0; (uint32_t) i < dd->dd_total; i++) {
167 READ_OPT32(dd->dd_e[i].de_addr);
168 READ_OPT32(dd->dd_e[i].de_size);
229 PE_DataDir *dd; local
498 if ((dd = calloc(1, sizeof(PE_DataDir))) == NULL) {
502 pe->pe_dd = dd;
[all...]
/freebsd-11-stable/contrib/netbsd-tests/dev/md/
H A Dt_md.sh49 "dd if=/bin/ls count=10 | rump.dd of=${rawmd} seek=100"
51 "rump.dd if=${rawmd} skip=100 count=10 | dd of=testfile"
52 atf_check -s exit:0 -e ignore -o file:testfile dd if=/bin/ls count=10
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_devices.sh43 atf_check -s eq:0 -o ignore -e ignore dd if=zero of=a bs=10k count=1
H A Dt_sizes.sh70 dd if=/dev/zero of=a bs=1m count=5
100 dd if=/dev/zero of=a bs=1m count=15
120 dd if=/dev/zero of=a bs=1024 count=10
123 dd if=/dev/zero of=a bs=1024 conv=notrunc seek=1 count=1
/freebsd-11-stable/contrib/gdtoa/
H A DstrtodI.c53 strtodI(s, sp, dd) CONST char *s; char **sp; double *dd;
55 strtodI(CONST char *s, char **sp, double *dd)
65 u = (U*)dd;
H A Dstrtopdd.c36 strtopdd(s, sp, dd) CONST char *s; char **sp; double *dd;
38 strtopdd(CONST char *s, char **sp, double *dd)
61 u = (U*)dd;
/freebsd-11-stable/libexec/rtld-aout/
H A Dshlib.c258 DIR *dd; local
265 if((dd = opendir(dir)) == NULL)
273 while((dp = readdir(dd)) != NULL) {
313 closedir(dd);
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_module.c196 DIR *dd = opendir(search_dirs[i]); local
199 if (dd == NULL)
202 while ((dp = readdir(dd)) != NULL) {
249 closedir(dd);
/freebsd-11-stable/bin/
H A DMakefile12 dd \
/freebsd-11-stable/contrib/netbsd-tests/sbin/resize_ffs/
H A Dt_check.sh42 dd if=/dev/zero count=2048 >> ${IMG}
/freebsd-11-stable/stand/ofw/libofw/
H A Dlibofw.h31 struct devdesc dd; member in struct:ofw_devdesc
/freebsd-11-stable/stand/efi/boot1/
H A Dgenerate-fat.sh43 dd if=/dev/zero of=$OUTPUT_FILE bs=512 count=$FAT_SIZE
53 echo 'Boot1 START' | dd of=stub/efi/boot/$FILENAME cbs=$BOOT1_SIZE count=1 conv=block
/freebsd-11-stable/contrib/netbsd-tests/dev/fss/
H A Dt_fss.sh45 dd if=/dev/zero of=./image bs=32k count=64
/freebsd-11-stable/release/amd64/
H A Dmkisoimages.sh43 dd if=/dev/zero of=efiboot.img bs=4k count=200
96 dd if=hybrid.img of=$NAME bs=32k count=1 conv=notrunc
/freebsd-11-stable/release/powerpc/
H A Dgenerate-hfs.sh21 dd if=/dev/zero of=$OUTPUT_FILE bs=2048 count=$HFS_SIZE
47 echo 'Loader START' | dd of=loader.tmp cbs=$LOADER_SIZE count=1 conv=block
/freebsd-11-stable/crypto/openssh/regress/
H A Dtransfer.sh16 trace "proto $p dd-size ${s}"
18 dd if=$DATA obs=${s} 2> /dev/null | \
/freebsd-11-stable/tools/regression/tmpfs/
H A Dt_read_write58 dd if=/dev/zero of=c bs=1k count=10 >/dev/null 2>&1 || die
59 echo 'dd if=/dev/zero of=c seek=2 bs=1k count=1 conv=notrunc' \

Completed in 180 milliseconds

1234567891011>>