Searched defs:copy (Results 76 - 100 of 108) sorted by relevance

12345

/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
787 audit_rec_t *copy = node; local
802 " pool size=%d)\n", (void *)copy, b_allocated,
947 DPRINT((dbfp, "copy is not null, partial is %d\n",
987 DPRINT((dbfp, "copy is null, partial is %d\n",
/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/common/avs/ns/nsctl/
H A Dnsc_dev.h8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
64 int (*copy)(); /* Copy buffer between handles */ member in struct:nsc_io_s
/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/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 Dlog_sysevent.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
759 sysevent_t *copy; local
768 copy = (sysevent_t *)&qcopy->arg.buf;
778 ASSERT((caddr_t)copy + attr_offset <= (caddr_t)copy + copy_len);
780 bcopy(ev, copy, attr_offset);
784 return (copy);
790 attr = (char *)copy + attr_offset;
796 SE_ATTR_PTR(copy) = UINT64_C(0);
797 SE_FLAG(copy)
[all...]
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c331 /* copy part up to the brace */
809 /* Find end of next segment, copy tentatively to pathend. */
972 char *copy = NULL; local
1068 if ((copy = malloc(len)) != NULL) {
1069 if (g_Ctoc(path, copy, len)) {
1070 free(copy);
1073 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
1083 return (copy == NULL ? GLOB_NOSPACE : 0);
/illumos-gate/usr/src/cmd/cron/
H A Dat.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
98 static void copy(char *, FILE *, int);
396 copy(jobfile, inputfile, when);
570 copy(char *jobfile, FILE *inputfile, int when) function
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
946 char *copy, *lasts; local
953 if ((copy = strdup(string)) == NULL)
956 if ((object_type_string = strtok_r(copy, " \t", &lasts)) == NULL) {
957 free(copy);
989 free(copy);
998 free(copy);
1002 free(copy);
1009 free(copy);
1030 free(copy);
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2133 uint8_t *buf) /* non-NULL: copy array into buf */
2152 /* preallocated buf, copy in */
2277 char *copy; local
2281 copy = kmem_zalloc(strlen(str) + 1, KM_SLEEP);
2282 (void) strcpy(copy, str);
2283 return (copy);
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c1401 size_t *offp, size_t size, boolean_t copy)
1425 if (copy)
1426 goto copy;
1438 goto copy;
1446 goto copy;
1457 goto copy;
1466 goto copy;
1498 copy:
1565 boolean_t copy)
1715 ss, copy)) !
1400 sfxge_tx_qpayload_fragment(sfxge_txq_t *stp, unsigned int id, mblk_t **mpp, size_t *offp, size_t size, boolean_t copy) argument
1564 sfxge_tx_qlso_fragment(sfxge_txq_t *stp, sfxge_tx_packet_t *stpp, boolean_t copy) argument
1778 sfxge_tx_qpacket_fragment(sfxge_txq_t *stp, sfxge_tx_packet_t *stpp, boolean_t copy) argument
2102 boolean_t copy; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
580 * (if the specified attribute type is found), and copy it to a template.
583 * for doing the copy.
881 * To do the copy, just have dst's big_value points
888 * After the copy, nullify the src's big_value pointer.
4596 CK_ATTRIBUTE_PTR template, boolean_t copy)
4636 object_p, template, copy));
4696 CK_ATTRIBUTE_PTR template, boolean_t copy)
4704 if (copy) {
4717 if (copy) {
4595 soft_set_certificate_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
4695 soft_set_common_storage_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
4771 soft_set_common_key_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
4822 soft_set_public_key_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
4894 soft_set_private_key_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
5002 soft_set_secret_key_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
5098 soft_set_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
[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/cmd/vi/port/
H A Dex.h8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
160 * old version 6 printf. Thus we normally steal a copy of the "printf.c"
288 #define copy(a,b,c) Copy((char *) (a), (char *) (b), (c)) macro
290 #define getexit(a) copy(a, resetlab, sizeof (jmp_buf))
296 #define resexit(a) copy(resetlab, a, sizeof (jmp_buf))
323 * dol and unddol, a copy of the entire, pre-command buffer state
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
358 char *copy; /* same size as line */ local
396 /* Space for defensive copy of input line */
397 if ((copy = calloc(sizeof (line), 1)) == NULL) {
436 /* copy the whole line */
437 if (strlcpy(copy, line, sizeof (line)) >= sizeof (line)) {
443 if ((cp = strchr(copy, '#')) != NULL)
446 if (is_blank(copy)) {
456 if (sscanf(copy, "%" VAL2STR(FILENAME_MAX) "s", drv) != 1) {
481 /* make defensive 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/cmd/hal/hald/
H A Dhald_dbus.c20 * You should have received a copy of the GNU General Public License
4111 DBusMessage *copy; local
4117 /* send a copy of the message */
4118 copy = dbus_message_copy (message);
4120 copy,
4132 dbus_message_unref (copy);
4273 DBusMessage *copy; local
4276 copy = dbus_message_copy (message);
4278 dbus_connection_send (dbus_connection, copy, NULL);
4280 dbus_message_unref (copy);
[all...]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
637 struct svcptr *spp, *copy; local
655 copy = safe_malloc(sizeof (*copy));
656 copy->svcp = spp->svcp;
657 copy->next_hop = src;
658 uu_list_node_init(copy, &copy->node, svcptrs);
659 uu_list_insert(dst->causes, copy, idx);
1317 struct svcptr *idsp, *spp, *copy; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
672 * If the old data is wanted (copy), leave b_wptr at the end of the data,
678 reallocb(mblk_t *mp, size_t size, uint_t copy) argument
697 if (copy && mp->b_datap->db_lim - mp->b_rptr >= size)
709 if (copy) {
1402 * The alignment of rptr (w.r.t. word alignment) will be the same in the copy
1422 * removed once a copy-callback routine is made available.
1455 * trace a flow, and we copy the message, we might lose
1977 * Dup/copy mp1 and put what we don't need
2044 * duplicate/copy
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
804 char *starti, *startn, *endi, *copy; local
809 if ((copy = topo_mod_strdup(mod, fmri + 5)) == NULL)
812 len = strlen(copy);
817 startn = strchr(copy, ':');
818 fs = strchr(copy, '/');
821 topo_mod_strfree(mod, copy);
833 if (++startn >= copy + len)
840 if (++starti > copy + len)
883 topo_mod_free(mod, copy, le
906 char *fac, *copy, *fname, *ftype; local
[all...]
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
182 * sysevent_dup - Allocate and copy an event buffer
190 sysevent_t *copy; local
197 copy = calloc(1, attr_offset);
198 if (copy == NULL)
200 bcopy(ev, copy, attr_offset);
204 free(copy);
208 SE_ATTR_PTR(copy) = (uintptr_t)cnvl;
209 SE_FLAG(copy) = 0; /* unpacked */
210 return (copy);
651 sysevent_t *copy; local
[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/common/ficl/emu/
H A Dloader_emu.c147 * backslash: Return malloc'd copy of str with all standard "backslash
316 free(copy); \
348 char *val, *p, *q, *copy = NULL; local
355 if (!str || (p = copy = backslash(str)) == NULL)
448 free(copy);
1284 char *value, *copy; local
1290 copy = strdup(argv[1]);
1291 if (copy == NULL) {
1295 if ((value = strchr(copy, '=')) != NULL)
1299 if ((err = setenv(copy, valu
[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/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c7 * 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
1764 * memory for descriptor rings or for tx/rx copy buffers.
2066 uint_t nbuf = 0, len, copy, n; local
2084 copy = (len <= fl->copy_threshold);
2085 if (copy != 0) {
2098 if (copy != 0)
2209 /* Use tx copy buffer if this mblk is small enough */
2281 * Copies the specified # of bytes into txq's tx copy buffer and updates txinfo

Completed in 160 milliseconds

12345