Searched refs:new (Results 426 - 450 of 2011) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dirdp.c100 struct irdp *new = XMALLOC (0, sizeof (struct irdp)); local
101 memset (new, 0, sizeof (struct irdp));
102 return new;
126 struct irdp *new = irdp_route_new(); local
128 new->prefix = addr;
129 new->pref = pref;
131 printf ("address %s\n", inet_ntoa (new->prefix));
132 printf ("pref %ld\n", new->pref);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dsram.S39 strh r1, [r3] @ write new ckctl value
40 strh r0, [r2] @ write new dpll value
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/doc/cli/
H A Dtest.sh17 new)
18 echo "creating a new conntrack"
25 new-simple)
26 echo "creating a new conntrack (simplified)"
31 new-nat)
32 echo "creating a new conntrack (NAT)"
92 echo " |new"
93 echo " |new-simple"
94 echo " |new-nat"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgbspan.tex23 Construct a new wxGBSpan, optionally setting the rowspan and colspan.
43 Set a new colspan value.
49 Set a new rowspan value.
H A Dlistattr.tex73 Sets a new background color.
80 Sets a new font.
87 Sets a new text color.
H A Dtsplittr.tex18 splitter = new wxSplitterWindow(this, -1, wxPoint(0, 0), wxSize(400, 400), wxSP_3D);
20 leftWindow = new MyWindow(splitter);
23 rightWindow = new MyWindow(splitter);
H A Dfs_mem.tex25 wxFileSystem::AddHandler(new wxMemoryFSHandler);
34 topsizer = new wxBoxSizer(wxVERTICAL);
35 html = new wxHtmlWindow(&dlg, -1, wxDefaultPosition,
42 topsizer->Add(new wxStaticLine(&dlg, -1), 0, wxEXPAND | wxLEFT | wxRIGHT, 10);
43 topsizer->Add(new wxButton(&dlg, wxID_OK, "Ok"),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c170 loff_t new = -1; local
177 new = off;
180 new = file->f_pos + off;
183 if (new < 0 || new > dbg->size) {
188 return (file->f_pos = new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/
H A Dmark.c314 void fsnotify_duplicate_mark(struct fsnotify_mark *new, struct fsnotify_mark *old) argument
317 new->i.inode = old->i.inode;
318 new->m.mnt = old->m.mnt;
319 new->group = old->group;
320 new->mask = old->mask;
321 new->free_mark = old->free_mark;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgmerge-18123 tmpfiles="$tmpfiles mm-test18.tmp.po mm-test18.new.po"
127 tr -d '\r' < mm-test18.tmp.po > mm-test18.new.po
197 ${DIFF} mm-test18.ok mm-test18.new.po
201 ${MSGCMP} --use-fuzzy --use-untranslated mm-test18.new.po mm-test18.pot
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-groupadd153 smbldap-groupadd - Create a new group
162 The smbldap-groupadd command creates a new group account using
165 The new group will be entered into the system files as needed.
195 set the NT Group type for the new group. Available values are
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.sh56 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS
62 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS
90 $REQ -new -keyout ${CATOP}/private/$CAKEY \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mvme16x/
H A Dconfig.c192 unsigned long *new = (unsigned long *)vectors; local
206 *(new+4) = *(old+4); /* Illegal instruction */
207 *(new+9) = *(old+9); /* Trace */
208 *(new+47) = *(old+47); /* Trap #15 */
211 *(new+0x5e) = *(old+0x5e); /* ABORT switch */
213 *(new+0x6e) = *(old+0x6e); /* ABORT switch */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c72 char *new; local
74 new = kmalloc(strlen(name) + strlen(prefix) + 1, GFP_KERNEL);
75 if (new) {
76 strcpy(new, prefix);
77 strcat(new, name);
79 return new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dtomoyo.c12 static int tomoyo_cred_alloc_blank(struct cred *new, gfp_t gfp) argument
14 new->security = NULL;
18 static int tomoyo_cred_prepare(struct cred *new, const struct cred *old, argument
22 new->security = domain;
28 static void tomoyo_cred_transfer(struct cred *new, const struct cred *old) argument
30 tomoyo_cred_prepare(new, old, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmempolicy.h94 * mpol_dup() allocates a new mempolicy and copies the specified mempolicy
95 * to the new storage. The reference count of the new object is initialized
197 struct mempolicy *new);
204 extern void mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new,
206 extern void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new);
289 struct mempolicy *new)
321 const nodemask_t *new,
326 static inline void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) argument
287 mpol_set_shared_policy(struct shared_policy *info, struct vm_area_struct *vma, struct mempolicy *new) argument
320 mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new, enum mpol_rebind_step step) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dalloca.c218 register pointer new = malloc (sizeof (header) + size); local
221 if (new == 0)
224 ((header *) new)->h.next = last_alloca_header;
225 ((header *) new)->h.deep = depth;
227 last_alloca_header = (header *) new;
231 return (pointer) ((char *) new + sizeof (header));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dftrace.c121 /* replace the text with the new text */
165 char *new; local
170 new = ftrace_nop_replace();
171 return ftrace_modify_code(rec->ip, NULL, new, 0);
177 unsigned char *old, *new; local
180 new = ftrace_call_replace(ip, addr);
181 return ftrace_modify_code(ip, old, new, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dcpufreq.c89 freqs.new = clk_round_rate(armclk, target_freq * 1000) / 1000;
92 if (freqs.old == freqs.new)
97 "transition: %u --> %u\n", freqs.old, freqs.new);
100 freqs.new, relation, &idx);
107 if (pdata->set_voltage && freqs.new > freqs.old)
113 if (pdata->set_voltage && freqs.new < freqs.old)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/virt/kvm/
H A Dkvm_main.c547 struct kvm_memory_slot old, new; local
574 new = old = *memslot;
576 new.id = mem->slot;
577 new.base_gfn = base_gfn;
578 new.npages = npages;
579 new.flags = mem->flags;
599 if (!(new.flags & KVM_MEM_LOG_DIRTY_PAGES))
600 new.dirty_bitmap = NULL;
606 if (npages && !new.rmap) {
607 new
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkcerts.sh21 -new -md5 -newkey $CAbits \
57 -new -md5 -newkey $CAbits \
94 -new -md5 -newkey 512 \
131 -new -md5 -newkey 1024 \
168 -new -md5 -newkey 512 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkcerts.sh21 -new -md5 -newkey $CAbits \
57 -new -md5 -newkey $CAbits \
94 -new -md5 -newkey 512 \
131 -new -md5 -newkey 1024 \
168 -new -md5 -newkey 512 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkcerts.sh21 -new -md5 -newkey $CAbits \
57 -new -md5 -newkey $CAbits \
94 -new -md5 -newkey 512 \
131 -new -md5 -newkey 1024 \
168 -new -md5 -newkey 512 \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-report.c53 struct hists *iter, *new; local
68 new = malloc(sizeof(struct hists));
69 if (new == NULL)
71 memset(new, 0, sizeof(struct hists));
72 new->event_stream = event_stream;
73 new->config = config;
74 new->type = type;
75 rb_link_node(&new->rb_node, parent, p);
76 rb_insert_color(&new->rb_node, &self->hists_tree);
77 return new;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_opaque.c328 struct ospf_opaque_functab *new; local
350 if ((new = XCALLOC (MTYPE_OSPF_OPAQUE_FUNCTAB,
357 new->opaque_type = opaque_type;
358 new->new_if_hook = new_if_hook;
359 new->del_if_hook = del_if_hook;
360 new->ism_change_hook = ism_change_hook;
361 new->nsm_change_hook = nsm_change_hook;
362 new->config_write_router = config_write_router;
363 new->config_write_if = config_write_if;
364 new
487 register_opaque_info_per_type(struct ospf_opaque_functab *functab, struct ospf_lsa *new) argument
598 register_opaque_info_per_id(struct opaque_info_per_type *oipt, struct ospf_lsa *new) argument
649 register_opaque_lsa(struct ospf_lsa *new) argument
1418 struct ospf_lsa *new = NULL; local
[all...]

Completed in 162 milliseconds

<<11121314151617181920>>