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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Drmap.h2 * include/asm-xtensa/rmap.h
14 #include <asm-generic/rmap.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_redistribute.c63 if (o6->rmap[type].name)
64 free (o6->rmap[type].name);
66 o6->rmap[type].name = strdup (mapname);
67 o6->rmap[type].map = route_map_lookup_by_name (mapname);
78 if (o6->rmap[i].name)
79 o6->rmap[i].map = route_map_lookup_by_name (o6->rmap[i].name);
81 o6->rmap[i].map = NULL;
88 if (o6->rmap[type].name)
89 free (o6->rmap[typ
[all...]
H A Dospf6_top.h54 } rmap[ZEBRA_ROUTE_MAX]; member in struct:ospf6
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Drarpd.c422 struct rarp_map *rmap; local
510 rmap = rarp_lookup(sll.sll_ifindex, sll.sll_hatype,
512 if (rmap == NULL)
522 if (put_mylladdr(&ptr, sll.sll_ifindex, rmap->lladdr_len))
524 if (put_myipaddr(&ptr, sll.sll_ifindex, rmap->ipaddr))
527 ptr += rmap->lladdr_len;
528 memcpy(ptr, &rmap->ipaddr, 4);
534 arp_advise(sll.sll_ifindex, rmap->lladdr, rmap->lladdr_len, rmap
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_zebra.c887 if (bgp->rmap[afi][type].name
888 && (strcmp (bgp->rmap[afi][type].name, name) == 0))
891 if (bgp->rmap[afi][type].name)
892 free (bgp->rmap[afi][type].name);
893 bgp->rmap[afi][type].name = strdup (name);
894 bgp->rmap[afi][type].map = route_map_lookup_by_name (name);
922 if (bgp->rmap[afi][type].name)
923 free (bgp->rmap[afi][type].name);
924 bgp->rmap[afi][type].name = NULL;
925 bgp->rmap[af
[all...]
H A Dbgp_route.h91 } rmap; member in struct:bgp_static
H A Dbgp_routemap.c1978 if (bgp_static->rmap.name)
1979 bgp_static->rmap.map =
1980 route_map_lookup_by_name (bgp_static->rmap.name);
1982 bgp_static->rmap.map = NULL;
1991 if (bgp->rmap[ZEBRA_FAMILY_IPV4][i].name)
1992 bgp->rmap[ZEBRA_FAMILY_IPV4][i].map =
1993 route_map_lookup_by_name (bgp->rmap[ZEBRA_FAMILY_IPV4][i].name);
1995 if (bgp->rmap[ZEBRA_FAMILY_IPV6][i].name)
1996 bgp->rmap[ZEBRA_FAMILY_IPV6][i].map =
1997 route_map_lookup_by_name (bgp->rmap[ZEBRA_FAMILY_IPV
[all...]
H A Dbgp_route.c1780 if (bgp_static->rmap.name)
1781 free (bgp_static->rmap.name);
1808 if (bgp_static->rmap.name)
1813 ret = route_map_apply (bgp_static->rmap.map, p, RMAP_BGP, &info);
1979 u_char safi, char *rmap, int backdoor)
2018 if (rmap)
2020 if (bgp_static->rmap.name)
2021 free (bgp_static->rmap.name);
2022 bgp_static->rmap.name = strdup (rmap);
1967 bgp_static_set(struct vty *vty, struct bgp *bgp, char *ip_str, u_int16_t afi, u_char safi, char *rmap, int backdoor) argument
4402 struct route_map *rmap = vty->output_arg; local
4647 struct route_map *rmap = vty->output_arg; local
5721 struct route_map *rmap; local
[all...]
H A Dbgpd.h125 } rmap[AFI_MAX][ZEBRA_ROUTE_MAX]; member in struct:bgp
H A Dbgpd.c2553 char *rmap)
2564 || (rmap && ! peer->default_rmap[afi][safi].name)
2565 || (rmap && strcmp (rmap, peer->default_rmap[afi][safi].name) != 0))
2569 if (rmap)
2573 peer->default_rmap[afi][safi].name = strdup (rmap);
2574 peer->default_rmap[afi][safi].map = route_map_lookup_by_name (rmap);
2533 peer_default_originate_set(struct peer *peer, afi_t afi, safi_t safi, char *rmap) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Drtacct.c63 __u32 rmap[256/4]; variable
188 if (!(rmap[realm>>5] & (1<<(realm&0x1f))))
251 if (!(rmap[realm>>5] & (1<<(realm&0x1f))))
497 rmap[realm>>5] |= (1<<(realm&0x1f));
501 memset(rmap, ~0, sizeof(rmap));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/
H A DMakefile127 reg_map.h: $(DESIGNDIR)/top/rtl/global.rmap $(DESIGNDIR)/top/mod/modreg.rmap
129 reg_map_asm.h: $(DESIGNDIR)/top/rtl/global.rmap $(DESIGNDIR)/top/mod/modreg.rmap
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A DMakefile7 mlock.o mmap.o mprotect.o mremap.o msync.o rmap.o \
H A Dfremap.c15 #include <linux/rmap.h>
H A Dfilemap_xip.c15 #include <linux/rmap.h>
H A Dmlock.c18 #include <linux/rmap.h>
48 * (see mm/rmap.c).
99 * bother vmscan with it. However, to walk the page's rmap list in
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dksm.h13 #include <linux/rmap.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/virt/kvm/
H A Dkvm_main.c453 if (!dont || free->rmap != dont->rmap)
454 vfree(free->rmap);
469 free->rmap = NULL;
606 if (npages && !new.rmap) {
607 new.rmap = vmalloc(npages * sizeof(*new.rmap));
609 if (!new.rmap)
612 memset(new.rmap, 0, npages * sizeof(*new.rmap));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfb_defio.c23 #include <linux/rmap.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dirq.c558 unsigned int *rmap; local
623 rmap = (unsigned int *)(host + 1);
625 rmap[i] = NO_IRQ;
628 host->revmap_data.linear.revmap = rmap;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripngd.c2391 struct route_map *rmap;
2401 rmap = route_map_lookup_by_name (if_rmap->routemap[IF_RMAP_IN]);
2402 if (rmap)
2403 ri->routemap[IF_RMAP_IN] = rmap;
2412 rmap = route_map_lookup_by_name (if_rmap->routemap[IF_RMAP_OUT]);
2413 if (rmap)
2414 ri->routemap[IF_RMAP_OUT] = rmap;
2387 struct route_map *rmap; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dhomecache.c22 #include <linux/rmap.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrutables.h145 #include <linux/rmap.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dkvm-ia64.c1384 if (memslot->rmap[j])
1385 put_page((struct page *)memslot->rmap[j]);
1597 memslot->rmap[i] = (unsigned long)pfn_to_page(pfn);
1602 memslot->rmap[i] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/groupdb/
H A Dmapping.c646 GROUP_MAP **rmap, size_t *num_entries,
644 pdb_nop_enum_group_mapping(struct pdb_methods *methods, enum lsa_SidType sid_name_use, GROUP_MAP **rmap, size_t *num_entries, BOOL unix_only) argument

Completed in 291 milliseconds

12