Searched refs:new (Results 501 - 525 of 2011) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_h323.c373 static void ip_nat_q931_expect(struct nf_conn *new, argument
379 nf_nat_follow_master(new, this);
384 BUG_ON(new->status & IPS_NAT_DONE_MASK);
388 range.min_ip = range.max_ip = new->tuplehash[!this->dir].tuple.src.u3.ip;
389 nf_nat_setup_info(new, &range, IP_NAT_MANIP_SRC);
395 new->master->tuplehash[!this->dir].tuple.src.u3.ip;
396 nf_nat_setup_info(new, &range, IP_NAT_MANIP_DST);
464 static void ip_nat_callforwarding_expect(struct nf_conn *new, argument
470 BUG_ON(new->status & IPS_NAT_DONE_MASK);
474 range.min_ip = range.max_ip = new
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dcpufreq.c129 freqs.new = cclk_hz;
154 if (freqs.new != freqs.old) {
156 lpj_ref_freq, freqs.new);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-tcl/po/
H A DMakefile.am199 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
236 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
238 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
239 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
240 rm -f $$tmpdir/$$lang.new.po; \
242 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
245 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
251 rm -f $$tmpdir/$$lang.new.po; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-tcl-tk/po/
H A DMakefile.am199 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
236 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
238 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
239 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
240 rm -f $$tmpdir/$$lang.new.po; \
242 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
245 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
251 rm -f $$tmpdir/$$lang.new.po; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dcx2341x.c1006 #define NEQ(field) (old->field != new->field)
1010 const struct cx2341x_mpeg_params *new)
1023 u16 temporal = new->video_temporal_filter;
1025 cx2341x_api(priv, func, CX2341X_ENC_SET_OUTPUT_PORT, 2, new->port, 0);
1029 new->is_50hz);
1034 u16 w = new->width;
1035 u16 h = new->height;
1037 if (new->video_encoding == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) {
1047 mpeg_stream_type[new->stream_type]);
1052 1 + new
1008 cx2341x_update(void *priv, cx2341x_mbox_func func, const struct cx2341x_mpeg_params *old, const struct cx2341x_mpeg_params *new) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/ssltest-ecc/
H A DECCcertgen.sh53 # Generate a new certificate request in $TEST_CA_FILE.req.pem. A
54 # new ecdsa (actually ECC) key pair is generated on the parameters in
60 -newkey ec:$TEST_CA_CURVE.pem -new \
90 # Generate a new certificate request in $TEST_SERVER_FILE.req.pem. A
91 # new ecdsa (actually ECC) key pair is generated on the parameters in
98 -newkey ec:$TEST_SERVER_CURVE.pem -new \
129 # Generate a new certificate request in $TEST_CLIENT_FILE.req.pem. A
130 # new ecdsa (actually ECC) key pair is generated on the parameters in
137 -newkey ec:$TEST_CLIENT_CURVE.pem -new \
H A DRSAcertgen.sh51 -newkey rsa:1024 -new \
77 -newkey rsa:1024 -new \
102 -newkey rsa:1024 -new \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtarstrm.h117 wxTarEntry *Clone() const { return new wxTarEntry(*this); }
316 { return new wxTarEntry; }
318 { return new wxTarInputStream(stream, GetConv()); }
320 { return new wxTarOutputStream(stream, wxTAR_PAX, GetConv()); }
322 { return new wxTarInputStream(stream, GetConv()); }
324 { return new wxTarOutputStream(stream, wxTAR_PAX, GetConv()); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstrmmem.tex27 Initializes a new read-only memory stream which will use the specified buffer
33 Creates a new read-only memory stream, initializing it with the
75 If {\it data} is NULL, then it will initialize a new empty buffer which will
H A Dtconstr.tex106 frame->panel = new wxPanel(frame, -1, wxPoint(0, 0), wxSize(1000, 500), 0);
107 frame->scrollWindow = new MyScrolledWindow(frame, -1, wxPoint(0, 0), wxSize(400, 400), wxRETAINED);
108 frame->text_window = new MyTextWindow(frame, -1, wxPoint(0, 250), wxSize(400, 250));
111 wxLayoutConstraints *c1 = new wxLayoutConstraints;
121 wxLayoutConstraints *c2 = new wxLayoutConstraints;
131 wxLayoutConstraints *c3 = new wxLayoutConstraints;
149 wxButton *btn1 = new wxButton(frame->panel, -1, "A button") ;
151 wxLayoutConstraints *b1 = new wxLayoutConstraints;
158 wxListBox *list = new wxListBox(frame->panel, -1, "A list",
161 wxLayoutConstraints *b2 = new wxLayoutConstraint
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/keymaps/
H A DMakefile34 rc-hauppauge-new.o \
55 rc-pixelview-new.o \
60 rc-rc5-hauppauge-new.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dpxa2xx_base.c182 if (freqs->new > freqs->old) {
183 debug(skt, 2, "new frequency %u.%uMHz > %u.%uMHz, "
185 freqs->new / 1000, (freqs->new / 100) % 10,
192 if (freqs->new < freqs->old) {
193 debug(skt, 2, "new frequency %u.%uMHz < %u.%uMHz, "
195 freqs->new / 1000, (freqs->new / 100) % 10,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dkspd.c177 struct cred *new; local
179 new = prepare_creds();
180 if (!new)
183 new->fsuid = uid;
184 new->fsgid = gid;
186 commit_creds(new);
H A Dsyscall.c250 * sys_execve() executes a new program.
283 unsigned long addr, unsigned long new)
299 " move %[tmp], %[new] \n"
316 [new] "r" (new),
324 " move %[tmp], %[new] \n"
345 [new] "r" (new),
356 err |= __put_user(new, (unsigned int *) addr);
282 mips_atomic_set(struct pt_regs *regs, unsigned long addr, unsigned long new) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-perl-219 printf __x ("{old} is replaced by {new}.", old => "FF", new => "EUR");
47 msgid "{old} is replaced by {new}."
73 msgid "{old} is replaced by {new}."
74 msgstr "{new} remplace {old}."
77 tmpfiles="$tmpfiles fr.po.tmp fr.po.new"
81 tr -d '\r' < fr.po.tmp > fr.po.new
85 ${DIFF} fr.po fr.po.new || exit 1
H A Dlang-smalltalk33 Main new run!
85 tmpfiles="$tmpfiles fr.po.tmp fr.po.new"
89 tr -d '\r' < fr.po.tmp > fr.po.new
93 ${DIFF} fr.po fr.po.new || exit 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c468 * be blocking), so we can continue along and create a new file
881 /* Now register the new event. */
1105 __fop_dummy(dbp, txn, old, new, flags)
1108 const char *old, *new;
1135 if ((ret = __db_backup_name(env, new, stxn, &back)) != 0)
1150 __fop_inmem_swap(dbp, tmpdbp, stxn, old, new, back, txn->locker) :
1152 tmpdbp, stxn, old, new, back, txn->locker, flags);
1177 __fop_dbrename(dbp, old, new)
1179 const char *old, *new;
1192 real_new = (char *)new;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/ssltest-ecc/
H A DECCcertgen.sh53 # Generate a new certificate request in $TEST_CA_FILE.req.pem. A
54 # new ecdsa (actually ECC) key pair is generated on the parameters in
60 -newkey ec:$TEST_CA_CURVE.pem -new \
90 # Generate a new certificate request in $TEST_SERVER_FILE.req.pem. A
91 # new ecdsa (actually ECC) key pair is generated on the parameters in
98 -newkey ec:$TEST_SERVER_CURVE.pem -new \
129 # Generate a new certificate request in $TEST_CLIENT_FILE.req.pem. A
130 # new ecdsa (actually ECC) key pair is generated on the parameters in
137 -newkey ec:$TEST_CLIENT_CURVE.pem -new \
H A DRSAcertgen.sh51 -newkey rsa:1024 -new \
77 -newkey rsa:1024 -new \
102 -newkey rsa:1024 -new \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/ssltest-ecc/
H A DECCcertgen.sh53 # Generate a new certificate request in $TEST_CA_FILE.req.pem. A
54 # new ecdsa (actually ECC) key pair is generated on the parameters in
60 -newkey ec:$TEST_CA_CURVE.pem -new \
90 # Generate a new certificate request in $TEST_SERVER_FILE.req.pem. A
91 # new ecdsa (actually ECC) key pair is generated on the parameters in
98 -newkey ec:$TEST_SERVER_CURVE.pem -new \
129 # Generate a new certificate request in $TEST_CLIENT_FILE.req.pem. A
130 # new ecdsa (actually ECC) key pair is generated on the parameters in
137 -newkey ec:$TEST_CLIENT_CURVE.pem -new \
H A DRSAcertgen.sh51 -newkey rsa:1024 -new \
77 -newkey rsa:1024 -new \
102 -newkey rsa:1024 -new \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dintel-gtt.c9 * avoid having to create a new api.
435 struct agp_memory *new; local
452 new = agp_create_memory(pg_count);
453 if (new == NULL)
456 new->pages[0] = page;
459 new->pages[1] = new->pages[0] + 1;
460 new->pages[2] = new->pages[1] + 1;
461 new
472 struct agp_memory *new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Detrap_32.S101 mov %t_kstack, %sp ! jump onto new stack
110 srl %t_wim, 0x1, %g2 ! begin computation of new %wim
119 /* Set new %wim value */
128 mov %t_kstack, %sp ! and onto new kernel stack
158 * Calculate new umask. The way this works is,
181 st %g2, [%curptr + TI_UWINMASK] ! store new umask
195 srl %t_wim, 0x1, %g2 ! compute new %wim
198 or %t_wim, %g2, %g2 ! %g2 is new %wim
218 * as they have been safely stashed on the new kernel stack
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm75.c143 int new; local
170 new = status & ~clr_mask;
171 new |= set_mask;
172 if (status != new)
173 lm75_write_value(client, LM75_REG_CONF, new);
174 dev_dbg(&client->dev, "Config %02x\n", new);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/
H A Dinstall-sh326 # With -d, create the new directory with the user-specified mode.
469 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
474 set X $new && new=:$2:$4:$5:$6 &&
477 test "$old" = "$new" &&
492 # reasons. In this case, the final cleanup might fail but the new

Completed in 241 milliseconds

<<21222324252627282930>>