Searched refs:map (Results 251 - 275 of 4005) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/lpddr/
H A Dlpddr_cmds.c43 static int get_chip(struct map_info *map, struct flchip *chip, int mode);
44 static int chip_ready(struct map_info *map, struct flchip *chip, int mode);
45 static void put_chip(struct map_info *map, struct flchip *chip);
47 struct mtd_info *lpddr_cmdset(struct map_info *map) argument
49 struct lpddr_private *lpddr = map->fldrv_priv;
61 mtd->priv = map;
79 if (map_is_linear(map)) {
119 static int wait_for_ready(struct map_info *map, struct flchip *chip, argument
135 dsr = CMDVAL(map_read(map, map
192 get_chip(struct map_info *map, struct flchip *chip, int mode) argument
288 chip_ready(struct map_info *map, struct flchip *chip, int mode) argument
347 put_chip(struct map_info *map, struct flchip *chip) argument
403 do_write_buffer(struct map_info *map, struct flchip *chip, unsigned long adr, const struct kvec **pvec, unsigned long *pvec_seek, int len) argument
486 struct map_info *map = mtd->priv; local
514 struct map_info *map = mtd->priv; local
538 struct map_info *map = mtd->priv; local
592 struct map_info *map = mtd->priv; local
646 struct map_info *map = mtd->priv; local
696 struct map_info *map = mtd->priv; local
724 struct map_info *map = mtd->priv; local
766 word_program(struct map_info *map, loff_t adr, uint32_t curval) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-dove/
H A DMakefile1 obj-y += common.o addr-map.o irq.o pcie.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-w90x900/
H A Dmach-nuc910evb.c18 #include <asm/mach/map.h>
20 #include <mach/map.h>
H A Dmach-nuc960evb.c18 #include <asm/mach/map.h>
20 #include <mach/map.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/boot/
H A Dinstall.sh19 # $3 - kernel map file
54 back_it_up $4/System.map
57 cp $3 $4/System.map
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-nuc93x/
H A Dmach-nuc932evb.c18 #include <asm/mach/map.h>
20 #include <mach/map.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap1/
H A Dflash.c10 #include <linux/mtd/map.h>
15 void omap1_set_vpp(struct map_info *map, int enable) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/boot/
H A Dinstall.sh19 # $3 - kernel map file
54 back_it_up $4/System.map
57 cp $3 $4/System.map
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-w90x900/
H A Dmach-nuc910evb.c18 #include <asm/mach/map.h>
20 #include <mach/map.h>
H A Dmach-nuc960evb.c18 #include <asm/mach/map.h>
20 #include <mach/map.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-dove/
H A DMakefile1 obj-y += common.o addr-map.o irq.o pcie.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-nuc93x/
H A Dmach-nuc932evb.c18 #include <asm/mach/map.h>
20 #include <mach/map.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dflash.c10 #include <linux/mtd/map.h>
15 void omap1_set_vpp(struct map_info *map, int enable) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/scripts/idmap/
H A Didmap_nis.sh2 # idmap script to map SIDs to UIDs/GIDs using NIS
22 # map from a domain and name to a uid/gid
30 map="passwd"
34 map="group"
41 id=$(ypmatch "$name" "$map".byname 2>/dev/null | cut -d: -f3)
43 echo "ERR: bad match for $name in map $map"
49 # map from a unix id to a name
55 map="passwd.byuid"
58 map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/scripts/idmap/
H A Didmap_nis.sh2 # idmap script to map SIDs to UIDs/GIDs using NIS
22 # map from a domain and name to a uid/gid
30 map="passwd"
34 map="group"
41 id=$(ypmatch "$name" "$map".byname 2>/dev/null | cut -d: -f3)
43 echo "ERR: bad match for $name in map $map"
49 # map from a unix id to a name
55 map="passwd.byuid"
58 map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Droutemap.c1 /* Route map function.
38 /* Route map rule. This rule has both `match' rule and `set' rule. */
55 /* Making route map list. */
66 /* Master list of route map. */
76 /* New route map allocation. Please note route map's name must be
92 struct route_map *map; local
95 map = route_map_new (name);
98 map->next = NULL;
99 map
115 route_map_delete(struct route_map *map) argument
153 struct route_map *map; local
166 struct route_map *map; local
193 route_map_empty(struct route_map *map) argument
203 vty_show_route_map_entry(struct vty *vty, struct route_map *map) argument
254 struct route_map *map; local
331 route_map_index_lookup(struct route_map *map, enum route_map_type type, int pref) argument
345 route_map_index_add(struct route_map *map, enum route_map_type type, int pref) argument
397 route_map_index_get(struct route_map *map, enum route_map_type type, int pref) argument
774 route_map_apply(struct route_map *map, struct prefix *prefix, route_map_object_t type, void *object) argument
914 struct route_map *map; variable in typeref:struct:route_map
959 struct route_map *map; variable in typeref:struct:route_map
969 route_map_delete (map); variable
986 struct route_map *map; variable in typeref:struct:route_map
1038 route_map_delete (map); variable
1248 struct route_map *map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Droutemap.c1 /* Route map function.
38 /* Route map rule. This rule has both `match' rule and `set' rule. */
55 /* Making route map list. */
66 /* Master list of route map. */
76 /* New route map allocation. Please note route map's name must be
92 struct route_map *map; local
95 map = route_map_new (name);
98 map->next = NULL;
99 map
115 route_map_delete(struct route_map *map) argument
153 struct route_map *map; local
166 struct route_map *map; local
193 route_map_empty(struct route_map *map) argument
203 vty_show_route_map_entry(struct vty *vty, struct route_map *map) argument
254 struct route_map *map; local
331 route_map_index_lookup(struct route_map *map, enum route_map_type type, int pref) argument
345 route_map_index_add(struct route_map *map, enum route_map_type type, int pref) argument
397 route_map_index_get(struct route_map *map, enum route_map_type type, int pref) argument
774 route_map_apply(struct route_map *map, struct prefix *prefix, route_map_object_t type, void *object) argument
914 struct route_map *map; variable in typeref:struct:route_map
959 struct route_map *map; variable in typeref:struct:route_map
969 route_map_delete (map); variable
986 struct route_map *map; variable in typeref:struct:route_map
1038 route_map_delete (map); variable
1248 struct route_map *map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Droutemap.c1 /* Route map function.
38 /* Route map rule. This rule has both `match' rule and `set' rule. */
55 /* Making route map list. */
66 /* Master list of route map. */
76 /* New route map allocation. Please note route map's name must be
92 struct route_map *map; local
95 map = route_map_new (name);
98 map->next = NULL;
99 map
115 route_map_delete(struct route_map *map) argument
153 struct route_map *map; local
166 struct route_map *map; local
193 route_map_empty(struct route_map *map) argument
203 vty_show_route_map_entry(struct vty *vty, struct route_map *map) argument
254 struct route_map *map; local
331 route_map_index_lookup(struct route_map *map, enum route_map_type type, int pref) argument
345 route_map_index_add(struct route_map *map, enum route_map_type type, int pref) argument
397 route_map_index_get(struct route_map *map, enum route_map_type type, int pref) argument
774 route_map_apply(struct route_map *map, struct prefix *prefix, route_map_object_t type, void *object) argument
914 struct route_map *map; variable in typeref:struct:route_map
959 struct route_map *map; variable in typeref:struct:route_map
969 route_map_delete (map); variable
986 struct route_map *map; variable in typeref:struct:route_map
1038 route_map_delete (map); variable
1248 struct route_map *map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dnet_groupmap.c65 GROUP_MAP map; local
69 if (!pdb_getgrnam(&map, input)) {
73 *sid = map.sid;
88 static void print_map_entry ( GROUP_MAP map, BOOL long_list ) argument
91 d_printf("%s (%s) -> %s\n", map.nt_name,
92 sid_string_static(&map.sid), gidtoname(map.gid));
94 d_printf("%s\n", map.nt_name);
95 d_printf("\tSID : %s\n", sid_string_static(&map.sid));
96 d_printf("\tUnix gid : %d\n", map
146 GROUP_MAP map; local
164 GROUP_MAP *map=NULL; local
195 GROUP_MAP map; local
342 GROUP_MAP map; local
529 GROUP_MAP map; local
637 GROUP_MAP *map = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dnet_groupmap.c33 GROUP_MAP map; local
37 if (!pdb_getgrnam(&map, input)) {
42 *sid = map.sid;
58 static void print_map_entry ( GROUP_MAP map, bool long_list ) argument
61 d_printf("%s (%s) -> %s\n", map.nt_name,
62 sid_string_tos(&map.sid), gidtoname(map.gid));
64 d_printf("%s\n", map.nt_name);
65 d_printf(_("\tSID : %s\n"), sid_string_tos(&map.sid));
66 d_printf(_("\tUnix gid : %u\n"), (unsigned int)map
127 GROUP_MAP map; local
147 GROUP_MAP *map=NULL; local
178 GROUP_MAP map; local
340 GROUP_MAP map; local
553 GROUP_MAP map; local
672 GROUP_MAP *map = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dnet_groupmap.c65 GROUP_MAP map; local
69 if (!pdb_getgrnam(&map, input)) {
73 *sid = map.sid;
88 static void print_map_entry ( GROUP_MAP map, BOOL long_list ) argument
91 d_printf("%s (%s) -> %s\n", map.nt_name,
92 sid_string_static(&map.sid), gidtoname(map.gid));
94 d_printf("%s\n", map.nt_name);
95 d_printf("\tSID : %s\n", sid_string_static(&map.sid));
96 d_printf("\tUnix gid : %d\n", map
146 GROUP_MAP map; local
164 GROUP_MAP *map=NULL; local
195 GROUP_MAP map; local
342 GROUP_MAP map; local
529 GROUP_MAP map; local
637 GROUP_MAP *map = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dnet_groupmap.c33 GROUP_MAP map; local
37 if (!pdb_getgrnam(&map, input)) {
42 *sid = map.sid;
58 static void print_map_entry ( GROUP_MAP map, bool long_list ) argument
61 d_printf("%s (%s) -> %s\n", map.nt_name,
62 sid_string_tos(&map.sid), gidtoname(map.gid));
64 d_printf("%s\n", map.nt_name);
65 d_printf(_("\tSID : %s\n"), sid_string_tos(&map.sid));
66 d_printf(_("\tUnix gid : %u\n"), (unsigned int)map
127 GROUP_MAP map; local
147 GROUP_MAP *map=NULL; local
178 GROUP_MAP map; local
340 GROUP_MAP map; local
553 GROUP_MAP map; local
672 GROUP_MAP *map = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dnet_groupmap.c33 GROUP_MAP map; local
37 if (!pdb_getgrnam(&map, input)) {
42 *sid = map.sid;
58 static void print_map_entry ( GROUP_MAP map, bool long_list ) argument
61 d_printf("%s (%s) -> %s\n", map.nt_name,
62 sid_string_tos(&map.sid), gidtoname(map.gid));
64 d_printf("%s\n", map.nt_name);
65 d_printf(_("\tSID : %s\n"), sid_string_tos(&map.sid));
66 d_printf(_("\tUnix gid : %u\n"), (unsigned int)map
127 GROUP_MAP map; local
147 GROUP_MAP *map=NULL; local
178 GROUP_MAP map; local
340 GROUP_MAP map; local
553 GROUP_MAP map; local
672 GROUP_MAP *map = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dnet_groupmap.c65 GROUP_MAP map; local
69 if (!pdb_getgrnam(&map, input)) {
73 *sid = map.sid;
88 static void print_map_entry ( GROUP_MAP map, BOOL long_list ) argument
91 d_printf("%s (%s) -> %s\n", map.nt_name,
92 sid_string_static(&map.sid), gidtoname(map.gid));
94 d_printf("%s\n", map.nt_name);
95 d_printf("\tSID : %s\n", sid_string_static(&map.sid));
96 d_printf("\tUnix gid : %d\n", map
146 GROUP_MAP map; local
164 GROUP_MAP *map=NULL; local
195 GROUP_MAP map; local
342 GROUP_MAP map; local
529 GROUP_MAP map; local
637 GROUP_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/fs/xfs/
H A Dxfs_bit.c34 xfs_bitmap_empty(uint *map, uint size) argument
40 ret |= map[i];
51 xfs_contig_bits(uint *map, uint size, uint start_bit) argument
53 uint * p = ((unsigned int *) map) + (start_bit >> BIT_TO_WORD_SHIFT);
90 int xfs_next_bit(uint *map, uint size, uint start_bit) argument
92 uint * p = ((unsigned int *) map) + (start_bit >> BIT_TO_WORD_SHIFT);

Completed in 472 milliseconds

<<11121314151617181920>>