Searched refs:new (Results 126 - 150 of 2011) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddshow_enummediatypes.c70 libAVEnumMediaTypes *new; local
74 new = libAVEnumMediaTypes_Create(&this->type);
75 if (!new)
77 new->pos = this->pos;
78 *enums = new;
H A Ddshow_enumpins.c67 libAVEnumPins *new; local
71 new = libAVEnumPins_Create(this->pin, this->filter);
72 if (!new)
74 new->pos = this->pos;
75 *pins = new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dsir_dongle.c33 int irda_register_dongle(struct dongle_driver *new) argument
39 __func__, new->driver_name, new->type);
44 if (new->type == drv->type) {
49 list_add(&new->dongle_list, &dongle_list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Diova.c48 unsigned long limit_pfn, struct iova *new)
52 iovad->cached32_node = &new->node;
87 struct iova *new, bool size_aligned)
129 new->pfn_lo = limit_pfn - (size + pad_size) + 1;
130 new->pfn_hi = new->pfn_lo + size - 1;
133 /* Add new node and rebalance tree. */
144 /* Figure out where to put new node */
150 if (new->pfn_lo < this->pfn_lo)
152 else if (new
47 __cached_rbnode_insert_update(struct iova_domain *iovad, unsigned long limit_pfn, struct iova *new) argument
85 __alloc_and_insert_iova_range(struct iova_domain *iovad, unsigned long size, unsigned long limit_pfn, struct iova *new, bool size_aligned) argument
173 struct rb_node **new = &(root->rb_node), *parent = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/pcie/aer/
H A Daerdrv.h95 enum pci_ers_result new)
97 if (new == PCI_ERS_RESULT_NONE)
103 orig = new;
106 if (new == PCI_ERS_RESULT_NEED_RESET)
107 orig = new;
94 merge_result(enum pci_ers_result orig, enum pci_ers_result new) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dkmem.c91 void *new; local
93 new = kmem_alloc(newsize, flags);
95 if (new)
96 memcpy(new, ptr,
100 return new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dmon.c263 struct nsm_handle *new; local
265 new = kzalloc(sizeof(*new) + hostname_len + 1, GFP_KERNEL);
266 if (unlikely(new == NULL))
269 atomic_set(&new->sm_count, 1);
270 new->sm_name = (char *)(new + 1);
271 memcpy(nsm_addr(new), sap, salen);
272 new->sm_addrlen = salen;
273 nsm_init_private(new);
303 struct nsm_handle *cached, *new = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_lock.c198 unsigned int old, new, prev; local
205 new = old | _DRM_LOCK_CONT;
207 new = context | _DRM_LOCK_HELD |
211 prev = cmpxchg(lock, old, new);
225 if ((_DRM_LOCKING_CONTEXT(new)) == context && (new & _DRM_LOCK_HELD)) {
248 unsigned int old, new, prev; local
254 new = context | _DRM_LOCK_HELD;
255 prev = cmpxchg(lock, old, new);
273 unsigned int old, new, pre local
315 unsigned int old, new, prev; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa6752hs.c424 int old = 0, new; local
426 new = ctrl->value;
430 if (set && new != old)
432 new = old;
436 if (set && new > MPEG_PID_MAX)
438 if (new > MPEG_PID_MAX)
439 new = MPEG_PID_MAX;
440 params->ts_pid_pmt = new;
444 if (set && new > MPEG_PID_MAX)
446 if (new > MPEG_PID_MA
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/zorro/
H A Dproc.c24 loff_t new = -1; local
30 new = off;
33 new = file->f_pos + off;
36 new = sizeof(struct ConfigDev) + off;
39 if (new < 0 || new > sizeof(struct ConfigDev))
40 new = -EINVAL;
42 file->f_pos = new;
44 return new;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_clist.c56 /* Allocate a new community list entry. */
60 struct community_entry *new;
62 new = XMALLOC (MTYPE_COMMUNITY_LIST_ENTRY, sizeof (struct community_entry));
63 memset (new, 0, sizeof (struct community_entry));
64 return new;
93 /* Allocate a new community-list. */
97 struct community_list *new;
99 new = XMALLOC (MTYPE_COMMUNITY_LIST, sizeof (struct community_list));
100 memset (new, 0, sizeof (struct community_list));
101 return new;
59 struct community_entry *new; local
96 struct community_list *new; local
118 struct community_list *new; local
505 community_list_dup_check(struct community_list *list, struct community_entry *new) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dnetif.c84 * sel_netif_insert - Insert a new interface into the table
85 * @netif: the new interface record
88 * Add a new interface record to the network interface hash table. Returns
153 struct sel_netif *new = NULL; local
174 new = kzalloc(sizeof(*new), GFP_ATOMIC);
175 if (new == NULL) {
179 ret = security_netif_sid(dev->name, &new->nsec.sid);
182 new->nsec.ifindex = ifindex;
183 ret = sel_netif_insert(new);
[all...]
H A Dnetport.c124 * sel_netport_insert - Insert a new port into the table
125 * @port: the new port record
128 * Add a new port record to the network address hash table.
166 struct sel_netport *new = NULL; local
175 new = kzalloc(sizeof(*new), GFP_ATOMIC);
176 if (new == NULL)
182 new->psec.port = pnum;
183 new->psec.protocol = protocol;
184 new
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dsystem.h211 extern uint64_t __cmpxchg_64(uint64_t test, uint64_t new, volatile uint64_t *v);
215 #define cmpxchg(ptr, test, new) \
220 __typeof__(*(ptr)) __xg_new = (new); \
253 extern uint32_t __cmpxchg_32(uint32_t *v, uint32_t test, uint32_t new);
255 #define cmpxchg(ptr, test, new) \
260 __typeof__(*(ptr)) __xg_new = (new); \
282 unsigned long new, int size)
286 return cmpxchg((unsigned long *)ptr, old, new);
288 return __cmpxchg_local_generic(ptr, old, new, size);
280 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_asbr.c104 struct external_info *new;
106 new = (struct external_info *)
108 memset (new, 0, sizeof (struct external_info));
109 new->type = type;
111 ospf_reset_route_map_set_values (&new->route_map_set);
112 return new;
141 struct external_info *new;
149 /* If old info exists, -- discard new one or overwrite with new one? */
161 /* Create new Externa
102 struct external_info *new; local
139 struct external_info *new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dlguest_user.c49 * we'll continue to use the old array and just won't see the new one.
73 * add new eventfds without ever blocking readers from accessing the array.
78 * We allocate a brand new one-larger array, copy the old one and add our new
79 * element. Then we make the lg eventfd pointer point to the new array.
89 struct lg_eventfd_map *new, *old = lg->eventfds; local
99 * Replace the old array with the new one, carefully: others can
102 new = kmalloc(sizeof(*new) + sizeof(new
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Diovmm.c171 struct vm_struct *new; local
182 new = __get_vm_area(total, VM_IOREMAP, VMALLOC_START, VMALLOC_END);
183 if (!new)
185 va = (u32)new->addr;
204 flush_cache_vmap((unsigned long)new->addr,
205 (unsigned long)(new->addr + total));
206 return new->addr;
210 vunmap(new->addr);
260 * in iovmas mmap, and returns the new allocated iovma.
265 struct iovm_struct *new, *tm local
446 map_iovm_area(struct iommu *obj, struct iovm_struct *new, const struct sg_table *sgt, u32 flags) argument
574 struct iovm_struct *new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DParser.y49 CSearchExpr* pexpr = new CSearchExpr(*$1);
68 CSearchExpr* pexpr = new CSearchExpr;
78 CSearchExpr* pexpr = new CSearchExpr;
88 CSearchExpr* pexpr = new CSearchExpr;
143 $$ = new CSearchExpr(*$1);
150 CSearchExpr* pexpr = new CSearchExpr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgmerge-2152 tmpfiles="$tmpfiles mm-test21.tmp.po mm-test21.new.po"
56 tr -d '\r' < mm-test21.tmp.po > mm-test21.new.po
82 ${DIFF} mm-test21.ok mm-test21.new.po
87 ${MSGFMT} --check -o mm-test21.mo mm-test21.new.po
H A Dmsgmerge-2250 tmpfiles="$tmpfiles mm-test22.tmp.po mm-test22.new.po"
54 tr -d '\r' < mm-test22.tmp.po > mm-test22.new.po
80 ${DIFF} mm-test22.ok mm-test22.new.po
85 ${MSGFMT} --check -o mm-test22.mo mm-test22.new.po
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dvector.c67 vector new = XCALLOC (MTYPE_VECTOR, sizeof (struct _vector)); local
69 new->max = v->max;
70 new->alloced = v->alloced;
73 new->index = XCALLOC (MTYPE_VECTOR_INDEX, size);
74 memcpy (new->index, v->index, size);
76 return new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dsetup.c81 struct resource *new; local
86 new = alloc_bootmem_low(sizeof(struct resource));
87 memcpy(new, mem, sizeof(struct resource));
89 new->sibling = NULL;
90 if (request_resource(&iomem_resource, new))
96 new = alloc_bootmem_low(sizeof(struct resource));
97 memcpy(new, res, sizeof(struct resource));
99 new->sibling = NULL;
100 if (insert_resource(&iomem_resource, new))
110 struct resource *new, *nex local
146 struct resource *new, *next, **pprev; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Ddeluser.c28 char *new = xzalloc(1); local
69 del = new;
70 new = xasprintf("%s%s", new, line);
88 fputs(new, passwd);
93 free(new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dgeneric.c122 struct agp_memory *new; local
125 new = kzalloc(sizeof(struct agp_memory), GFP_KERNEL);
126 if (new == NULL)
129 new->key = agp_get_key();
131 if (new->key < 0) {
132 kfree(new);
136 agp_alloc_page_array(alloc_size, new);
138 if (new->pages == NULL) {
139 agp_free_key(new->key);
140 kfree(new);
149 struct agp_memory *new; local
242 struct agp_memory *new; local
1204 struct agp_memory *new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dftrace.c42 ftrace_modify_code(unsigned long ip, unsigned int old, unsigned int new) argument
64 /* replace the text with the new text */
65 if (probe_kernel_write((void *)ip, &new, MCOUNT_INSN_SIZE))
302 unsigned int old, new; local
312 new = PPC_INST_NOP;
313 return ftrace_modify_code(ip, old, new);
441 unsigned int old, new; local
451 new = ftrace_call_replace(ip, addr, 1);
452 return ftrace_modify_code(ip, old, new);
476 unsigned int old, new; local
508 unsigned int old, new; local
521 unsigned int old, new; local
[all...]

Completed in 607 milliseconds

1234567891011>>