| /src/etc/etc.macppc/ |
| Makefile.inc | 40 ${INSTALL} ${COPY} -m 0644 \ 43 ${INSTALL} ${COPY} -m 0644 ${DESTDIR}/usr/mdec/ofwboot ${CDROM.dir} 44 ${INSTALL} ${COPY} -m 0644 ${DESTDIR}/usr/mdec/ofwboot.xcf ${CDROM.dir}
|
| /src/distrib/sun2/miniroot/ |
| list | 6 COPY ${KERNEL} netbsd 10 COPY ${DESTDIR}/usr/bin/false bin/false 555 11 COPY ${DESTDIR}/usr/bin/true bin/true 555 14 COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx 15 COPY ${DESTDIR}/usr/mdec/bootyy usr/mdec/bootyy 17 COPY ${DESTDIR}/usr/mdec/netboot usr/mdec/netboot 18 COPY ${DESTDIR}/usr/mdec/tapeboot usr/mdec/tapeboot 19 COPY ${DESTDIR}/usr/mdec/ufsboot usr/mdec/ufsboot 23 COPY ${DESTDIR}/etc/group etc/group 24 COPY ${DESTDIR}/etc/master.passwd etc/master.passw [all...] |
| /src/distrib/sun3/miniroot/ |
| list | 5 COPY ${KERNEL3} netbsd.sun3 6 COPY ${KERNEL3X} netbsd.sun3x 9 COPY ${DESTDIR}/usr/bin/false bin/false 555 10 COPY ${DESTDIR}/usr/bin/true bin/true 555 13 COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx 14 # COPY ${DESTDIR}/usr/mdec/bootyy usr/mdec/bootyy 16 COPY ${DESTDIR}/usr/mdec/netboot usr/mdec/netboot 17 COPY ${DESTDIR}/usr/mdec/tapeboot usr/mdec/tapeboot 18 COPY ${DESTDIR}/usr/mdec/ufsboot usr/mdec/ufsboot 22 COPY ${DESTDIR}/etc/group etc/grou [all...] |
| /src/distrib/vax/cdroms/installcd/ |
| Makefile | 19 ${INSTALL} ${COPY} -m 0444 ${DESTDIR}/usr/mdec/boot cdrom/boot 21 ${INSTALL} ${COPY} -m 0444 ${DESTDIR}/usr/mdec/xxboot bootxx.${MACHINE} 24 ${INSTALL} ${COPY} ${.CURDIR}/etc.ttys cdrom/etc/ttys 25 ${INSTALL} ${COPY} ${.CURDIR}/etc.rc cdrom/etc/rc 26 ${INSTALL} ${COPY} -m 0555 ${.CURDIR}/install.sh cdrom/install.sh 28 ${INSTALL} ${COPY} ${SYSINSTDIR}/sysinstmsgs.?? cdrom/usr/share/sysinst/catalog/
|
| /src/distrib/sun2/ramdisk/ |
| list | 11 # to initialize the disk label and copy a miniroot image 93 COPY ${CURDIR}/fstab etc/fstab 94 COPY ${CURDIR}/passwd etc/passwd 95 COPY ${CURDIR}/protocols etc/protocols 96 COPY ${DISTRIBDIR}/common/services etc/services 97 COPY ${CURDIR}/sshrc .sshrc 98 COPY ${CURDIR}/welcome .welcome 100 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
| /src/distrib/sun3/ramdisk/ |
| list | 11 # to initialize the disk label and copy a miniroot image 93 COPY ${CURDIR}/fstab etc/fstab 94 COPY ${CURDIR}/passwd etc/passwd 95 COPY ${CURDIR}/protocols etc/protocols 96 COPY ${DISTRIBDIR}/common/services etc/services 97 COPY ${CURDIR}/sshrc .sshrc 98 COPY ${CURDIR}/welcome .welcome 100 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
| /src/distrib/hp300/cdroms/installcd/ |
| Makefile | 14 ${INSTALL} ${COPY} -m 0644 ${BOOTDIR}/${SYS_UBOOT} cdrom
|
| /src/usr.bin/vmstat/ |
| vmstat.c | 773 #define COPY(field) uvmexp.field = uvmexp_kernel.field 774 COPY(pdreact); 775 COPY(pageins); 776 COPY(pgswapout); 777 COPY(pdfreed); 778 COPY(pdscans); 779 #undef COPY 914 #define COPY(field) uvmexp.field = uvmexp_kernel.field 915 COPY(pagesize); 916 COPY(ncolors) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| SIFixVGPRCopies.cpp | 56 case AMDGPU::COPY:
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| inflate.h | 37 COPY, /* i/o: waiting for input or output to copy stored block */ 45 MATCH, /* o: waiting for output space to copy string */ 68 STORED -> COPY -> TYPE 86 unsigned long check; /* protected copy of check value */ 87 unsigned long total; /* protected copy of output count */ 99 unsigned length; /* literal or length of data to copy */ 100 unsigned offset; /* distance back to copy string from */
|
| /src/common/lib/libc/stdlib/ |
| heapsort.c | 94 /* Copy one block of size size to another. */ 95 #define COPY(a, b, count, size, tmp1, tmp2) { \ 153 COPY(par, child, count, size, tmp1, tmp2); \ 161 COPY(child, k, count, size, tmp1, tmp2); \ 164 COPY(child, par, count, size, tmp1, tmp2); \ 226 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2); 227 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2);
|
| /src/lib/libc/stdio/ |
| fvwrite.c | 87 #define COPY(n) (void)memcpy(fp->_p, p, (size_t)(n)) 152 COPY(w); /* copy MIN(fp->_w,len), */ 158 COPY(w); 179 COPY(w); 206 COPY(w); 217 COPY(w);
|
| /src/sys/compat/common/ |
| kern_info_43.c | 268 #define COPY(fld) \ 274 COPY(machine); 275 COPY(cpu_model); 283 COPY(ostype); 284 COPY(osrelease); 287 COPY(version); /* XXX */ 298 COPY(hostname);
|
| /src/external/gpl2/gettext/dist/os2/ |
| Makefile | 67 COPY = cp -p 220 $(COPY) $< $@ 223 $(COPY) $< $@ 234 $(COPY) $< $@ 236 $(COPY) $< $@ 238 $(COPY) $< $@ 240 $(COPY) $< $@ 242 $(COPY) $< $@
|
| /src/external/lgpl3/gmp/dist/tests/devel/ |
| try.c | 20 You should have received a copy of the GNU General Public License along with 98 calling-conventions violation occurred in a P6 copy which depended on the 734 #define COPY(index) memcpy (p, ¶m[index], sizeof (*p)) 752 COPY (TYPE_ADD_N); 757 COPY (TYPE_ADD_N); 761 COPY (TYPE_ADD_NC); 765 COPY (TYPE_ADD_N); 771 COPY (TYPE_ADD); 788 COPY (TYPE_ADD_ERR1_N); 792 COPY (TYPE_ADD_ERR1_N) 3202 mp_size_t copy = MIN (d[0].size, SRC_SIZE(1)); local [all...] |
| /src/usr.bin/tcopy/ |
| tcopy.c | 80 enum {READ, VERIFY, COPY, COPYVERIFY} op = READ; 127 op = COPY; 130 op == COPY ? O_WRONLY : O_RDWR, DEFFILEMODE)) < 0) { 179 if (op == COPY || op == COPYVERIFY) { 197 fprintf(stderr, "copy aborted\n"); 221 if (op == COPY || op == COPYVERIFY) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64CleanupLocalDynamicTLSPass.cpp | 95 // Replace the TLS_base_addr instruction I with a copy from 102 // Insert a Copy from TLSBaseAddrReg to x0, which is where the rest of the 104 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), 105 TII->get(TargetOpcode::COPY), AArch64::X0) 115 return Copy; 119 // inserting a copy instruction after I. Returns the new instruction. 128 // Insert a copy from X0 to TLSBaseAddrReg for later. 129 MachineInstr *Copy = 131 TII->get(TargetOpcode::COPY), *TLSBaseAddrReg) 134 return Copy; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZLDCleanup.cpp | 114 // Replace the TLS_LDCALL instruction I with a copy from TLSBaseAddrReg, 118 // Insert a Copy from TLSBaseAddrReg to R2. 119 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), 120 TII->get(TargetOpcode::COPY), SystemZ::R2D) 126 return Copy; 130 // inserting a copy instruction after I. Returns the new instruction. 137 // Insert a copy from R2 to TLSBaseAddrReg. 139 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), 140 TII->get(TargetOpcode::COPY), *TLSBaseAddrReg) 143 return Copy; [all...] |
| /src/common/dist/zlib/ |
| inflate.h | 35 COPY_, /* i/o: same as COPY below, but only first time in */ 36 COPY, /* i/o: waiting for input or output to copy stored block */ 45 MATCH, /* o: waiting for output space to copy string */ 69 STORED -> COPY_ -> COPY -> TYPE 92 unsigned long check; /* protected copy of check value */ 93 unsigned long total; /* protected copy of output count */ 105 unsigned length; /* literal or length of data to copy */ 106 unsigned offset; /* distance back to copy string from */
|
| /src/distrib/luna68k/liveimage/ |
| Makefile | 41 ${INSTALL} ${COPY} -m 0644 ${f} ${WORKMDBOOTPARTDIR}
|
| /src/external/gpl3/binutils/dist/zlib/ |
| inflate.h | 35 COPY_, /* i/o: same as COPY below, but only first time in */ 36 COPY, /* i/o: waiting for input or output to copy stored block */ 45 MATCH, /* o: waiting for output space to copy string */ 69 STORED -> COPY_ -> COPY -> TYPE 92 unsigned long check; /* protected copy of check value */ 93 unsigned long total; /* protected copy of output count */ 105 unsigned length; /* literal or length of data to copy */ 106 unsigned offset; /* distance back to copy string from */
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| inflate.h | 35 COPY_, /* i/o: same as COPY below, but only first time in */ 36 COPY, /* i/o: waiting for input or output to copy stored block */ 45 MATCH, /* o: waiting for output space to copy string */ 69 STORED -> COPY_ -> COPY -> TYPE 92 unsigned long check; /* protected copy of check value */ 93 unsigned long total; /* protected copy of output count */ 105 unsigned length; /* literal or length of data to copy */ 106 unsigned offset; /* distance back to copy string from */
|
| /src/external/gpl3/gdb/dist/zlib/ |
| inflate.h | 35 COPY_, /* i/o: same as COPY below, but only first time in */ 36 COPY, /* i/o: waiting for input or output to copy stored block */ 45 MATCH, /* o: waiting for output space to copy string */ 69 STORED -> COPY_ -> COPY -> TYPE 92 unsigned long check; /* protected copy of check value */ 93 unsigned long total; /* protected copy of output count */ 105 unsigned length; /* literal or length of data to copy */ 106 unsigned offset; /* distance back to copy string from */
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| inflate.h | 35 COPY_, /* i/o: same as COPY below, but only first time in */ 36 COPY, /* i/o: waiting for input or output to copy stored block */ 45 MATCH, /* o: waiting for output space to copy string */ 69 STORED -> COPY_ -> COPY -> TYPE 92 unsigned long check; /* protected copy of check value */ 93 unsigned long total; /* protected copy of output count */ 105 unsigned length; /* literal or length of data to copy */ 106 unsigned offset; /* distance back to copy string from */
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonGenPredicate.cpp | 179 return COPY; 215 case TargetOpcode::COPY: 259 if (Opc == Hexagon::C2_tfrpr || Opc == TargetOpcode::COPY) { 273 // be converted later. Generate a copy from Reg to NewPR. 276 BuildMI(B, std::next(DefIt), DL, TII->get(TargetOpcode::COPY), NewPR) 335 case TargetOpcode::COPY: { 339 // If it is a copy between two predicate registers, fall through. 397 NewOpc = TargetOpcode::COPY; 421 // copy if a new predicate register is created). 434 // Generate a copy-out: NewGPR = NewPR, and replace all uses of Out [all...] |