Searched refs:copy (Results 176 - 200 of 249) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/dc/
H A Ddc.h9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
122 struct blk *salloc(int), *copy(struct blk *, int);
/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
707 char *copy; local
739 copy = kmem_alloc(strlen(name) + 1, KM_SLEEP);
740 (void) strcpy(copy, name);
744 dnp->dn_name = copy;
997 * Make a copy of specs in a hash entry and add to the end of listp.
1021 * Allocate spec and copy the content of entry.
1022 * No need to copy class/parent name since caller
H A Ddevcfg.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
285 * Make a copy of system property
2403 ddi_prop_t *result, *prev, *copy; local
2411 copy = kmem_zalloc(sizeof (struct ddi_prop), flag);
2412 if (copy == NULL)
2415 copy->prop_dev = prop->prop_dev;
2416 copy->prop_flags = prop->prop_flags;
2417 copy->prop_name = i_ddi_strdup(prop->prop_name, flag);
2418 if (copy->prop_name == NULL)
2421 if ((copy
2536 char *copy; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
417 ! the copy-rename process. drmach_rename is copied to a cpu's sram
425 ! 1) a copy of drmach_bus_sync_list. A list of PA for each
559 ! cpu's execution out of coherent space while a copy-rename
580 ! the copy-rename operation. The interrupt is received and discarded;
625 ! copy drmach_rename_wait_asm block to SRAM. Preserve entry
634 lduw [%g2], %g4 ! do copy
704 ! state O. Before proceeding with the copy-rename, the master
709 ! following copy-rename the corresponding lines in the new home
738 ! processor when the copy
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
183 * If private data is requested, copy the format specification
252 * copy snapshot to userland
262 DPRINTF((DI_ERR, "failed to copy snapshot to usrld\n"));
2930 * Get a copy of property name
2950 * make a copy of the property value
3126 * make a copy of the property value, stick in ph->list
3749 char *copy, *slash, *pname, *paddr; local
3770 if ((copy = strdup(devfspath)) == NULL) {
3775 for (slash = copy, nod
3882 char *copy, *lastslash; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3066 uInt left; /* if STORED, bytes left to copy */
3126 /* copy as much as possible from the sliding window to the output area */
3270 /* copy input/output information to locals (UPDATE macro restores) */
3559 /* while there is input ready, copy to output buffer, moving
4109 uInt dist; /* distance back to copy from */
4110 } copy; /* if EXT or COPY, where and how much */ member in union:inflate_codes_state::__anon140
4157 Bytef *f; /* pointer to copy strings from */
4160 /* copy input/output information to locals (UPDATE macro restores) */
4200 c->sub.copy.get = e & 15;
4222 j = c->sub.copy
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
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.
67 #define MED_WMAX 256 /* max copy for medium word-aligned case */
79 cmp %o1, %o0 ! if from address is >= to use forward copy
83 bleu %ncc, .forcpy ! if size is bigger, do overlapped copy
87 ! an overlapped copy that must be done "backwards"
230 sub %o2, 64, %o2 ! 64 less bytes to copy
268 sub %o2,32, %o2 ! 32 less bytes to copy
286 sub %o2, 8, %o2 ! 8 less bytes to copy
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
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.
63 #define MED_WMAX 256 /* max copy for medium word-aligned case */
64 #define MED_MAX 256 /* max copy for medium longword-aligned case */
67 #define BSTORE_SIZE 256 /* min copy size for block store */
74 cmp %o1, %o0 ! if from address is >= to use forward copy
78 bleu %ncc, .forcpy ! if size is bigger, do overlapped copy
82 ! an overlapped copy that must be done "backwards"
254 sub %o2, 64, %o2 ! 64 less bytes to copy
291 sub %o2,32, %o2 ! 32 less bytes to copy
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
107 * copy is updated if it has changed, and a getDOT() to get
1141 copy(esave, vtube[WECHO], TUBECOLS * sizeof(wchar_t));
1206 copy(esave, vtube[WECHO], TUBECOLS * sizeof(wchar_t));
H A Dex_vadj.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
383 copy(tlines, vtube, sizeof vtube); /*SASSIGN*/
481 copy(tlines, vtube, sizeof vtube);
821 copy(tlines, vtube, sizeof vtube); /*SASSIGN*/
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c231 sbuf_append_edited(struct sbuf *sbuf, char *text, edited_copy copy) argument
237 sbuf->end = copy(text, sbuf->end, length);
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
76 mov %o0, %o5 ! copy sp1 before using it
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s7 ! You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
/illumos-gate/usr/src/cmd/sh/
H A Dword.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
233 copy(tmp_iopend);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
965 * copy inode to dinode (zero fastsymlnk in dinode)
1047 struct buf *bp, *copy; local
1071 * and update on disk copy first.
1097 copy = ngeteblk(fs->fs_bsize);
1098 bcopy((caddr_t)bap, (caddr_t)copy->b_un.b_daddr,
1107 bp = copy, bap = bp->b_un.b_daddr;
1400 tip = *oip; /* structure copy */
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
652 * Trigger IOAT memory copy operation when entering power saving state.
668 * than some small memory copy operations.
679 * Cancel the memory copy operations posted by fipe_ioat_trigger.
821 cmds[idx]->dp.copy.cc_source = physaddr;
822 cmds[idx]->dp.copy.cc_dest = physaddr + FIPE_MC_MEMORY_OFFSET;
825 * Command 0 is used to cancel memory copy by breaking
827 * For efficiency, use the smallest memory copy size.
829 cmds[idx]->dp.copy.cc_size = 1;
831 cmds[idx]->dp.copy
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
824 boolean_t copy);
827 CK_ATTRIBUTE_PTR template, boolean_t copy);
886 CK_ATTRIBUTE_PTR template, boolean_t copy);
/illumos-gate/usr/src/cmd/filesync/
H A Daction.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
34 * do_copy ... copy a file from one side to the other
37 * copy ...... (static) do the actual copy
96 static errmask_t copy(char *, char *, int);
98 static char *copy_err_str; /* what went wrong w/copy */
111 * whether or not to update statistics (there may be a copy and a like)
375 * src/dst indication for who gets the copy
537 * it is that we are supposed to copy
626 * the alleged new copy migh
1064 copy(char *src, char *dst, int mode) function
[all...]
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
573 char *copy, *base, *token, *value; local
576 copy = strdup(options);
577 token = base = copy;
600 if (copy != NULL)
601 free(copy);
682 /* We need a copy of options for the next part. */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c975 Assert(length <= s->window_size, "dict copy");
4170 uInt left; /* if STORED, bytes left to copy */
4227 /* copy as much as possible from the sliding window to the output area */
4365 /* copy input/output information to locals (UPDATE macro restores) */
4693 * while there is input ready, copy to output buffer, moving
5290 uInt dist; /* distance back to copy from */
5291 } copy; /* if EXT or COPY, where and how much */ member in union:inflate_codes_state::__anon6458
5341 Bytef *f; /* pointer to copy strings from */
5344 /* copy input/output information to locals (UPDATE macro restores) */
5389 c->sub.copy
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c9 * A copy of the License is available at *
620 * copy the subscript onto the stack
693 int copy=1,isref,top=0,noscope=(flags&NV_NOSCOPE); local
702 copy = dp->nofree&1;
724 if(!copy && !(flags&NV_NOREF))
727 copy = cp-name;
730 cp = (char*)name+copy;
849 copy = strlen(cp=nv_name(np));
852 sp = (char*)name + copy;
932 if(!copy)
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
920 * copy orig aio to copy, including the nsc_buf_t
923 rdc_dup_aio(rdc_aio_t *orig, rdc_aio_t *copy) argument
926 bcopy(orig, copy, sizeof (*orig));
927 copy->handle = NULL;
929 if (orig->handle == NULL) /* no buf to alloc/copy */
932 rc = nsc_alloc_abuf(orig->pos, orig->len, 0, &copy->handle);
939 rc = nsc_copy(orig->handle, copy->handle, orig->pos,
942 (void) nsc_free_buf(copy
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
157 static void copy(void);
272 * filesystem copy with propagation of volume ID and filesystem name:
426 perr(10, "Use dd(1) command to copy tapes\n");
617 copy();
1042 * copy: Copy without shared memory. The process reads from the source
1047 copy(void) function
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
397 * copy in value, but no ending zero byte
817 * The first time we do this, we have to copy the pre-packaged
1528 caddr_t copy; local
1568 copy = kbm_remap_window(next_phys, 1);
1569 bcopy((void *)va, copy, MMU_PAGESIZE);
2214 /* copy IDs */
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
495 extern void cvtpath(char *path, char *copy);

Completed in 170 milliseconds

12345678910