Searched refs:map (Results 426 - 450 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/arch/powerpc/platforms/embedded6xx/
H A Dmpc10x.h20 * The values here don't completely map everything but should work in most
46 /* Define the type of map to use */
84 /* Set hose members to values appropriate for the mem map used */
85 #define MPC10X_SETUP_HOSE(hose, map) { \
86 (hose)->pci_mem_offset = MPC10X_MAP##map##_PCI_MEM_OFFSET; \
87 (hose)->io_space.start = MPC10X_MAP##map##_PCI_IO_START; \
88 (hose)->io_space.end = MPC10X_MAP##map##_PCI_IO_END; \
89 (hose)->mem_space.start = MPC10X_MAP##map##_PCI_MEM_START; \
90 (hose)->mem_space.end = MPC10X_MAP##map##_PCI_MEM_END; \
91 (hose)->io_base_virt = (void *)MPC10X_MAP##map##_ISA_IO_BAS
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/mlx4/
H A Dcatas.c61 i, swab32(readl(priv->catas_err.map + i)));
69 if (readl(priv->catas_err.map)) {
120 priv->catas_err.map = NULL;
125 priv->catas_err.map = ioremap(addr, priv->fw.catas_size * 4);
126 if (!priv->catas_err.map) {
127 mlx4_warn(dev, "Failed to map internal error buffer at 0x%lx\n",
145 if (priv->catas_err.map)
146 iounmap(priv->catas_err.map);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dnotify.c246 struct notify_mid_map *map = NULL; local
253 || !(map = talloc(request, struct notify_mid_map))) {
258 request->mid_map = map;
259 map->req = request;
271 map->mid = request->req->mid;
272 DLIST_ADD(sconn->smb1.notify_mid_maps, map);
312 struct notify_mid_map *map; local
315 for (map = sconn->smb1.notify_mid_maps; map; map
333 struct notify_mid_map *map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dnotify.c246 struct notify_mid_map *map = NULL; local
253 || !(map = talloc(request, struct notify_mid_map))) {
258 request->mid_map = map;
259 map->req = request;
271 map->mid = request->req->mid;
272 DLIST_ADD(sconn->smb1.notify_mid_maps, map);
312 struct notify_mid_map *map; local
315 for (map = sconn->smb1.notify_mid_maps; map; map
333 struct notify_mid_map *map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dnotify.c246 struct notify_mid_map *map = NULL; local
253 || !(map = talloc(request, struct notify_mid_map))) {
258 request->mid_map = map;
259 map->req = request;
271 map->mid = request->req->mid;
272 DLIST_ADD(sconn->smb1.notify_mid_maps, map);
312 struct notify_mid_map *map; local
315 for (map = sconn->smb1.notify_mid_maps; map; map
333 struct notify_mid_map *map; local
[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 Dsbc_gxx.c1 /* sbc_gxx.c -- MTD map driver for Arcom Control Systems SBC-MediaGX,
53 #include <linux/mtd/map.h>
103 static inline void sbc_gxx_page(struct map_info *map, unsigned long ofs) argument
114 static map_word sbc_gxx_read8(struct map_info *map, unsigned long ofs) argument
118 sbc_gxx_page(map, ofs);
124 static void sbc_gxx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
132 sbc_gxx_page(map, from);
141 static void sbc_gxx_write8(struct map_info *map, map_word d, unsigned long adr) argument
144 sbc_gxx_page(map, adr);
149 static void sbc_gxx_copy_to(struct map_info *map, unsigne argument
[all...]
H A Dsa1100-flash.c18 #include <linux/mtd/map.h>
29 struct map_info map; member in struct:sa_subdev_info
42 static void sa1100_set_vpp(struct map_info *map, int on) argument
44 struct sa_subdev_info *subdev = container_of(map, struct sa_subdev_info, map);
52 if (subdev->map.virt)
53 iounmap(subdev->map.virt);
54 release_mem_region(subdev->map.phys, subdev->map.size);
76 subdev->map
[all...]
H A Dtsunami_flash.c9 #include <linux/mtd/map.h>
17 static inline map_word tsunami_flash_read8(struct map_info *map, unsigned long offset) argument
24 static void tsunami_flash_write8(struct map_info *map, map_word value, unsigned long offset) argument
30 struct map_info *map, void *addr, unsigned long offset, ssize_t len)
43 struct map_info *map, unsigned long offset,
29 tsunami_flash_copy_from( struct map_info *map, void *addr, unsigned long offset, ssize_t len) argument
42 tsunami_flash_copy_to( struct map_info *map, unsigned long offset, const void *addr, ssize_t len) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/char/
H A Dzcore.c231 * Copy lowcore info to buffer. Use map in order to copy only register parts.
493 static void __init set_lc_mask(struct save_area *map) argument
495 memset(&map->ext_save, 0xff, sizeof(map->ext_save));
496 memset(&map->timer, 0xff, sizeof(map->timer));
497 memset(&map->clk_cmp, 0xff, sizeof(map->clk_cmp));
498 memset(&map->psw, 0xff, sizeof(map
508 set_lc_mask(struct save_area *map) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/char/
H A Dzcore.c231 * Copy lowcore info to buffer. Use map in order to copy only register parts.
493 static void __init set_lc_mask(struct save_area *map) argument
495 memset(&map->ext_save, 0xff, sizeof(map->ext_save));
496 memset(&map->timer, 0xff, sizeof(map->timer));
497 memset(&map->clk_cmp, 0xff, sizeof(map->clk_cmp));
498 memset(&map->psw, 0xff, sizeof(map
508 set_lc_mask(struct save_area *map) 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 Dsbc_gxx.c1 /* sbc_gxx.c -- MTD map driver for Arcom Control Systems SBC-MediaGX,
53 #include <linux/mtd/map.h>
103 static inline void sbc_gxx_page(struct map_info *map, unsigned long ofs) argument
114 static map_word sbc_gxx_read8(struct map_info *map, unsigned long ofs) argument
118 sbc_gxx_page(map, ofs);
124 static void sbc_gxx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
132 sbc_gxx_page(map, from);
141 static void sbc_gxx_write8(struct map_info *map, map_word d, unsigned long adr) argument
144 sbc_gxx_page(map, adr);
149 static void sbc_gxx_copy_to(struct map_info *map, unsigne argument
[all...]
H A Dsa1100-flash.c18 #include <linux/mtd/map.h>
29 struct map_info map; member in struct:sa_subdev_info
42 static void sa1100_set_vpp(struct map_info *map, int on) argument
44 struct sa_subdev_info *subdev = container_of(map, struct sa_subdev_info, map);
52 if (subdev->map.virt)
53 iounmap(subdev->map.virt);
54 release_mem_region(subdev->map.phys, subdev->map.size);
76 subdev->map
[all...]
H A Dtsunami_flash.c9 #include <linux/mtd/map.h>
17 static inline map_word tsunami_flash_read8(struct map_info *map, unsigned long offset) argument
24 static void tsunami_flash_write8(struct map_info *map, map_word value, unsigned long offset) argument
30 struct map_info *map, void *addr, unsigned long offset, ssize_t len)
43 struct map_info *map, unsigned long offset,
29 tsunami_flash_copy_from( struct map_info *map, void *addr, unsigned long offset, ssize_t len) argument
42 tsunami_flash_copy_to( struct map_info *map, unsigned long offset, const void *addr, ssize_t len) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-core.c66 unsigned map; local
68 for (map = 0; map < nr_maps; map++) {
69 sim_core_mapping *curr = core->common.map[map].first;
79 core->common.map[map].first = NULL;
106 unsigned map,
194 /* actually do occasionally get a zero size map */
103 sim_core_signal(SIM_DESC sd, sim_cpu *cpu, sim_cia cia, unsigned map, int nr_bytes, address_word addr, transfer_type transfer, sim_core_signals sig) argument
290 unsigned map; local
441 unsigned map; local
463 sim_core_find_mapping(sim_core_common *core, unsigned map, address_word addr, unsigned nr_bytes, transfer_type transfer, int abort, sim_cpu *cpu, sim_cia cia) argument
485 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, nr_bytes, addr, transfer, local
508 sim_core_read_buffer(SIM_DESC sd, sim_cpu *cpu, unsigned map, void *buffer, address_word addr, unsigned len) argument
574 sim_core_write_buffer(SIM_DESC sd, sim_cpu *cpu, unsigned map, const void *buffer, address_word addr, unsigned len) argument
701 sim_core_xor_read_buffer(SIM_DESC sd, sim_cpu *cpu, unsigned map, void *buffer, address_word addr, unsigned nr_bytes) argument
753 sim_core_xor_write_buffer(SIM_DESC sd, sim_cpu *cpu, unsigned map, const void *buffer, address_word addr, unsigned nr_bytes) argument
804 sim_core_trans_addr(SIM_DESC sd, sim_cpu *cpu, unsigned map, address_word addr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-core.c66 unsigned map; local
68 for (map = 0; map < nr_maps; map++) {
69 sim_core_mapping *curr = core->common.map[map].first;
79 core->common.map[map].first = NULL;
106 unsigned map,
194 /* actually do occasionally get a zero size map */
103 sim_core_signal(SIM_DESC sd, sim_cpu *cpu, sim_cia cia, unsigned map, int nr_bytes, address_word addr, transfer_type transfer, sim_core_signals sig) argument
290 unsigned map; local
441 unsigned map; local
463 sim_core_find_mapping(sim_core_common *core, unsigned map, address_word addr, unsigned nr_bytes, transfer_type transfer, int abort, sim_cpu *cpu, sim_cia cia) argument
485 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, nr_bytes, addr, transfer, local
508 sim_core_read_buffer(SIM_DESC sd, sim_cpu *cpu, unsigned map, void *buffer, address_word addr, unsigned len) argument
574 sim_core_write_buffer(SIM_DESC sd, sim_cpu *cpu, unsigned map, const void *buffer, address_word addr, unsigned len) argument
701 sim_core_xor_read_buffer(SIM_DESC sd, sim_cpu *cpu, unsigned map, void *buffer, address_word addr, unsigned nr_bytes) argument
753 sim_core_xor_write_buffer(SIM_DESC sd, sim_cpu *cpu, unsigned map, const void *buffer, address_word addr, unsigned nr_bytes) argument
804 sim_core_trans_addr(SIM_DESC sd, sim_cpu *cpu, unsigned map, address_word addr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-core.c66 unsigned map; local
68 for (map = 0; map < nr_maps; map++) {
69 sim_core_mapping *curr = core->common.map[map].first;
79 core->common.map[map].first = NULL;
106 unsigned map,
194 /* actually do occasionally get a zero size map */
103 sim_core_signal(SIM_DESC sd, sim_cpu *cpu, sim_cia cia, unsigned map, int nr_bytes, address_word addr, transfer_type transfer, sim_core_signals sig) argument
290 unsigned map; local
441 unsigned map; local
463 sim_core_find_mapping(sim_core_common *core, unsigned map, address_word addr, unsigned nr_bytes, transfer_type transfer, int abort, sim_cpu *cpu, sim_cia cia) argument
485 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, nr_bytes, addr, transfer, local
508 sim_core_read_buffer(SIM_DESC sd, sim_cpu *cpu, unsigned map, void *buffer, address_word addr, unsigned len) argument
574 sim_core_write_buffer(SIM_DESC sd, sim_cpu *cpu, unsigned map, const void *buffer, address_word addr, unsigned len) argument
701 sim_core_xor_read_buffer(SIM_DESC sd, sim_cpu *cpu, unsigned map, void *buffer, address_word addr, unsigned nr_bytes) argument
753 sim_core_xor_write_buffer(SIM_DESC sd, sim_cpu *cpu, unsigned map, const void *buffer, address_word addr, unsigned nr_bytes) argument
804 sim_core_trans_addr(SIM_DESC sd, sim_cpu *cpu, unsigned map, address_word addr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DKeysIndex.java33 private SortedMap<SK,PK> map; field in class:KeysIndex
48 * Of the EntityIndex methods only get()/map()/sortedMap() are implemented
74 public Map<SK,PK> map() { method in class:KeysIndex
79 if (map == null) {
80 map = new StoredSortedMap(db, keyBinding, pkeyBinding, true);
82 return map;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/chips/
H A Dfwh_lock.h28 static int fwh_xxlock_oneblock(struct map_info *map, struct flchip *chip, argument
31 struct cfi_private *cfi = map->fldrv_priv;
51 * map offset could cause problems.
62 ret = get_chip(map, chip, adr, FL_LOCKING);
70 map_write(map, CMD(xxlt->val), adr);
74 put_chip(map, chip, adr);
/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 Dfwh_lock.h28 static int fwh_xxlock_oneblock(struct map_info *map, struct flchip *chip, argument
31 struct cfi_private *cfi = map->fldrv_priv;
51 * map offset could cause problems.
62 ret = get_chip(map, chip, adr, FL_LOCKING);
70 map_write(map, CMD(xxlt->val), adr);
74 put_chip(map, chip, adr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DKeysIndex.java33 private SortedMap<SK,PK> map; field in class:KeysIndex
48 * Of the EntityIndex methods only get()/map()/sortedMap() are implemented
74 public Map<SK,PK> map() { method in class:KeysIndex
79 if (map == null) {
80 map = new StoredSortedMap(db, keyBinding, pkeyBinding, true);
82 return map;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DKeysIndex.java33 private SortedMap<SK,PK> map; field in class:KeysIndex
48 * Of the EntityIndex methods only get()/map()/sortedMap() are implemented
74 public Map<SK,PK> map() { method in class:KeysIndex
79 if (map == null) {
80 map = new StoredSortedMap(db, keyBinding, pkeyBinding, true);
82 return map;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/winbindd/
H A Didmap_tdb2.c81 DEBUGADD(1, ("idmap will be unable to map foreign SIDs\n"));
87 DEBUGADD(1, ("idmap will be unable to map foreign SIDs\n"));
474 DEBUG(10, ("Storing %s <-> %s map\n", state->ksidstr, state->kidstr));
496 /* try to remove the previous stored SID -> ID map */
524 static NTSTATUS idmap_tdb2_script(struct idmap_tdb2_context *ctx, struct id_map *map, argument
556 map->xid.id = v;
557 map->xid.type = ID_TYPE_UID;
559 map->xid.id = v;
560 map->xid.type = ID_TYPE_GID;
562 if (!string_to_sid(map
581 idmap_tdb2_id_to_sid(struct idmap_tdb2_context *ctx, struct id_map *map) argument
682 idmap_tdb2_sid_to_id(struct idmap_tdb2_context *ctx, struct id_map *map) argument
857 idmap_tdb2_set_mapping(struct idmap_domain *dom, const struct id_map *map) argument
916 idmap_tdb2_remove_mapping(struct idmap_domain *dom, const struct id_map *map) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/winbindd/
H A Didmap_tdb2.c81 DEBUGADD(1, ("idmap will be unable to map foreign SIDs\n"));
87 DEBUGADD(1, ("idmap will be unable to map foreign SIDs\n"));
474 DEBUG(10, ("Storing %s <-> %s map\n", state->ksidstr, state->kidstr));
496 /* try to remove the previous stored SID -> ID map */
524 static NTSTATUS idmap_tdb2_script(struct idmap_tdb2_context *ctx, struct id_map *map, argument
556 map->xid.id = v;
557 map->xid.type = ID_TYPE_UID;
559 map->xid.id = v;
560 map->xid.type = ID_TYPE_GID;
562 if (!string_to_sid(map
581 idmap_tdb2_id_to_sid(struct idmap_tdb2_context *ctx, struct id_map *map) argument
682 idmap_tdb2_sid_to_id(struct idmap_tdb2_context *ctx, struct id_map *map) argument
857 idmap_tdb2_set_mapping(struct idmap_domain *dom, const struct id_map *map) argument
916 idmap_tdb2_remove_mapping(struct idmap_domain *dom, const struct id_map *map) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/winbindd/
H A Didmap_tdb2.c81 DEBUGADD(1, ("idmap will be unable to map foreign SIDs\n"));
87 DEBUGADD(1, ("idmap will be unable to map foreign SIDs\n"));
474 DEBUG(10, ("Storing %s <-> %s map\n", state->ksidstr, state->kidstr));
496 /* try to remove the previous stored SID -> ID map */
524 static NTSTATUS idmap_tdb2_script(struct idmap_tdb2_context *ctx, struct id_map *map, argument
556 map->xid.id = v;
557 map->xid.type = ID_TYPE_UID;
559 map->xid.id = v;
560 map->xid.type = ID_TYPE_GID;
562 if (!string_to_sid(map
581 idmap_tdb2_id_to_sid(struct idmap_tdb2_context *ctx, struct id_map *map) argument
682 idmap_tdb2_sid_to_id(struct idmap_tdb2_context *ctx, struct id_map *map) argument
857 idmap_tdb2_set_mapping(struct idmap_domain *dom, const struct id_map *map) argument
916 idmap_tdb2_remove_mapping(struct idmap_domain *dom, const struct id_map *map) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/crush/
H A Dmapper.c30 * @map: the crush_map
35 int crush_find_rule(struct crush_map *map, int ruleset, int type, int size) argument
39 for (i = 0; i < map->max_rules; i++) {
40 if (map->rules[i] &&
41 map->rules[i]->mask.ruleset == ruleset &&
42 map->rules[i]->mask.type == type &&
43 map->rules[i]->mask.min_size <= size &&
44 map->rules[i]->mask.max_size >= size)
265 static int is_out(struct crush_map *map, __u32 *weight, int item, int x) argument
279 * @map
290 crush_choose(struct crush_map *map, struct crush_bucket *bucket, __u32 *weight, int x, int numrep, int type, int *out, int outpos, int firstn, int recurse_to_leaf, int *out2) argument
459 crush_do_rule(struct crush_map *map, int ruleno, int x, int *result, int result_max, int force, __u32 *weight) argument
[all...]

Completed in 309 milliseconds

<<11121314151617181920>>