Lines Matching refs:copy
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
184 * sysevent_dup - Allocate and copy an event buffer
192 sysevent_t *copy;
199 copy = calloc(1, attr_offset);
200 if (copy == NULL)
202 bcopy(ev, copy, attr_offset);
206 free(copy);
210 SE_ATTR_PTR(copy) = (uintptr_t)cnvl;
211 SE_FLAG(copy) = 0; /* unpacked */
212 return (copy);
654 sysevent_t *copy;
660 copy = calloc(1, attr_offset);
661 if (copy == NULL)
663 bcopy(ev, copy, attr_offset);
664 SE_FLAG(copy) = 0; /* unpacked */
670 return (copy);
673 free(copy);
677 SE_ATTR_PTR(copy) = (uintptr_t)attrp;
678 return (copy);
732 * To insure fast lookup of subscriptions, a cached copy of the registration
871 * Allocate and copy the event buffer into the subscriber's
906 * To expedite registration lookups by publishers, a cached copy of the