Searched refs:map (Results 151 - 175 of 4005) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/x509v3/
H A Dpcy_map.c71 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))
93 data = policy_cache_find_data(cache, map->issuerDomainPolicy);
94 /* If we don't have anyPolicy can't map */
101 data = policy_data_new(NULL, map->issuerDomainPolicy,
107 /*map->issuerDomainPolicy = NULL;*/
119 map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dbitext.h14 unsigned long *map; member in struct:bit_map
25 extern void bit_map_init(struct bit_map *t, unsigned long *map, int size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dbitext.h14 unsigned long *map; member in struct:bit_map
25 extern void bit_map_init(struct bit_map *t, unsigned long *map, int size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-loki/
H A DMakefile1 obj-y += common.o addr-map.o irq.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-loki/
H A DMakefile1 obj-y += common.o addr-map.o irq.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/x509v3/
H A Dpcy_map.c71 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))
93 data = policy_cache_find_data(cache, map->issuerDomainPolicy);
94 /* If we don't have anyPolicy can't map */
101 data = policy_data_new(NULL, map->issuerDomainPolicy,
107 /*map->issuerDomainPolicy = NULL;*/
119 map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/x509v3/
H A Dpcy_map.c71 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))
93 data = policy_cache_find_data(cache, map->issuerDomainPolicy);
94 /* If we don't have anyPolicy can't map */
101 data = policy_data_new(NULL, map->issuerDomainPolicy,
107 /*map->issuerDomainPolicy = NULL;*/
119 map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/maps/
H A Dpxa2xx-flash.c19 #include <linux/mtd/map.h>
29 static void pxa2xx_map_inval_cache(struct map_info *map, unsigned long from, argument
32 unsigned long start = (unsigned long)map->cached + from;
47 struct map_info map; member in struct:pxa2xx_flash_info
70 info->map.name = (char *) flash->name;
71 info->map.bankwidth = flash->width;
72 info->map.phys = res->start;
73 info->map.size = res->end - res->start + 1;
77 info->map.virt = ioremap(info->map
[all...]
H A Dixp2000.c29 #include <linux/mtd/map.h>
40 struct map_info map; member in struct:ixp2000_flash_info
45 static inline unsigned long flash_bank_setup(struct map_info *map, unsigned long ofs) argument
48 (unsigned long(*)(unsigned long))map->map_priv_2;
73 static map_word ixp2000_flash_read8(struct map_info *map, unsigned long ofs) argument
77 val.x[0] = *((u8 *)(map->map_priv_1 + flash_bank_setup(map, ofs)));
86 static void ixp2000_flash_copy_from(struct map_info *map, void *to, argument
89 from = flash_bank_setup(map, from);
91 *(__u8 *) to++ = *(__u8 *)(map
94 ixp2000_flash_write8(struct map_info *map, map_word d, unsigned long ofs) argument
100 ixp2000_flash_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/maps/
H A Dpxa2xx-flash.c19 #include <linux/mtd/map.h>
29 static void pxa2xx_map_inval_cache(struct map_info *map, unsigned long from, argument
32 unsigned long start = (unsigned long)map->cached + from;
47 struct map_info map; member in struct:pxa2xx_flash_info
70 info->map.name = (char *) flash->name;
71 info->map.bankwidth = flash->width;
72 info->map.phys = res->start;
73 info->map.size = res->end - res->start + 1;
77 info->map.virt = ioremap(info->map
[all...]
H A Dixp2000.c29 #include <linux/mtd/map.h>
40 struct map_info map; member in struct:ixp2000_flash_info
45 static inline unsigned long flash_bank_setup(struct map_info *map, unsigned long ofs) argument
48 (unsigned long(*)(unsigned long))map->map_priv_2;
73 static map_word ixp2000_flash_read8(struct map_info *map, unsigned long ofs) argument
77 val.x[0] = *((u8 *)(map->map_priv_1 + flash_bank_setup(map, ofs)));
86 static void ixp2000_flash_copy_from(struct map_info *map, void *to, argument
89 from = flash_bank_setup(map, from);
91 *(__u8 *) to++ = *(__u8 *)(map
94 ixp2000_flash_write8(struct map_info *map, map_word d, unsigned long ofs) argument
100 ixp2000_flash_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Dkeymaps.c80 rl_copy_keymap (map)
81 Keymap map;
89 temp[i].type = map[i].type;
90 temp[i].function = map[i].function;
125 rl_discard_keymap (map)
126 Keymap map;
130 if (!map)
135 switch (map[i].type)
141 rl_discard_keymap ((Keymap)map[i].function);
145 free ((char *)map[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Dkeymaps.c80 rl_copy_keymap (map)
81 Keymap map;
89 temp[i].type = map[i].type;
90 temp[i].function = map[i].function;
125 rl_discard_keymap (map)
126 Keymap map;
130 if (!map)
135 switch (map[i].type)
141 rl_discard_keymap ((Keymap)map[i].function);
145 free ((char *)map[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Dkeymaps.c80 rl_copy_keymap (map)
81 Keymap map;
89 temp[i].type = map[i].type;
90 temp[i].function = map[i].function;
125 rl_discard_keymap (map)
126 Keymap map;
130 if (!map)
135 switch (map[i].type)
141 rl_discard_keymap ((Keymap)map[i].function);
145 free ((char *)map[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/oprofile/cell/
H A Dvma_map.c27 void vma_map_free(struct vma_to_fileoffset_map *map) argument
29 while (map) {
30 struct vma_to_fileoffset_map *next = map->next;
31 kfree(map);
32 map = next;
37 vma_map_lookup(struct vma_to_fileoffset_map *map, unsigned int vma, argument
43 * map. For those addresses the flagged value will be sent on to
50 for (; map; map = map
68 vma_map_add(struct vma_to_fileoffset_map *map, unsigned int vma, unsigned int size, unsigned int offset, unsigned int guard_ptr, unsigned int guard_val) argument
110 struct vma_to_fileoffset_map *map = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dvma_map.c27 void vma_map_free(struct vma_to_fileoffset_map *map) argument
29 while (map) {
30 struct vma_to_fileoffset_map *next = map->next;
31 kfree(map);
32 map = next;
37 vma_map_lookup(struct vma_to_fileoffset_map *map, unsigned int vma, argument
43 * map. For those addresses the flagged value will be sent on to
50 for (; map; map = map
68 vma_map_add(struct vma_to_fileoffset_map *map, unsigned int vma, unsigned int size, unsigned int offset, unsigned int guard_ptr, unsigned int guard_val) argument
110 struct vma_to_fileoffset_map *map = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dsq.c72 static inline void sq_mapping_list_add(struct sq_mapping *map) argument
82 map->next = tmp;
83 *p = map;
88 static inline void sq_mapping_list_del(struct sq_mapping *map) argument
95 if (tmp == map) {
103 static int __sq_remap(struct sq_mapping *map, pgprot_t prot) argument
108 vma = __get_vm_area(map->size, VM_ALLOC, map->sq_addr, SQ_ADDRMAX);
112 vma->phys_addr = map->addr;
115 (unsigned long)vma->addr + map
147 struct sq_mapping *map; local
210 struct sq_mapping **p, *map; local
[all...]

Completed in 381 milliseconds

1234567891011>>