Searched refs:new (Results 301 - 325 of 2011) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-restrict-ascii.px61 my $the_test = HTTPTest->new (name => "Test-restrict-ascii",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Ddma-noncoherent.c99 struct ppc_vm_region *c, *new; local
101 new = kmalloc(sizeof(struct ppc_vm_region), gfp);
102 if (!new)
121 list_add_tail(&new->vm_list, &c->vm_list);
122 new->vm_start = addr;
123 new->vm_end = addr + size;
126 return new;
130 kfree(new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dsystem.h208 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
231 : "d" (old << shift), "d" (new << shift),
252 : "d" (old << shift), "d" (new << shift),
260 : "0" (old), "d" (new), "Q" (*(int *) ptr)
268 : "0" (old), "d" (new), "Q" (*(long *) ptr)
361 unsigned long new, int size)
370 return __cmpxchg(ptr, old, new, size);
372 return __cmpxchg_local_generic(ptr, old, new, size);
359 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtest_nx.c45 static void fudze_exception_table(void *marker, void *new) argument
62 extable[0].insn = (unsigned long)new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpat_rbtree.c193 int rbt_memtype_check_insert(struct memtype *new, unsigned long *ret_type) argument
197 err = memtype_rb_check_conflict(&memtype_rbroot, new->start, new->end,
198 new->type, ret_type);
202 new->type = *ret_type;
204 new->subtree_max_end = new->end;
205 memtype_rb_insert(&memtype_rbroot, new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_ecache.c82 int nf_conntrack_register_notifier(struct nf_ct_event_notifier *new) argument
94 rcu_assign_pointer(nf_conntrack_event_cb, new);
104 void nf_conntrack_unregister_notifier(struct nf_ct_event_notifier *new) argument
111 BUG_ON(notify != new);
117 int nf_ct_expect_register_notifier(struct nf_exp_event_notifier *new) argument
129 rcu_assign_pointer(nf_expect_event_cb, new);
139 void nf_ct_expect_unregister_notifier(struct nf_exp_event_notifier *new) argument
146 BUG_ON(notify != new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Duser_namespace.h30 extern int create_user_ns(struct cred *new);
49 static inline int create_user_ns(struct cred *new) argument
H A Dvt.h91 extern int vt_kmsg_redirect(int new);
95 static inline int vt_kmsg_redirect(int new) argument
H A Dioport.h116 extern struct resource *request_resource_conflict(struct resource *root, struct resource *new);
117 extern int request_resource(struct resource *root, struct resource *new);
118 extern int release_resource(struct resource *new);
119 void release_child_resources(struct resource *new);
123 extern struct resource *insert_resource_conflict(struct resource *parent, struct resource *new);
124 extern int insert_resource(struct resource *parent, struct resource *new);
125 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new);
126 extern int allocate_resource(struct resource *root, struct resource *new,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-mul1.S54 ld $8,0($5) # load new s1 limb as early as possible
61 ld $8,0($5) # load new s1 limb as early as possible
H A Dmpih-mul2.S54 ld $8,0($5) # load new s1 limb as early as possible
62 ld $8,0($5) # load new s1 limb as early as possible
H A Dmpih-mul3.S54 ld $8,0($5) # load new s1 limb as early as possible
62 ld $8,0($5) # load new s1 limb as early as possible
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_lsdb.h54 void (*hook) (struct ospf6_lsa *old, struct ospf6_lsa *new);
68 void ospf6_lsdb_install (struct ospf6_lsa *new);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dmvs.c21 struct dirent *new; local
33 new = malloc( sizeof(struct dirent) );
35 dirp->D_list = dirp->D_curpos = new;
37 dirp->D_curpos = (dirp->D_curpos->d_next = new);
38 new->d_next = NULL;
39 memcpy( new->d_name, name, NAMELEN );
40 new->d_name[NAMELEN] = '\0';
41 if ((name = strchr( new->d_name, ' ' )) != NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-mul1.S54 ld $8,0($5) # load new s1 limb as early as possible
61 ld $8,0($5) # load new s1 limb as early as possible
H A Dmpih-mul2.S54 ld $8,0($5) # load new s1 limb as early as possible
62 ld $8,0($5) # load new s1 limb as early as possible
H A Dmpih-mul3.S54 ld $8,0($5) # load new s1 limb as early as possible
62 ld $8,0($5) # load new s1 limb as early as possible
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Datomic.h172 #define atomic64_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new))
173 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new))
175 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new))
176 #define atomic_xchg(v, new) (xchg(&((v)->counter), new))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Doptions.c200 struct option_set *existing, *new, **curr; local
212 } /* else, ignore the new data */
216 /* make a new option */
217 new = malloc(sizeof(struct option_set));
218 new->data = malloc(length + 2);
219 new->data[OPT_CODE] = option->code;
220 new->data[OPT_LEN] = length;
221 memcpy(new->data + 2, buffer, length);
227 new->next = *curr;
228 *curr = new;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dscpdarry.tex27 // create an object with a new pointer to MyClass
28 wxMyClassPtr theObj(new MyClass());
30 theObj.reset(new MyClass());
35 // create an object with a new array of chars
36 wxCharArray theCharObj(new char[100]);
42 \wxheading{Declaring new smart pointer types}
52 of the macro is the pointer type, the second is the name of the new
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dreconfig.c272 struct property *new = kzalloc(sizeof(*new), GFP_KERNEL); local
274 if (!new)
277 if (!(new->name = kmalloc(strlen(name) + 1, GFP_KERNEL)))
279 if (!(new->value = kmalloc(length + 1, GFP_KERNEL)))
282 strcpy(new->name, name);
283 memcpy(new->value, value, length);
284 *(((char *)new->value) + length) = 0;
285 new->length = length;
286 new
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dkey.c188 struct ieee80211_key *new)
192 if (new)
193 list_add(&new->list, &sdata->key_list);
196 rcu_assign_pointer(sta->key, new);
198 WARN_ON(new && old && new->conf.keyidx != old->conf.keyidx);
203 idx = new->conf.keyidx;
208 if (defkey && !new)
210 if (defmgmtkey && !new)
213 rcu_assign_pointer(sdata->keys[idx], new);
185 __ieee80211_key_replace(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee80211_key *old, struct ieee80211_key *new) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtracepoint.c107 struct tracepoint_func *old, *new; local
120 /* + 2 : one for new probe, one for NULL func */
121 new = allocate_probes(nr_probes + 2);
122 if (new == NULL)
125 memcpy(new, old, nr_probes * sizeof(struct tracepoint_func));
126 new[nr_probes].func = probe;
127 new[nr_probes].data = data;
128 new[nr_probes + 1].func = NULL;
130 entry->funcs = new;
140 struct tracepoint_func *old, *new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Ddebug.c121 struct debug *debug, *new; local
140 new = realloc(debug, sizeof(*debug) + size);
141 if (new == 0) {
147 allocated = new;
149 debug = new;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Ddebug.c121 struct debug *debug, *new; local
140 new = realloc(debug, sizeof(*debug) + size);
141 if (new == 0) {
147 allocated = new;
149 debug = new;

Completed in 211 milliseconds

<<11121314151617181920>>