Searched refs:new_table (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dswitch.h37 AFPCmd new_table, AFPCmd *old);
H A Dswitch.c203 AFPCmd new_table, AFPCmd *old)
209 if (new_table)
210 preauth_switch[id] = new_table;
215 if (new_table)
216 postauth_switch[id] = new_table;
202 uam_afpserver_action(const int id, const int which, AFPCmd new_table, AFPCmd *old) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dhash.c145 struct hash_table *new_table; local
148 new_table = hash_table_create(hash_size, hash_tbl->hash_function,
150 if (!new_table) {
158 index = new_table->hash_function(key) % hash_size;
160 element->next = new_table->hash_list[index];
161 new_table->hash_list[index] = element;
162 new_table->hash_count++;
167 hash_tbl->hash_count = new_table->hash_count;
169 hash_tbl->hash_list = new_table->hash_list;
170 free(new_table);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dhash.c145 struct hash_table *new_table; local
148 new_table = hash_table_create(hash_size, hash_tbl->hash_function,
150 if (!new_table) {
158 index = new_table->hash_function(key) % hash_size;
160 element->next = new_table->hash_list[index];
161 new_table->hash_list[index] = element;
162 new_table->hash_count++;
167 hash_tbl->hash_count = new_table->hash_count;
169 hash_tbl->hash_list = new_table->hash_list;
170 free(new_table);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgl_anyhash_list2.h102 gl_hash_entry_t *new_table = XCALLOC (new_size, gl_hash_entry_t); local
115 node->hash_next = new_table[bucket];
116 new_table[bucket] = node;
122 list->table = new_table;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dht-internal.h317 struct type **new_table; \
328 if ((new_table = mallocfn(new_len*sizeof(struct type*)))) { \
330 memset(new_table, 0, new_len*sizeof(struct type*)); \
338 elm->field.hte_next = new_table[b2]; \
339 new_table[b2] = elm; \
345 head->hth_table = new_table; \
348 new_table = reallocfn(head->hth_table, new_len*sizeof(struct type*)); \
349 if (!new_table) return -1; \
350 memset(new_table + head->hth_table_length, 0, \
354 for (pE = &new_table[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dtbinstal.c326 struct acpi_table_desc *new_table; local
338 new_table =
344 new_table->address = address;
345 new_table->pointer = table;
346 new_table->length = length;
347 new_table->owner_id = 0;
348 new_table->flags = flags;
350 ACPI_MOVE_32_TO_32(&new_table->signature, table->signature);
H A Dtbutils.c404 struct acpi_table_header *new_table; local
409 new_table = ACPI_ALLOCATE(table_desc->length);
410 if (!new_table) {
416 ACPI_MEMCPY(new_table, table_desc->pointer, table_desc->length);
418 table_desc->pointer = new_table;
423 new_table->length));
425 return (new_table);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_spf.c873 ospf_spf_calculate (struct ospf_area *area, struct route_table *new_table,
954 ospf_intra_add_transit (new_table, v, area);
963 ospf_route_table_dump (new_table);
967 ospf_spf_process_stubs (area, area->spf, new_table);
990 struct route_table *new_table, *new_rtrs;
1002 new_table = route_table_init ();
1009 ospf_spf_calculate (node->data, new_table, new_rtrs);
1013 ospf_ia_routing (new_table, new_rtrs);
1015 ospf_prune_unreachable_networks (new_table);
1028 ospf_route_install (new_table);
871 ospf_spf_calculate(struct ospf_area *area, struct route_table *new_table, struct route_table *new_rtrs) argument
987 struct route_table *new_table, *new_rtrs; local
[all...]
H A Dospf_ase.c396 rn = route_node_match (ospf_top->new_table, (struct prefix *) &asbr);
440 if ((rn = route_node_lookup (ospf_top->new_table,
770 /* if new_table is NULL, there was no spf calculation, thus
772 if (!top->new_table)
779 rn = route_node_lookup (top->new_table, (struct prefix *) &p);
H A Dospf_abr.c1568 ospf_add_discard_route (ospf_top->new_table, area,
1635 ospf_abr_process_nssa_translates (ospf_top->new_table);
1670 if (ospf_top->new_table == NULL || ospf_top->new_rtrs == NULL)
1689 ospf_abr_process_network_rt (ospf_top->new_table);
H A Dospf_route.c214 /* rt contains new routing table, new_table contains an old one.
219 ospf_top->old_table = ospf_top->new_table;
220 ospf_top->new_table = rt;
681 if (ospf_top->new_table)
682 ospf_route_delete (ospf_top->new_table);
H A Dospfd.h193 struct route_table *new_table; /* Current routing table. */ member in struct:ospf
H A Dospfd.c376 if (ospf->new_table)
378 ospf_route_delete (ospf->new_table);
379 ospf_route_table_free (ospf->new_table);
H A Dospf_vty.c6487 if (ospf_top->new_table == NULL)
6494 show_ip_ospf_route_network (vty, ospf_top->new_table); */
6517 if (ospf_top->new_table == NULL)
6524 show_ip_ospf_route_network (vty, ospf_top->new_table);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dselect.c166 struct poll_table_page *new_table; local
168 new_table = (struct poll_table_page *) __get_free_page(GFP_KERNEL);
169 if (!new_table) {
173 new_table->entry = new_table->entries;
174 new_table->next = table;
175 p->table = new_table;
176 table = new_table;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dosl.c331 struct acpi_table_header ** new_table)
333 if (!existing_table || !new_table)
336 *new_table = NULL;
340 *new_table = (struct acpi_table_header *)AmlCode;
342 if (*new_table != NULL) {
330 acpi_os_table_override(struct acpi_table_header * existing_table, struct acpi_table_header ** new_table) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dacpiosxf.h96 struct acpi_table_header **new_table);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dservices.c679 DBusHashTable *new_table; local
682 new_table = bus_selinux_id_table_new ();
683 if (!new_table)
692 if (!bus_selinux_id_table_insert (new_table,
700 registry->service_sid_table = new_table;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Darp_tables.c1779 struct xt_table *new_table; local
1796 new_table = xt_register_table(net, table, &bootstrap, newinfo);
1797 if (IS_ERR(new_table)) {
1798 ret = PTR_ERR(new_table);
1801 return new_table;
H A Dip_tables.c2093 struct xt_table *new_table; local
2109 new_table = xt_register_table(net, table, &bootstrap, newinfo);
2110 if (IS_ERR(new_table)) {
2111 ret = PTR_ERR(new_table);
2115 return new_table;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_syntree.h459 void switch_push_scope_table(PHP_SCOPE_TABLE new_table);
H A Dphp_syntree.cpp518 void switch_push_scope_table(PHP_SCOPE_TABLE new_table) argument
522 g_current_scope = new_table;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1704 u8 *new_table = NULL; local
1717 new_table = vmxnet3_copy_mc(netdev);
1718 if (new_table) {
1723 new_table));
1746 kfree(new_table);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6_tables.c2091 struct xt_table *new_table; local
2107 new_table = xt_register_table(net, table, &bootstrap, newinfo);
2108 if (IS_ERR(new_table)) {
2109 ret = PTR_ERR(new_table);
2112 return new_table;

Completed in 269 milliseconds