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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-xtensa/
H A Drmap.h2 * include/asm-xtensa/rmap.h
14 #include <asm-generic/rmap.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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 Dmigrate.c23 #include <linux/rmap.h>
H A Dpage-writeback.c27 #include <linux/rmap.h>
H A Drmap.c2 * mm/rmap.c - physical to virtual reverse mappings
47 #include <linux/rmap.h>
324 * page_referenced_file - referenced check for object-based rmap
487 * page_set_anon_rmap - setup new anonymous rmap
511 * page_set_anon_rmap - sanity check anonymous rmap addition
521 * The page's anon-rmap details (mapping and index) are guaranteed to
853 * try_to_unmap_file - unmap file page using the object-based rmap method
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A DMakefile128 reg_map.h: $(DESIGNDIR)/top/rtl/global.rmap $(DESIGNDIR)/top/mod/modreg.rmap
130 reg_map_asm.h: $(DESIGNDIR)/top/rtl/global.rmap $(DESIGNDIR)/top/mod/modreg.rmap
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/groupdb/
H A Dmapping.c403 static BOOL enum_group_mapping(enum SID_NAME_USE sid_name_use, GROUP_MAP **rmap, argument
420 *rmap=NULL;
461 mapt= SMB_REALLOC_ARRAY((*rmap), GROUP_MAP, entries+1);
464 SAFE_FREE(*rmap);
468 (*rmap) = mapt;
1178 GROUP_MAP **rmap, int *num_entries,
1181 return enum_group_mapping(sid_name_use, rmap, num_entries, unix_only) ?
1400 GROUP_MAP **rmap, int *num_entries,
1176 pdb_default_enum_group_mapping(struct pdb_methods *methods, enum SID_NAME_USE sid_name_use, GROUP_MAP **rmap, int *num_entries, BOOL unix_only) argument
1398 pdb_nop_enum_group_mapping(struct pdb_methods *methods, enum SID_NAME_USE sid_name_use, GROUP_MAP **rmap, int *num_entries, BOOL unix_only) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dirq.c429 unsigned int *rmap; local
496 rmap = (unsigned int *)(host + 1);
498 rmap[i] = NO_IRQ;
501 host->revmap_data.linear.revmap = rmap;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dfb_defio.c25 #include <linux/rmap.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dpassdb.h289 GROUP_MAP **rmap, int *num_entries,
395 GROUP_MAP **rmap, int *num_entries,
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_interface.c459 GROUP_MAP **rmap, int *num_entries,
470 sid_name_use, rmap,
1097 BOOL pdb_enum_group_mapping(enum SID_NAME_USE sid_name_use, GROUP_MAP **rmap, argument
1108 rmap, num_entries, unix_only));
457 context_enum_group_mapping(struct pdb_context *context, enum SID_NAME_USE sid_name_use, GROUP_MAP **rmap, int *num_entries, BOOL unix_only) argument
H A Dpdb_ldap.c2817 GROUP_MAP **rmap, int *num_entries,
2825 *rmap = NULL;
2843 mapt=SMB_REALLOC_ARRAY((*rmap), GROUP_MAP, entries+1);
2846 SAFE_FREE(*rmap);
2850 (*rmap) = mapt;
2815 ldapsam_enum_group_mapping(struct pdb_methods *methods, enum SID_NAME_USE sid_name_use, GROUP_MAP **rmap, int *num_entries, BOOL unix_only) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/init/
H A Dmain.c48 #include <linux/rmap.h>

Completed in 418 milliseconds

12