Searched refs:copy (Results 51 - 75 of 249) sorted by relevance

12345678910

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterminfo.c16 * You should have received a copy of the GNU General Public License
255 ti_get_term(struct terminfo *copy) argument
257 grub_memmove (copy, &term, sizeof (struct terminfo));
/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c421 static char *copy; local
429 if ((newcopy = realloc(copy, newlen)) == NULL) {
433 copy = newcopy;
437 (void) memmove(copy, str, len - 3);
438 copy[len - 3] = 'j';
439 copy[len - 2] = ch;
440 copy[len - 1] = '\0';
441 return (copy);
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkginfo.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
195 char *value, *pt, *copy, **memloc; local
209 pt = copy = value;
212 *copy++ = *pt;
215 *copy = '\0';
427 char *pt, *copy, *value, *myarch, *myvers; local
443 pt = copy = value;
446 *copy++ = *pt;
449 *copy = '\0';
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintaRecord.java8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
260 * action that generated this record. The returned list is a copy,
301 * copy and modifying it has no effect on this record. Supports XML
322 * returned list is a copy, and modifying it has no effect on this
511 // make defensive copy
513 List <Aggregation> copy = new ArrayList <Aggregation>
515 copy.addAll(aggregations);
516 aggregations = copy;
522 List <Tuple> copy = new ArrayList <Tuple> (tuples.size());
523 copy
[all...]
H A DTuple.java8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
371 // Make a defensive copy of elements
375 List <ValueRecord> copy = new ArrayList <ValueRecord>
377 copy.addAll(elements);
378 elements = copy;
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_ioctl.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
239 * post 32 DMA copy's from dest to dest. These will complete in order
268 cmd->dp.copy.cc_source = ptob64(hat_getpfnum(kas.a_hat,
270 cmd->dp.copy.cc_dest = ptob64(hat_getpfnum(kas.a_hat,
272 cmd->dp.copy.cc_size = PAGESIZE;
290 cmd->dp.copy.cc_source = ptob64(hat_getpfnum(kas.a_hat,
292 cmd->dp.copy.cc_dest = ptob64(hat_getpfnum(kas.a_hat,
294 cmd->dp.copy.cc_size = PAGESIZE;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Doid_ops.c12 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
145 /* Get an enlarged copy of the array */
158 /* Success - copy elements */
526 * Permission to use, copy, modify, distribute, and sell this software
551 gss_OID_set_desc *copy; local
568 if ((copy = (gss_OID_set_desc *) calloc(1, sizeof (*copy))) == NULL) {
573 if ((copy->elements = (gss_OID_desc *)
574 calloc(oidset->count, sizeof (*copy->elements))) == NULL) {
578 copy
[all...]
/illumos-gate/usr/src/lib/libgss/
H A Doid_ops.c17 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
165 /* Get an enlarged copy of the array */
178 /* Success - copy elements */
461 * Permission to use, copy, modify, distribute, and sell this software
486 gss_OID_set_desc *copy; local
503 if ((copy = (gss_OID_set_desc *) calloc(1, sizeof (*copy))) == NULL) {
508 if ((copy->elements = (gss_OID_desc *)
509 calloc(oidset->count, sizeof (*copy->elements))) == NULL) {
513 copy
[all...]
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_unum.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
129 char *copy; local
146 * a copy and keep track of the size allocated.
149 copy = fmd_fmri_alloc(copysz);
150 (void) strcpy(copy, pat);
152 base = strtok(copy, " ");
166 fmd_fmri_free(copy, copysz);
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemcpy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110 prefetcht0 568(%esi) / prefetch source & copy 64 byte at a time
111 prefetcht0 568(%edi) / prefetch source & copy 64 byte at a time
136 prefetchnta 16384(%esi) / prefetch source & copy 64 byte at a time
170 xchg %ecx, %eax / flip for copy
184 prefetchnta 16384(%esi) / prefetch source & copy 64 byte at a time
210 prefetcht0 568(%esi) / prefetch source & copy 64 byte at a time
229 / .CopyLeft handles the memmove case where we must perform the copy backwards,
239 rep; smovb / do the byte copy
247 movl %ecx,%esi / align source w/byte copy
[all...]
H A Dmemset.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93 movl %eax,(%esp) / copy eax into each of 4 bytes
116 andl $63, %ebx / remainder of bytes to copy
133 movaps %xmm0, (%edi) / block copy w/ SSE
142 andl $63, %ebx / remainder of bytes to copy
167 subl %esi, %ebx / ebx contains remainder of bytes to copy
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpr.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
79 int copy = 1; /* default is to copy the data */ local
176 copy = 0;
248 else if (copy == 0) /* reference the files in the job, default */
251 else /* copy the files before return, -c */
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmkpkgmap.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
108 static char *srchroot(char *path, char *copy);
119 static void translate(register char *pt, register char *copy);
621 translate(register char *pt, register char *copy) argument
637 *copy++ = *pt2++;
640 *copy++ = *pt++;
643 *copy++ = ' ';
646 *copy = '\0';
805 srchroot(char *path, char *copy) argument
814 cvtpath(path, copy);
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_string.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
355 * Appends a copy of the given string to the given string array,
367 * the string to copy and add to the array
380 char *copy = strdup(str); local
382 if (copy == NULL) {
386 return ((char **)append_to_pointer_array((void **)array, copy));
/illumos-gate/usr/src/lib/libfakekernel/
H A DMakefile.com7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
23 copy.o \
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A D_syscall.s9 ! You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemcpy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
31 * Copy s2 to s1, always copy n bytes.
58 cmp %o2, 17 ! for small counts copy bytes
167 ! differenced byte copy, works with any alignment
H A Dmemset.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
56 mov %o0, %o5 ! copy sp before using it
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_2.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 * Copy s2 to s1, always copy n bytes.
45 cmp %o2, 18 ! for small counts copy bytes
148 ! differenced byte copy, works with any alignment
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemcpy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 * Copy s2 to s1, always copy n bytes.
62 cmp %o2, 17 ! for small counts copy bytes
171 ! differenced byte copy, works with any alignment
/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy.h8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
178 dcopy_cmd_copy_t copy; member in union:dcopy_cmd_u
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_utils.c63 * copy: always copy the key/data item
69 __bt_ret(t, e, key, rkey, data, rdata, copy)
73 int copy;
81 * We must copy big keys/data to make them contigous. Otherwise,
82 * leave the page pinned and don't copy unless the user specified
93 } else if (copy || F_ISSET(t, B_DB_LOCK)) {
119 } else if (copy || F_ISSET(t, B_DB_LOCK)) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
403 beginpath(char *buf, int copy) argument
405 /* copy - ignore *buf if FALSE */
442 if ( copy == TRUE )
454 drawpath(char *buf, int copy) argument
464 * The new version (called after "x X DrawPath") has copy set to FALSE, and calls
473 * call this routine with copy set to TRUE.
480 if ( copy == TRUE )
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dgptldr.S49 # to copy for boot2
72 * its header to find boot2. We need to copy boot2 to MEM_USR and BTX
73 * to MEM_BTX. Since those might overlap, we have to copy boot2
74 * backwards first and then copy BTX. We aren't sure exactly how long
75 * boot2 is, but it's currently under 128kB so we'll copy 4 blocks of 32kB
82 mov %si,%ax # last byte we want to copy
89 mov %ax,%es # want to copy boot2 into.
94 sub $COPY_BLK_SZ/16,%ax # copy from boot2
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A DMakefile11 SRCS= crc32.c console.c copy.c devicename.c elf_freebsd.c glue.c

Completed in 138 milliseconds

12345678910