Searched refs:map (Results 51 - 75 of 2136) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/validchars/
H A Dvalidchr.c50 unsigned char map[256], upper[256], lower[256]; local
66 map[i] = i;
87 map[i] = c;
106 if (map[i] && map[i]!=i && lower[map[i]]!=i)
110 map[i], i, i, map[i], map[i], map[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dpfow.h99 static inline void send_pfow_command(struct map_info *map, argument
103 int bits_per_chip = map_bankwidth(map) * 8;
105 struct lpddr_private *lpddr = map->fldrv_priv;
108 map_write(map, CMD(cmd_code), map->pfow_base + PFOW_COMMAND_CODE);
109 map_write(map, CMD(adr & ((1<<bits_per_chip) - 1)),
110 map->pfow_base + PFOW_COMMAND_ADDRESS_L);
111 map_write(map, CMD(adr>>bits_per_chip),
112 map->pfow_base + PFOW_COMMAND_ADDRESS_H);
114 map_write(map, CM
[all...]
H A Dgen_probe.h25 #include <linux/mtd/map.h>
31 int (*probe_chip)(struct map_info *map, __u32 base,
35 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/
H A Dinstall.sh18 # $3 - kernel map file
33 if [ -f $4/System.map ]; then
34 mv $4/System.map $4/System.old
38 cp $3 $4/System.map
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/boot/
H A Dinstall.sh18 # $3 - kernel map file
33 if [ -f $4/System.map ]; then
34 mv $4/System.map $4/System.old
38 cp $3 $4/System.map
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/
H A Dinstall.sh18 # $3 - kernel map file
33 if [ -f $4/System.map ]; then
34 mv $4/System.map $4/System.old
38 cp $3 $4/System.map
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dxip.h19 #define mapping_is_xip(map) unlikely(map->a_ops->get_xip_mem)
21 #define mapping_is_xip(map) 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/
H A Dinstall.sh16 # $3 - kernel map file
45 if [ -f $4/System.map ]; then
46 mv $4/System.map $4/System.old
50 cp $3 $4/System.map
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/src/
H A DMakefile.am5 libnetfilter_cthelper_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libnetfilter_cthelper.map -version-info $(LIBVERSION)
7 libnetfilter_cthelper.map \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/src/
H A DMakefile.am5 libnetfilter_cttimeout_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libnetfilter_cttimeout.map -version-info $(LIBVERSION)
7 libnetfilter_cttimeout.map \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dioremap_fixed.c2 * Re-map IO memory to kernel address space so that we can access it.
4 * These functions should only be used when it is necessary to map a
37 struct ioremap_map *map; local
41 map = &ioremap_maps[i];
42 map->fixmap_addr = __fix_to_virt(FIX_IOREMAP_BEGIN + i);
50 struct ioremap_map *map; local
64 map = &ioremap_maps[i];
65 if (!map->addr) {
66 map->size = size;
95 map
102 struct ioremap_map *map; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dsmp.h21 #define physid_set(physid, map) set_bit(physid, (map).mask)
22 #define physid_clear(physid, map) clear_bit(physid, (map).mask)
23 #define physid_isset(physid, map) test_bit(physid, (map).mask)
24 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
28 #define physids_clear(map) bitmap_zero((map)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mmp/include/mach/
H A Ddma.h8 #include <mach/addr-map.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/include/mach/
H A Duncompress.h18 #include <mach/map.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pc100/include/mach/
H A Duncompress.h18 #include <mach/map.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pv310/include/mach/
H A Duncompress.h16 #include <mach/map.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dfilemap_utils.h14 void *map; member in struct:filemap_t
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmpspec.h118 #define physid_set(physid, map) set_bit(physid, (map).mask)
119 #define physid_clear(physid, map) clear_bit(physid, (map).mask)
120 #define physid_isset(physid, map) test_bit(physid, (map).mask)
121 #define physid_test_and_set(physid, map) \
122 test_and_set_bit(physid, (map).mask)
130 #define physids_clear(map) \
131 bitmap_zero((map)
151 physids_coerce(physid_mask_t *map) argument
156 physids_promote(unsigned long physids, physid_mask_t *map) argument
170 physid_set_mask_of_physid(int physid, physid_mask_t *map) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dmap.c8 #include "map.h"
20 void map__init(struct map *self, enum map_type type,
35 struct map *map__new(struct list_head *dsos__list, u64 start, u64 len,
39 struct map *self = malloc(sizeof(*self));
49 snprintf(newfilename, sizeof(newfilename), "/tmp/perf-%d.map", pid);
73 void map__delete(struct map *self)
78 void map__fixup_start(struct map *self)
88 void map__fixup_end(struct map *self)
100 int map__load(struct map *self, symbol_filter_t filter)
149 struct symbol *map__find_symbol(struct map *sel
172 struct map *map = malloc(sizeof(*self)); local
206 map__rip_2objdump(struct map *map, u64 rip) argument
214 map__objdump_2ip(struct map *map, u64 addr) argument
292 struct map *map = map_groups__find(self, type, addr); local
386 map_groups__fixup_overlappings(struct map_groups *self, struct map *map, int verbose, FILE *fp) argument
459 struct map *map = rb_entry(nd, struct map, rb_node); local
468 map__reloc_map_ip(struct map *map, u64 ip) argument
473 map__reloc_unmap_ip(struct map *map, u64 ip) argument
497 maps__insert(struct rb_root *maps, struct map *map) argument
517 maps__remove(struct rb_root *self, struct map *map) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dpcy_map.c71 static void policy_map_free(X509_POLICY_REF *map) argument
73 if (map->subjectDomainPolicy)
74 ASN1_OBJECT_free(map->subjectDomainPolicy);
75 OPENSSL_free(map);
96 POLICY_MAPPING *map; local
110 map = sk_POLICY_MAPPING_value(maps, i);
111 /* Reject if map to or from anyPolicy */
112 if ((OBJ_obj2nid(map->subjectDomainPolicy) == NID_any_policy)
113 || (OBJ_obj2nid(map->issuerDomainPolicy) == NID_any_policy))
120 if (policy_map_find(cache, map
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/selinux/genheaders/
H A Dgenheaders.c60 struct security_class_mapping *map = &secclass_map[i]; local
61 map->name = stoupperx(map->name);
62 for (j = 0; map->perms[j]; j++)
63 map->perms[j] = stoupperx(map->perms[j]);
74 struct security_class_mapping *map = &secclass_map[i]; local
75 fprintf(fout, "#define SECCLASS_%s", map->name);
76 for (j = 0; j < max(1, 40 - strlen(map->name)); j++)
105 struct security_class_mapping *map local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dgen_probe.c11 #include <linux/mtd/map.h>
16 static struct cfi_private *genprobe_ident_chips(struct map_info *map,
18 static int genprobe_new_chip(struct map_info *map, struct chip_probe *cp,
21 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp) argument
26 /* First probe the map to see if we have CFI stuff there. */
27 cfi = genprobe_ident_chips(map, cp);
32 map->fldrv_priv = cfi;
35 mtd = check_cmd_set(map, 1); /* First the primary cmdset */
37 mtd = check_cmd_set(map, 0); /* Then the secondary */
40 if (mtd->size > map
59 genprobe_ident_chips(struct map_info *map, struct chip_probe *cp) argument
167 genprobe_new_chip(struct map_info *map, struct chip_probe *cp, struct cfi_private *cfi) argument
201 cfi_cmdset_unknown(struct map_info *map, int primary) argument
232 check_cmd_set(struct map_info *map, int primary) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/groupdb/
H A Dmapping.c32 GROUP_MAP map; local
39 map.gid=gid;
40 if (!string_to_sid(&map.sid, sid)) {
45 map.sid_name_use=sid_name_use;
46 fstrcpy(map.nt_name, nt_name);
47 fstrcpy(map.comment, comment);
49 return pdb_add_group_mapping_entry(&map);
58 GROUP_MAP map; local
62 if (pdb_getgrgid(&map, grp->gr_gid)) {
66 map
152 get_domain_group_from_sid(DOM_SID sid, GROUP_MAP *map) argument
368 pdb_default_getgrsid(struct pdb_methods *methods, GROUP_MAP *map, DOM_SID sid) argument
375 pdb_default_getgrgid(struct pdb_methods *methods, GROUP_MAP *map, gid_t gid) argument
382 pdb_default_getgrnam(struct pdb_methods *methods, GROUP_MAP *map, const char *name) argument
389 pdb_default_add_group_mapping_entry(struct pdb_methods *methods, GROUP_MAP *map) argument
396 pdb_default_update_group_mapping_entry(struct pdb_methods *methods, GROUP_MAP *map) argument
422 GROUP_MAP map; local
443 GROUP_MAP map; local
507 GROUP_MAP map; local
530 GROUP_MAP map; local
608 pdb_nop_getgrsid(struct pdb_methods *methods, GROUP_MAP *map, DOM_SID sid) argument
614 pdb_nop_getgrgid(struct pdb_methods *methods, GROUP_MAP *map, gid_t gid) argument
620 pdb_nop_getgrnam(struct pdb_methods *methods, GROUP_MAP *map, const char *name) argument
626 pdb_nop_add_group_mapping_entry(struct pdb_methods *methods, GROUP_MAP *map) argument
632 pdb_nop_update_group_mapping_entry(struct pdb_methods *methods, GROUP_MAP *map) argument
657 GROUP_MAP map; local
675 GROUP_MAP map; local
695 GROUP_MAP map; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dpcy_map.c73 POLICY_MAPPING *map; local
83 map = sk_POLICY_MAPPING_value(maps, i);
84 /* Reject if map to or from anyPolicy */
85 if ((OBJ_obj2nid(map->subjectDomainPolicy) == NID_any_policy)
86 || (OBJ_obj2nid(map->issuerDomainPolicy) == NID_any_policy)) {
92 data = policy_cache_find_data(cache, map->issuerDomainPolicy);
93 /* If we don't have anyPolicy can't map */
99 data = policy_data_new(NULL, map->issuerDomainPolicy,
106 * map->issuerDomainPolicy = NULL;
117 map
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DMaps.h42 #include <map>
53 typedef std::map<CUInt128, CContact*> ContactMap;

Completed in 209 milliseconds

1234567891011>>