Searched refs:copy (Results 26 - 50 of 249) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
63 mov %o0, %o5 ! copy sp1 before using it
208 ! Terminate the copy with a partial store. (bug 1200071 does not apply)
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemset.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
64 mov %o0, %o5 ! copy sp1 before using it
223 ! Terminate the copy with a partial store. (bug 1200071 does not apply)
/illumos-gate/usr/src/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
161 unsigned char *dof, *copy; local
188 if ((copy = malloc(len)) == NULL)
189 fatal("could not allocate copy of %d bytes", len);
192 bcopy(dof, copy, len);
201 corrupt(fd, copy, len);
/illumos-gate/usr/src/cmd/bnu/
H A Duuto10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
88 copy=0
95 copy=1 ;;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies.kshlib8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
98 typeset copy=$2
105 log_must zfs create -V $VOLSIZE -o copies=$copy $vol
115 ((nfilesize = copy * ${FILESIZE%m}))
134 "copies as $copy"
/illumos-gate/usr/src/lib/libadm/common/
H A Dckdate.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
117 char *ptr, *copy; local
128 copy = string;
129 while (isdigit((unsigned char)*copy) && (iday < idaymax)) {
130 daynum[iday] = *copy++;
169 char *copy; local
186 copy = string;
188 while (((islower((unsigned char)*copy)) ||
189 (isupper((unsigned char)*copy))) && (imnth < mlen)) {
190 mletter[imnth] = toupper((unsigned char)*copy
[all...]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dcopysign.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
43 movl %ecx,(%esp) / copy lo_32(result) to loading dock
44 movl %eax,4(%esp) / copy hi_32(result) to loading dock
H A Dcopysignl.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
43 movl %edx,(%esp) / copy lo_32(result's sgnfcnd)
45 movl %ecx,4(%esp) / copy hi_32(result's sgnfcnd)
47 movl %eax,8(%esp) / copy sign&bexp(result)
H A Dcopysignf.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
41 movl %eax,(%esp) / copy result to loading dock
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dnbloader.S15 * You should have received a copy of the GNU General Public License
63 /* Always copy 32k bytes */
86 jg copy
89 copy: label
105 /* Use word-size copy */
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach.il.cpp9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 * only by DR for the copy-rename sequence.
83 ! A simple copy routine that copies 32 bytes using physical
84 ! addresses. Used by drmach_copy_rename() to copy permanent
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dalerts.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
474 register char *copy = Strdup(alertp->shcmd), local
489 if (copy && (cp = strchr(copy, ' ')))
494 copy
497 STREQU(copy, NAME_WRITE)
498 || STREQU(copy, NAME_MAIL)
501 (void)fprintf (fp, "%s to %s ", copy, cp);
510 Free (copy);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinterp_parse.c56 free(copy); \
88 char *val, *p, *q, *copy = NULL; local
95 if (!str || (p = copy = backslash(str)) == NULL)
190 free(copy);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcut.c9 * A copy of the License is available at *
261 register int skip; /* non-zero for don't copy */
375 register unsigned char *copy; local
398 copy = cp;
400 copy = 0;
404 else if (copy)
405 copy = cp;
434 if (copy)
437 if ((c = cp - copy) > 0 && sfwrite(fdout, (char*)copy,
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Denvironment.c61 * If the EV_VOLATILE flag is set, a copy of the variable is made.
167 char *value, *copy; local
170 copy = strdup(string);
171 if ((value = strchr(copy, '=')) != NULL)
173 result = setenv(copy, value, 1);
174 free(copy);
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c9 * A copy of the License is available at *
39 #undef copy macro
205 * copy s of size n to b
210 copy(register Buffer_t* b, register char* s, int n) function
219 * center and copy comment line s to p
338 copy(b, "Copyright (c) ", -1);
349 copy(b, t, 4);
407 copy(&buf, file, -1);
408 copy(&buf, ": cannot open", -1);
416 copy(
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintfRecord.java8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
266 // Defensively copy record list before validating
270 List <ValueRecord> copy = new ArrayList <ValueRecord> (records.size());
271 copy.addAll(records);
272 records = copy;
/illumos-gate/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
224 byte[] copy;
227 copy = dupSession(sh);
229 sh = copy;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
52 * ! of copy and flags. Set up error handling accordingly.
170 * ! the copy. This also prevents cpu migration.
218 * whether to use the FP registers for a copy or not. If we don't
219 * use the FP registers, we can execute the copy as a leaf routine,
224 * registers allow much faster copy operations.
254 * vs out-of-cache copy tests in user space suggest 1024 bytes as a safe
280 * If hw_copy_limit_? is set to zero, then use of FPBLK copy is
302 * But, tests on running kernels show that src and dst to copy code
310 * avoided. For example, within the non-FPBLK copy, w
[all...]
H A Dopl_olympus_copy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
48 * ! of copy and flags. Set up error handling accordingly.
166 * ! the copy. This also prevents cpu migration.
214 * whether to use the FP registers for a copy or not. If we don't
215 * use the FP registers, we can execute the copy as a leaf routine,
220 * registers allow much faster copy operations.
250 * vs out-of-cache copy tests in user space suggest 1024 bytes as a safe
275 * If hw_copy_limit_? is set to zero, then use of FPBLK copy is
297 * But, tests on running kernels show that src and dst to copy code
305 * avoided. For example, within the non-FPBLK copy, w
[all...]
/illumos-gate/usr/src/cmd/mailx/
H A Dtemp.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
79 copy(pwd->pw_name, myname);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_log_c.x9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
84 %/* Make copy of current log to log pointed to by 'f'. */
85 % int copy( db_log*);
106 %/* Do we need to copy the log file */
/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
43 ! then copy the tmp area to its new home
50 ! copy loop: should do nothing gracefully
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dalloca.s9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
38 ! then copy the tmp area to its new home
45 ! copy loop: should do nothing gracefully
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
37 ! then copy the tmp area to its new home
45 ! copy loop: should do nothing gracefully

Completed in 122 milliseconds

12345678910