Searched refs:clone (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-10.1-release/contrib/gcc/cp/
H A Doptimize.c83 tree clone; local
86 /* We only clone constructors and destructors. */
97 FOR_EACH_CLONE (clone, fn)
105 DECL_SOURCE_LOCATION (clone) = DECL_SOURCE_LOCATION (fn);
106 DECL_INLINE (clone) = DECL_INLINE (fn);
107 DECL_DECLARED_INLINE_P (clone) = DECL_DECLARED_INLINE_P (fn);
108 DECL_COMDAT (clone) = DECL_COMDAT (fn);
109 DECL_WEAK (clone) = DECL_WEAK (fn);
110 DECL_ONE_ONLY (clone) = DECL_ONE_ONLY (fn);
111 DECL_SECTION_NAME (clone)
[all...]
H A Dclass.c3777 tree clone;
3780 clone = copy_decl (fn);
3782 DECL_CLONED_FUNCTION (clone) = fn;
3783 DECL_ABSTRACT_ORIGIN (clone) = fn;
3785 DECL_NAME (clone) = name;
3786 SET_DECL_ASSEMBLER_NAME (clone, NULL_TREE);
3788 DECL_PENDING_INLINE_INFO (clone) = NULL;
3789 DECL_PENDING_INLINE_P (clone) = 0;
3791 DECL_DEFERRED_FN (clone) = 0;
3796 DECL_VIRTUAL_P (clone)
3773 tree clone; local
3894 tree clone; local
3907 add_method (DECL_CONTEXT (clone), clone, NULL_TREE); local
3910 add_method (DECL_CONTEXT (clone), clone, NULL_TREE); local
3929 add_method (DECL_CONTEXT (clone), clone, NULL_TREE); local
3933 add_method (DECL_CONTEXT (clone), clone, NULL_TREE); local
3936 add_method (DECL_CONTEXT (clone), clone, NULL_TREE); local
3953 tree clone; local
[all...]
/freebsd-10.1-release/sys/x86/acpica/
H A Dacpi_apm.c205 struct apm_clone_data *clone; local
207 clone = malloc(sizeof(*clone), M_APMDEV, M_WAITOK);
208 clone->cdev = dev;
209 clone->acpi_sc = acpi_sc;
210 clone->notify_status = APM_EV_NONE;
211 bzero(&clone->sel_read, sizeof(clone->sel_read));
212 knlist_init_mtx(&clone->sel_read.si_note, &acpi_mutex);
219 clone
232 struct apm_clone_data *clone; local
256 struct apm_clone_data *clone; local
273 struct apm_clone_data *clone; local
390 struct apm_clone_data *clone; local
407 struct apm_clone_data *clone; local
421 struct apm_clone_data *clone; local
432 struct apm_clone_data *clone; local
[all...]
/freebsd-10.1-release/usr.sbin/IPXrouted/
H A Dsap_tables.c167 nsap->clone = NULL;
180 * Change an existing SAP entry. If a clone exist for the old one,
181 * check if it is cheaper. If it is change to the clone, otherwise
197 * clone if one exist.
199 if (sap->clone && (ntohs(si->hops) != HOPCNT_INFINITY)) {
207 * from the clone list and free it.
210 * Use the values of the first clone and take it
213 osap = sap->clone;
218 nsap = osap->clone;
223 sap->clone
269 sap_add_clone(struct sap_entry *sap, struct sap_info *clone, struct sockaddr *from) argument
[all...]
H A Dsap.h65 struct sap_entry *clone; member in struct:sap_entry
103 struct sap_info *clone,
H A Dtimer.c82 * If a clone expire free it and mark the
150 if (sap->clone) {
153 * If a clone expire free it and mark the
157 tsap = sap->clone;
161 psap->clone = tsap->clone;
163 tsap = psap->clone;
167 tsap = psap->clone;
H A Dsap_input.c157 * A clone is a different route to the same service
172 register struct sap_entry *tsap = sap->clone;
180 tsap = tsap->clone;
H A Dsap_output.c169 * We should not publish on any of the clone interfaces.
171 csap = sap->clone;
175 csap = csap->clone;
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dlib_mvwin.c72 WINDOW *clone = dupwin(win);
73 if (clone) {
74 /* now we have the clone, so relocate win */
85 err = copywin(clone, win,
90 if (ERR == delwin(clone))
/freebsd-10.1-release/contrib/gcc/
H A Dipa.c181 struct cgraph_node *clone; local
183 for (clone = node->next_clone; clone;
184 clone = clone->next_clone)
185 if (clone->aux)
187 if (!clone)
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c405 struct mbuf *clone; local
411 clone = *m0; /* use the original mbuf */
414 clone = m_dup(*m0, M_NOWAIT);
418 if (clone == NULL)
436 reass = ip_reass(clone); /* Reassemble packet. */
451 clone = reass;
457 struct ip6_hdr *const ip6 = mtod(clone, struct ip6_hdr *);
463 nxt = frag6_input(&clone, &off, 0);
476 FREE_PKT(clone);
480 m_tag_prepend(clone, ta
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DPassManager.h59 virtual PassConcept *clone() = 0;
72 virtual PassModel *clone() { return new PassModel(Pass); } function in struct:llvm::detail::PassModel
225 virtual AnalysisResultConcept *clone() = 0;
243 virtual AnalysisResultModel *clone() { function in struct:llvm::AnalysisManager::AnalysisResultModel
259 virtual AnalysisPassConcept *clone() = 0;
275 virtual AnalysisPassModel *clone() { return new AnalysisPassModel(Pass); } function in struct:llvm::AnalysisManager::AnalysisPassModel
/freebsd-10.1-release/contrib/jemalloc/
H A DFREEBSD-upgrade63 git clone git://canonware.com/jemalloc.git ${work}
/freebsd-10.1-release/usr.sbin/apmd/
H A Dapmd.h58 struct event_cmd * (* clone)(void *this); member in struct:event_cmd_op
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c795 * If we are creating a clone, make sure we zero out any stale
1571 dsl_dataset_t *clone; local
1574 za.za_first_integer, FTAG, &clone));
1575 dsl_dir_name(clone->ds_dir, buf);
1577 dsl_dataset_rele(clone, FTAG);
1996 * When we do the clone swap, we will temporarily use more space
1999 * to be free). We will immediately destroy the clone, freeing
2021 dsl_dataset_t *ds, *clone; local
2033 VERIFY0(dsl_dataset_hold_obj(dp, cloneobj, FTAG, &clone));
2035 dsl_dataset_clone_swap_sync_impl(clone, d
2617 dsl_dataset_clone_swap_check_impl(dsl_dataset_t *clone, dsl_dataset_t *origin_head, boolean_t force, void *owner, dmu_tx_t *tx) argument
2671 dsl_dataset_clone_swap_sync_impl(dsl_dataset_t *clone, dsl_dataset_t *origin_head, dmu_tx_t *tx) argument
[all...]
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_fork.c158 if (ldebug(clone)) {
159 printf(ARGS(clone, "flags %x, stack %p, parent tid: %p, "
222 KASSERT(em != NULL, ("clone: emuldata not found."));
269 if (ldebug(clone))
270 printf(LMSG("clone: successful rfork to %d, "
/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dip_state.c2338 ipstate_t *clone; local
2346 KMALLOC(clone, ipstate_t *);
2347 if (clone == NULL) {
2351 bcopy((char *)is, (char *)clone, sizeof(*clone));
2353 MUTEX_NUKE(&clone->is_lock);
2358 clone->is_sti.tqe_pnext = NULL;
2359 clone->is_sti.tqe_next = NULL;
2360 clone->is_sti.tqe_ifq = NULL;
2361 clone
2589 ipstate_t *clone; local
[all...]
/freebsd-10.1-release/contrib/bsnmp/snmp_usm/
H A Dusm_snmp.c150 struct usm_user *uuser, *clone; local
185 if ((clone = usm_get_user(&val->v.oid, sub)) == NULL)
195 uuser->suser.auth_proto = clone->suser.auth_proto;
196 uuser->suser.priv_proto = clone->suser.priv_proto;
197 memcpy(uuser->suser.auth_key, clone->suser.auth_key,
199 memcpy(uuser->suser.priv_key, clone->suser.priv_key,
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h99 uint64_t ds_num_children; /* clone/snap children; ==0 for head */
210 int dsl_dataset_clone_swap(dsl_dataset_t *clone, dsl_dataset_t *origin_head,
264 int dsl_dataset_clone_swap_check_impl(dsl_dataset_t *clone,
266 void dsl_dataset_clone_swap_sync_impl(dsl_dataset_t *clone,
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A Dpolymorphic_ptr.h32 /// a method which can produce a (heap allocated) clone.
42 polymorphic_ptr(const polymorphic_ptr &arg) : ptr(arg ? arg->clone() : 0) {}
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp133 Instruction *LibCall = Call->clone();
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAttr.h99 virtual Attr *clone(ASTContext &C) const = 0;
/freebsd-10.1-release/sys/modules/sound/sound/
H A DMakefile18 SRCS+= ac97.c ac97_patch.c buffer.c channel.c clone.c dsp.c
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h34 /// default implementation of the clone() method.
36 /// default implementation of clone() will NOT do the right thing, and you
49 /// default implementation of clone() will NOT do the right thing, and you
51 virtual BugReporterVisitor *clone() const = 0;
82 /// This class provides a convenience implementation for clone() using the
88 /// default implementation of clone() will NOT do the right thing, and you
92 virtual BugReporterVisitor *clone() const { function in class:clang::ento::BugReporterVisitorImpl
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Drkpty.c108 char *clone[] = { local
112 "/dev/ptym/clone",
117 for(q = clone; *q; q++){

Completed in 301 milliseconds

123