| /src/sys/arch/atari/stand/tostools/libtos/ |
| H A D | diskio.c | 61 disk_t *dd; local in function:disk_open 63 dd = xmalloc(sizeof *dd); 64 memset(dd, 0, sizeof *dd); 66 if (setmami(dd, name) || setnames(dd) || setsizes(dd)) { 67 disk_close(dd); 70 return(dd); 74 disk_close(disk_t * dd) argument 153 setmami(disk_t * dd,char * name) argument 213 setnames(disk_t * dd) argument 257 setsizes(disk_t * dd) argument [all...] |
| /src/sys/arch/atari/stand/tostools/aptck/ |
| H A D | diskio.c | 61 disk_t *dd; local in function:disk_open 63 dd = xmalloc(sizeof *dd); 64 memset(dd, 0, sizeof *dd); 66 if (setmami(dd, name) || setnames(dd) || setsizes(dd)) { 67 disk_close(dd); 70 return(dd); 74 disk_close(disk_t * dd) argument 153 setmami(disk_t * dd,char * name) argument 213 setnames(disk_t * dd) argument 257 setsizes(disk_t * dd) argument [all...] |
| H A D | disklbl.c | 45 readdisklabel(disk_t *dd) argument 49 printf("Device : %s (%s) [%s]\n", dd->sname, dd->fname, 50 dd->product); 51 printf("Medium size: %lu sectors\n", (u_long)dd->msize); 52 printf("Sector size: %lu bytes\n\n", (u_long)dd->bsize); 54 e = bsd_label(dd, LABELSECTOR); 62 dd->bblock, dd->lblofs); 66 e = ahdi_label(dd); 85 bsd_label(disk_t * dd,u_int offset) argument 135 ahdi_label(disk_t * dd) argument 225 ahdi_display(disk_t * dd) argument [all...] |
| /src/sys/arch/next68k/stand/boot/ |
| H A D | installboot.sh | 18 dd if="$1" of="$2" obs=1024 seek=32 conv=osync 19 dd if="$1" of="$2" obs=1024 seek=96 conv=osync
|
| /src/tests/usr.bin/cpio/ |
| H A D | t_cpio.sh | 38 local dd=$(pwd) 41 ln -s /usr/bin/cpio "$dd/bsdcpio" 43 -e ignore "$d/h_cpio" -p "$dd/bsdcpio" -r "$d"
|
| /src/sys/arch/sun68k/stand/libsa/ |
| H A D | netif_sun.c | 92 struct devdata *dd = &netif_devdata; local in function:netif_init 101 si = &dd->dd_si; 130 if (dd->rbuf == NULL) { 131 dd->rbuf_len = PKT_BUF_SIZE; 132 dd->rbuf = dvma_alloc(dd->rbuf_len); 134 if (dd->tbuf == NULL) { 135 dd->tbuf_len = PKT_BUF_SIZE; 136 dd->tbuf = dvma_alloc(dd 157 netif_fini(struct devdata * dd) argument 183 struct devdata *dd; local in function:netif_attach 201 struct devdata *dd; local in function:netif_detach 278 struct devdata *dd; local in function:netif_put 344 struct devdata *dd; local in function:netif_get [all...] |
| /src/tests/bin/dd/ |
| H A D | Makefile | 5 TESTSDIR= ${TESTSBASE}/bin/dd
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector1.cc | 31 DeadlockDetectorTLS<DDBV> dd; member in struct:__sanitizer::DDLogicalThread 38 DeadlockDetector<DDBV> dd; member in struct:__sanitizer::DD 70 dd.clear(); 83 lt->dd.clear(); 99 if (!dd.nodeBelongsToCurrentEpoch(m->id)) 100 m->id = dd.newNode(reinterpret_cast<uptr>(m)); 101 dd.ensureCurrentEpoch(<->dd); 107 if (lt->dd.empty()) return; // This will be the first lock held by lt. 108 if (dd [all...] |
| /src/sys/arch/x68k/stand/xxboot/cdboot_cd9660/ |
| H A D | Makefile | 7 ( ( echo -n X68SCSI1 | dd bs=2048 conv=sync ) ; \ 8 ( cat ${PROG} | dd bs=2048 conv=sync ) ) > ${PROG}.n ; \
|
| /src/distrib/sun3/ |
| H A D | MakeBootTape | 22 dd if=tapeboot of=$T obs=8k conv=sync 26 dd of=$T obs=8k conv=sync 30 dd of=$T obs=8k conv=sync 34 dd of=$T obs=8k
|
| H A D | MakeInstTape | 22 dd if=../../binary/sets/${f}.tgz of=$T obs=8k conv=sync
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/ |
| H A D | dd_rtl.cc | 97 ctx->dd = DDetector::Create(flags()); 103 thr->dd_pt = ctx->dd->CreatePhysicalThread(); 104 thr->dd_lt = ctx->dd->CreateLogicalThread(id); 108 ctx->dd->DestroyPhysicalThread(thr->dd_pt); 109 ctx->dd->DestroyLogicalThread(thr->dd_lt); 119 ctx->dd->MutexInit(&cb, &h->dd); 120 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock); 122 ReportDeadlock(thr, ctx->dd [all...] |
| H A D | CMakeLists.txt | 19 add_custom_target(dd) target 20 set_target_properties(dd PROPERTIES FOLDER "Compiler-RT Misc") 25 add_compiler_rt_runtime(clang_rt.dd 33 PARENT_TARGET dd) 49 PARENT_TARGET dd) 52 add_dependencies(compiler-rt dd)
|
| /src/sys/arch/hp300/hp300/ |
| H A D | autoconf.c | 344 struct dev_data *dd; local in function:cpu_rootconf 376 for (dd = LIST_FIRST(&dev_data_list); 377 dd != NULL; dd = LIST_NEXT(dd, dd_list)) { 378 if (device_class(dd->dd_dev) == DV_IFNET) { 380 booted_device = dd->dd_dev; 384 if (dd == NULL) { 421 struct dev_data *dd; local in function:device_register 433 dd 501 struct dev_data *dd; local in function:findbootdev 598 struct dev_data *cdd, *dd; local in function:findbootdev_slave 640 struct dev_data *cdd, *dd; local in function:setbootdev 747 struct dev_data *dd; local in function:dev_data_lookup 761 dev_data_insert(struct dev_data * dd,ddlist_t * ddlist) argument [all...] |
| /src/etc/rc.d/ |
| H A D | entropy | 21 # dd will print an error message `Resource temporarily 24 if dd if=/dev/random iflag=nonblock of=/dev/null bs=1 count=1 \ 33 dd if=/dev/random of=/dev/null bs=1 count=1 msgfmt=quiet
|
| /src/distrib/vax/rx33/ |
| H A D | Makefile | 9 dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx33-copy1-${DISTRIBREV} bs=512 count=2400 10 dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx33-copy2-${DISTRIBREV} \
|
| /src/lib/libc/gdtoa/test/ |
| H A D | dItest.c | 60 double dd[2], dd1, dd2; local in function:main 68 i = strtodI(ibuf, &se, dd); 70 dshow("dd[0]", dd[0]); 71 dshow("dd[1]", dd[1]); 75 || dd[0] != dd1 || dd[1] != dd2) {
|
| H A D | ddtest.c | 84 union { double dd[2]; ULong L[4]; } u; member in union:main::__anonb12327a8020a 123 i = strtordd(ibuf, &se, r, u.dd); 126 if (i != j || u.dd[0] != ddI[0] 127 || u.dd[1] != ddI[1] || se != se1) 134 u.dd[0] = strtod(s, &se); 135 u.dd[1] = strtod(se, &se); 138 dprint("dd[0]", u.dd[0]); 139 dprint("dd[1]", u.dd[ [all...] |
| /src/distrib/sun2/ |
| H A D | MakeBootTape | 21 dd if=tapeboot of=$T obs=8k conv=sync 25 dd of=$T obs=8k conv=sync 29 dd of=$T obs=8k
|
| H A D | MakeInstTape | 22 dd if=../../binary/sets/${f}.tgz of=$T obs=8k conv=sync
|
| /src/distrib/vax/rx50/ |
| H A D | Makefile | 9 dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy1-${DISTRIBREV} bs=512 count=800 10 dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy2-${DISTRIBREV} \ 12 dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy3-${DISTRIBREV} \ 14 dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy4-${DISTRIBREV} \ 16 dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy5-${DISTRIBREV} \ 18 dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy6-${DISTRIBREV} \
|
| /src/distrib/vax/tk50/ |
| H A D | Makefile | 20 dd if=tk50-file1-${DISTRIBREV} of=/dev/nr${TAPEDEV} bs=512 21 dd if=tk50-file2-${DISTRIBREV} of=/dev/nr${TAPEDEV} bs=512 22 dd if=${DESTDIR}/snapshot/bin.tar.gz of=/dev/nr${TAPEDEV} bs=64k 23 dd if=${DESTDIR}/snapshot/dev.tar.gz of=/dev/nr${TAPEDEV} bs=64k 24 dd if=${DESTDIR}/snapshot/etc.tar.gz of=/dev/nr${TAPEDEV} bs=64k 25 dd if=${DESTDIR}/snapshot/sbin.tar.gz of=/dev/nr${TAPEDEV} bs=64k 26 dd if=${DESTDIR}/snapshot/usr.bin.tar.gz of=/dev/nr${TAPEDEV} bs=64k 27 dd if=${DESTDIR}/snapshot/usr.games.tar.gz of=/dev/nr${TAPEDEV} bs=64k 28 dd if=${DESTDIR}/snapshot/usr.include.tar.gz of=/dev/nr${TAPEDEV} bs=64k 29 dd i [all...] |
| /src/lib/libc/gdtoa/ |
| H A D | g_ddfmt.c | 48 U *dd, ddx[2]; local in function:g_ddfmt 68 dd = (U*)dd0; 69 L = dd->L; 94 if (dval(&dd[0]) + dval(&dd[1]) == 0.) { 105 dval(&ddx[1]) = dval(&dd[0]); 106 dval(&ddx[0]) = dval(&dd[1]); 107 dd = ddx; 108 L = dd->L; 110 z = d2b(dval(&dd[ [all...] |
| /src/sys/arch/i386/bioscall/ |
| H A D | bin2asm.sh | 19 dd if=${in} bs=${len} conv=sync |\
|
| /src/bin/dd/ |
| H A D | Makefile | 6 RUMPPRG=dd 7 SRCS= args.c conv.c dd.c dd_swab.c misc.c position.c
|