Searched refs:newinfo (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepConfigInfo.cpp40 REP_HOST_INFO *newinfo; local
41 newinfo = (REP_HOST_INFO*)malloc(sizeof(REP_HOST_INFO));
42 newinfo->host = host;
43 newinfo->port = port;
44 newinfo->peer = peer;
46 other_hosts = newinfo;
47 newinfo->next = NULL;
49 newinfo->next = other_hosts;
50 other_hosts = newinfo;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debtables.c396 struct ebt_table_info *newinfo)
404 newinfo->hook_entry[i] = NULL;
406 newinfo->entries_size = repl->entries_size;
407 newinfo->nentries = repl->nentries;
411 struct ebt_entry *e = (void *)newinfo->entries + offset;
433 newinfo->hook_entry[i] = (struct ebt_entries *)e;
452 if (!newinfo->hook_entry[i] &&
467 struct ebt_table_info *newinfo,
474 if ((void *)e == (void *)newinfo->hook_entry[i])
535 ebt_get_udc_positions(struct ebt_entry *e, struct ebt_table_info *newinfo, argument
395 ebt_verify_pointers(struct ebt_replace *repl, struct ebt_table_info *newinfo) argument
466 ebt_check_entry_size_and_hooks(struct ebt_entry *e, struct ebt_table_info *newinfo, unsigned int *n, unsigned int *cnt, unsigned int *totalcnt, unsigned int *udc_cnt) argument
605 ebt_check_entry(struct ebt_entry *e, struct ebt_table_info *newinfo, const char *name, unsigned int *cnt, struct ebt_cl_stack *cl_s, unsigned int udc_cnt) argument
778 translate_table(char *name, struct ebt_table_info *newinfo) argument
923 struct ebt_table_info *newinfo; local
1156 struct ebt_table_info *newinfo; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Darp_tables.c335 static int mark_source_chains(struct xt_table_info *newinfo, argument
344 unsigned int pos = newinfo->hook_entry[hook];
411 if (newpos > newinfo->size -
512 struct xt_table_info *newinfo,
537 newinfo->hook_entry[h] = hook_entries[h];
539 newinfo->underflow[h] = underflows[h];
566 * newinfo).
570 struct xt_table_info *newinfo,
580 newinfo->size = size;
581 newinfo
511 check_entry_size_and_hooks(struct arpt_entry *e, struct xt_table_info *newinfo, unsigned char *base, unsigned char *limit, const unsigned int *hook_entries, const unsigned int *underflows, unsigned int *i) argument
568 translate_table(const char *name, unsigned int valid_hooks, struct xt_table_info *newinfo, void *entry0, unsigned int size, unsigned int number, const unsigned int *hook_entries, const unsigned int *underflows) argument
799 struct xt_table_info *newinfo, *oldinfo; local
1089 struct xt_table_info *newinfo; local
[all...]
H A Dip_tables.c368 mark_source_chains(struct xt_table_info *newinfo, argument
376 unsigned int pos = newinfo->hook_entry[hook];
451 if (newpos > newinfo->size -
628 struct xt_table_info *newinfo,
653 newinfo->hook_entry[h] = hook_entries[h];
655 newinfo->underflow[h] = underflows[h];
685 newinfo) */
689 struct xt_table_info *newinfo,
699 newinfo->size = size;
700 newinfo
627 check_entry_size_and_hooks(struct ipt_entry *e, struct xt_table_info *newinfo, unsigned char *base, unsigned char *limit, const unsigned int *hook_entries, const unsigned int *underflows, unsigned int *i) argument
687 translate_table(const char *name, unsigned int valid_hooks, struct xt_table_info *newinfo, void *entry0, unsigned int size, unsigned int number, const unsigned int *hook_entries, const unsigned int *underflows) argument
997 compat_calc_entry(struct ipt_entry *e, struct xt_table_info *info, void *base, struct xt_table_info *newinfo) argument
1025 compat_table_info(struct xt_table_info *info, struct xt_table_info *newinfo) argument
1150 __do_replace(const char *name, unsigned int valid_hooks, struct xt_table_info *newinfo, unsigned int num_counters, void __user *counters_ptr) argument
1223 struct xt_table_info *newinfo; local
1476 check_compat_entry_size_and_hooks(struct ipt_entry *e, struct xt_table_info *newinfo, unsigned int *size, unsigned char *base, unsigned char *limit, unsigned int *hook_entries, unsigned int *underflows, unsigned int *i, const char *name) argument
1566 compat_copy_entry_from_user(struct ipt_entry *e, void **dstptr, unsigned int *size, const char *name, struct xt_table_info *newinfo, unsigned char *base) argument
1634 struct xt_table_info *newinfo, *info; local
1749 struct xt_table_info *newinfo; local
2057 struct xt_table_info *newinfo; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_tables.c386 mark_source_chains(struct xt_table_info *newinfo, argument
394 unsigned int pos = newinfo->hook_entry[hook];
469 if (newpos > newinfo->size -
614 struct xt_table_info *newinfo,
639 newinfo->hook_entry[h] = hook_entries[h];
641 newinfo->underflow[h] = underflows[h];
671 newinfo) */
675 struct xt_table_info *newinfo,
685 newinfo->size = size;
686 newinfo
613 check_entry_size_and_hooks(struct ip6t_entry *e, struct xt_table_info *newinfo, unsigned char *base, unsigned char *limit, const unsigned int *hook_entries, const unsigned int *underflows, unsigned int *i) argument
673 translate_table(const char *name, unsigned int valid_hooks, struct xt_table_info *newinfo, void *entry0, unsigned int size, unsigned int number, const unsigned int *hook_entries, const unsigned int *underflows) argument
922 struct xt_table_info *newinfo, *oldinfo; local
1218 struct xt_table_info *newinfo; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dx_tables.c489 struct xt_table_info *newinfo; local
496 newinfo = kzalloc(sizeof(struct xt_table_info), GFP_KERNEL);
497 if (!newinfo)
500 newinfo->size = size;
504 newinfo->entries[cpu] = kmalloc_node(size,
508 newinfo->entries[cpu] = vmalloc_node(size,
511 if (newinfo->entries[cpu] == NULL) {
512 xt_free_table_info(newinfo);
517 return newinfo;
574 struct xt_table_info *newinfo,
572 xt_replace_table(struct xt_table *table, unsigned int num_counters, struct xt_table_info *newinfo, int *error) argument
599 xt_register_table(struct xt_table *table, struct xt_table_info *bootstrap, struct xt_table_info *newinfo) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripngd.c538 struct ripng_info newinfo;
541 newinfo.metric = rte->metric;
544 (struct prefix *)&p, RMAP_RIPNG, &newinfo);
554 rte->metric = newinfo.metric;
1364 struct ripng_info newinfo;
1366 memset (&newinfo, 0, sizeof (struct ripng_info));
1367 newinfo.metric = metric;
1371 &newinfo);
1381 metric = newinfo.metric;
1382 metric_set = newinfo
536 struct ripng_info newinfo; local
1362 struct ripng_info newinfo; local
1390 struct ripng_info newinfo; local
1481 struct ripng_info newinfo; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dptrace.c348 siginfo_t newinfo; local
351 if (copy_from_user(&newinfo, data, sizeof (siginfo_t)))
359 *child->last_siginfo = newinfo;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dx_tables.h293 struct xt_table_info *newinfo);
298 struct xt_table_info *newinfo,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Disicom.c1274 struct serial_struct newinfo; local
1277 if (copy_from_user(&newinfo, info, sizeof(newinfo)))
1281 (newinfo.flags & ASYNC_SPD_MASK));
1284 if ((newinfo.close_delay != port->close_delay) ||
1285 (newinfo.closing_wait != port->closing_wait) ||
1286 ((newinfo.flags & ~ASYNC_USR_MASK) !=
1290 (newinfo.flags & ASYNC_USR_MASK));
1293 port->close_delay = newinfo.close_delay;
1294 port->closing_wait = newinfo
[all...]
H A Driscom8.c1301 struct serial_struct __user * newinfo)
1308 if (copy_from_user(&tmp, newinfo, sizeof(tmp)))
1300 rc_set_serial_info(struct riscom_port * port, struct serial_struct __user * newinfo) argument
H A Dspecialix.c1901 struct serial_struct __user * newinfo)
1909 if (!access_ok(VERIFY_READ, (void *) newinfo, sizeof(tmp))) {
1914 if (copy_from_user(&tmp, newinfo, sizeof(tmp))) {
1900 sx_set_serial_info(struct specialix_port * port, struct serial_struct __user * newinfo) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon.c751 struct fb_info *newinfo, int unit,
760 if (!found && newinfo->fbops->fb_release)
761 newinfo->fbops->fb_release(newinfo, 0);
763 module_put(newinfo->fbops->owner);
776 If oldinfo and newinfo are driving the same hardware,
779 newinfo in an undefined state. Thus, a call to
780 fb_set_par() may be needed for the newinfo.
782 if (newinfo->fbops->fb_set_par)
783 newinfo
750 con2fb_release_oldinfo(struct vc_data *vc, struct fb_info *oldinfo, struct fb_info *newinfo, int unit, int oldidx, int found) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c1082 struct serial_struct *newinfo)
1091 if (copy_from_user(&new_serial, newinfo, sizeof(new_serial)))
1081 set_serial_info(struct SICC_info *info, struct serial_struct *newinfo) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dserial_core.c637 struct serial_struct __user *newinfo)
647 if (copy_from_user(&new_serial, newinfo, sizeof(new_serial)))
636 uart_set_info(struct uart_state *state, struct serial_struct __user *newinfo) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dftdi_sio.c677 static int set_serial_info(struct usb_serial_port * port, struct serial_struct __user * newinfo) argument
683 if (copy_from_user(&new_serial, newinfo, sizeof(new_serial)))

Completed in 192 milliseconds