Searched refs:map (Results 451 - 475 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/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Dbind.c144 rl_bind_key_in_map (key, function, map)
147 Keymap map;
153 _rl_keymap = map;
199 rl_unbind_key_in_map (key, map)
201 Keymap map;
203 return (rl_bind_key_in_map (key, (rl_command_func_t *)NULL, map));
208 rl_unbind_function_in_map (func, map)
210 Keymap map;
216 if (map[i].type == ISFUNC && map[
1710 Keymap map; member in struct:__anon3488
[all...]
H A Dreadline.c661 another key, and dispatch into that map. */
663 _rl_dispatch (key, map)
665 Keymap map;
667 _rl_dispatching_keymap = map;
668 return _rl_dispatch_subseq (key, map, 0);
672 _rl_dispatch_subseq (key, map, got_subseq)
674 Keymap map;
686 if (map[ESC].type == ISKMAP)
690 map = FUNCTION_TO_KEYMAP (map, ES
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Dbind.c144 rl_bind_key_in_map (key, function, map)
147 Keymap map;
153 _rl_keymap = map;
199 rl_unbind_key_in_map (key, map)
201 Keymap map;
203 return (rl_bind_key_in_map (key, (rl_command_func_t *)NULL, map));
208 rl_unbind_function_in_map (func, map)
210 Keymap map;
216 if (map[i].type == ISFUNC && map[
1710 Keymap map; member in struct:__anon2583
[all...]
H A Dreadline.c661 another key, and dispatch into that map. */
663 _rl_dispatch (key, map)
665 Keymap map;
667 _rl_dispatching_keymap = map;
668 return _rl_dispatch_subseq (key, map, 0);
672 _rl_dispatch_subseq (key, map, got_subseq)
674 Keymap map;
686 if (map[ESC].type == ISKMAP)
690 map = FUNCTION_TO_KEYMAP (map, ES
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Dbind.c144 rl_bind_key_in_map (key, function, map)
147 Keymap map;
153 _rl_keymap = map;
199 rl_unbind_key_in_map (key, map)
201 Keymap map;
203 return (rl_bind_key_in_map (key, (rl_command_func_t *)NULL, map));
208 rl_unbind_function_in_map (func, map)
210 Keymap map;
216 if (map[i].type == ISFUNC && map[
1710 Keymap map; member in struct:__anon37513
[all...]
H A Dreadline.c661 another key, and dispatch into that map. */
663 _rl_dispatch (key, map)
665 Keymap map;
667 _rl_dispatching_keymap = map;
668 return _rl_dispatch_subseq (key, map, 0);
672 _rl_dispatch_subseq (key, map, got_subseq)
674 Keymap map;
686 if (map[ESC].type == ISKMAP)
690 map = FUNCTION_TO_KEYMAP (map, ES
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nsswitch/
H A Didmap_rid.c2 * idmap_rid: static map between Active Directory/NT RIDs and RFC 2307 accounts
109 static NTSTATUS idmap_rid_id_to_sid(TALLOC_CTX *memctx, struct idmap_rid_context *ctx, struct id_map *map) argument
114 if ((map->xid.id < ctx->low_id) || (map->xid.id > ctx->high_id)) {
116 map->xid.id, ctx->low_id, ctx->high_id));
124 sid_compose(map->sid, &domain->sid, map->xid.id - ctx->low_id + ctx->base_rid);
130 map->status = ID_MAPPED;
139 static NTSTATUS idmap_rid_sid_to_id(TALLOC_CTX *memctx, struct idmap_rid_context *ctx, struct id_map *map) argument
143 sid_peek_rid(map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/omfs/
H A Dbitmap.c47 static int set_run(struct super_block *sb, int map, argument
56 bh = sb_bread(sb, clus_to_blk(sbi, sbi->s_bitmap_ino) + map);
63 map++;
68 clus_to_blk(sbi, sbi->s_bitmap_ino) + map);
73 set_bit(bit, sbi->s_imap[map]);
76 clear_bit(bit, sbi->s_imap[map]);
95 unsigned int map, bit; local
101 map = tmp;
104 if (map >= sbi->s_imap_size || test_and_set_bit(bit, sbi->s_imap[map]))
179 unsigned int map, bit; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/common/tuners/
H A Dtda18271-fe.c28 "(info=1, map=2, reg=4, adv=8, cal=16 (or-able))");
85 struct tda18271_std_map_item *map,
97 regs[R_EP3] |= (map->agc_mode << 3) | map->std;
109 regs[R_EP4] |= (map->if_lvl << 2);
113 regs[R_EP4] |= map->fm_rfn << 7;
117 regs[R_EB22] |= map->rfagc_top;
165 N = map->if_freq * 1000 + freq;
199 if (map->fm_rfn)
257 struct tda18271_rf_tracking_filter_cal *map local
84 tda18271_channel_configuration(struct dvb_frontend *fe, struct tda18271_std_map_item *map, u32 freq, u32 bw) argument
573 struct tda18271_rf_tracking_filter_cal *map = priv->rf_cal_state; local
894 tda18271_tune(struct dvb_frontend *fe, struct tda18271_std_map_item *map, u32 freq, u32 bw) argument
935 struct tda18271_std_map_item *map; local
1000 struct tda18271_std_map_item *map; local
1123 tda18271_update_std_map(struct dvb_frontend *fe, struct tda18271_std_map *map) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtda18271-fe.c28 "(info=1, map=2, reg=4, adv=8, cal=16 (or-able))");
85 struct tda18271_std_map_item *map,
97 regs[R_EP3] |= (map->agc_mode << 3) | map->std;
109 regs[R_EP4] |= (map->if_lvl << 2);
113 regs[R_EP4] |= map->fm_rfn << 7;
117 regs[R_EB22] |= map->rfagc_top;
165 N = map->if_freq * 1000 + freq;
199 if (map->fm_rfn)
257 struct tda18271_rf_tracking_filter_cal *map local
84 tda18271_channel_configuration(struct dvb_frontend *fe, struct tda18271_std_map_item *map, u32 freq, u32 bw) argument
573 struct tda18271_rf_tracking_filter_cal *map = priv->rf_cal_state; local
894 tda18271_tune(struct dvb_frontend *fe, struct tda18271_std_map_item *map, u32 freq, u32 bw) argument
935 struct tda18271_std_map_item *map; local
1000 struct tda18271_std_map_item *map; local
1123 tda18271_update_std_map(struct dvb_frontend *fe, struct tda18271_std_map *map) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/omfs/
H A Dbitmap.c47 static int set_run(struct super_block *sb, int map, argument
56 bh = sb_bread(sb, clus_to_blk(sbi, sbi->s_bitmap_ino) + map);
63 map++;
68 clus_to_blk(sbi, sbi->s_bitmap_ino) + map);
73 set_bit(bit, sbi->s_imap[map]);
76 clear_bit(bit, sbi->s_imap[map]);
95 unsigned int map, bit; local
101 map = tmp;
104 if (map >= sbi->s_imap_size || test_and_set_bit(bit, sbi->s_imap[map]))
179 unsigned int map, bit; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/winbindd/
H A Didmap_rid.c2 * idmap_rid: static map between Active Directory/NT RIDs and RFC 2307 accounts
108 static NTSTATUS idmap_rid_id_to_sid(TALLOC_CTX *memctx, struct idmap_rid_context *ctx, struct id_map *map) argument
113 if ((map->xid.id < ctx->low_id) || (map->xid.id > ctx->high_id)) {
115 map->xid.id, ctx->low_id, ctx->high_id));
123 sid_compose(map->sid, &domain->sid, map->xid.id - ctx->low_id + ctx->base_rid);
129 map->status = ID_MAPPED;
138 static NTSTATUS idmap_rid_sid_to_id(TALLOC_CTX *memctx, struct idmap_rid_context *ctx, struct id_map *map) argument
142 sid_peek_rid(map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Didmap_rid.c2 * idmap_rid: static map between Active Directory/NT RIDs and RFC 2307 accounts
109 static NTSTATUS idmap_rid_id_to_sid(TALLOC_CTX *memctx, struct idmap_rid_context *ctx, struct id_map *map) argument
114 if ((map->xid.id < ctx->low_id) || (map->xid.id > ctx->high_id)) {
116 map->xid.id, ctx->low_id, ctx->high_id));
124 sid_compose(map->sid, &domain->sid, map->xid.id - ctx->low_id + ctx->base_rid);
130 map->status = ID_MAPPED;
139 static NTSTATUS idmap_rid_sid_to_id(TALLOC_CTX *memctx, struct idmap_rid_context *ctx, struct id_map *map) argument
143 sid_peek_rid(map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/winbindd/
H A Didmap_rid.c2 * idmap_rid: static map between Active Directory/NT RIDs and RFC 2307 accounts
108 static NTSTATUS idmap_rid_id_to_sid(TALLOC_CTX *memctx, struct idmap_rid_context *ctx, struct id_map *map) argument
113 if ((map->xid.id < ctx->low_id) || (map->xid.id > ctx->high_id)) {
115 map->xid.id, ctx->low_id, ctx->high_id));
123 sid_compose(map->sid, &domain->sid, map->xid.id - ctx->low_id + ctx->base_rid);
129 map->status = ID_MAPPED;
138 static NTSTATUS idmap_rid_sid_to_id(TALLOC_CTX *memctx, struct idmap_rid_context *ctx, struct id_map *map) argument
142 sid_peek_rid(map
[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_rid.c2 * idmap_rid: static map between Active Directory/NT RIDs and RFC 2307 accounts
108 static NTSTATUS idmap_rid_id_to_sid(TALLOC_CTX *memctx, struct idmap_rid_context *ctx, struct id_map *map) argument
113 if ((map->xid.id < ctx->low_id) || (map->xid.id > ctx->high_id)) {
115 map->xid.id, ctx->low_id, ctx->high_id));
123 sid_compose(map->sid, &domain->sid, map->xid.id - ctx->low_id + ctx->base_rid);
129 map->status = ID_MAPPED;
138 static NTSTATUS idmap_rid_sid_to_id(TALLOC_CTX *memctx, struct idmap_rid_context *ctx, struct id_map *map) argument
142 sid_peek_rid(map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Didmap_rid.c2 * idmap_rid: static map between Active Directory/NT RIDs and RFC 2307 accounts
109 static NTSTATUS idmap_rid_id_to_sid(TALLOC_CTX *memctx, struct idmap_rid_context *ctx, struct id_map *map) argument
114 if ((map->xid.id < ctx->low_id) || (map->xid.id > ctx->high_id)) {
116 map->xid.id, ctx->low_id, ctx->high_id));
124 sid_compose(map->sid, &domain->sid, map->xid.id - ctx->low_id + ctx->base_rid);
130 map->status = ID_MAPPED;
139 static NTSTATUS idmap_rid_sid_to_id(TALLOC_CTX *memctx, struct idmap_rid_context *ctx, struct id_map *map) argument
143 sid_peek_rid(map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Devmap.c111 #define GET_IO_SLOT(x, map, slot, type) \
115 _ent = HT_FIND(event_io_map, map, &_key); \
119 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
123 _HT_FIND_OR_INSERT(event_io_map, map_node, hashsocket, map, \
134 _HT_FOI_INSERT(map_node, map, &_key, _ent, ptr) \
156 /* Set the variable 'x' to the field in event_map 'map' with fields of type
159 #define GET_SIGNAL_SLOT(x, map, slot, type) \
160 (x) = (struct type *)((map)->entries[slot])
166 #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
168 if ((map)
202 evmap_make_space(struct event_signal_map *map, int slot, int msize) argument
421 struct event_signal_map *map = &base->sigmap; local
447 struct event_signal_map *map = &base->sigmap; local
468 struct event_signal_map *map = &base->sigmap; local
480 evmap_io_get_fdinfo(struct event_io_map *map, evutil_socket_t fd) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Devmap.c111 #define GET_IO_SLOT(x, map, slot, type) \
115 _ent = HT_FIND(event_io_map, map, &_key); \
119 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
123 _HT_FIND_OR_INSERT(event_io_map, map_node, hashsocket, map, \
134 _HT_FOI_INSERT(map_node, map, &_key, _ent, ptr) \
156 /* Set the variable 'x' to the field in event_map 'map' with fields of type
159 #define GET_SIGNAL_SLOT(x, map, slot, type) \
160 (x) = (struct type *)((map)->entries[slot])
166 #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
168 if ((map)
202 evmap_make_space(struct event_signal_map *map, int slot, int msize) argument
421 struct event_signal_map *map = &base->sigmap; local
447 struct event_signal_map *map = &base->sigmap; local
468 struct event_signal_map *map = &base->sigmap; local
480 evmap_io_get_fdinfo(struct event_io_map *map, evutil_socket_t fd) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
H A Devmap.c111 #define GET_IO_SLOT(x, map, slot, type) \
115 _ent = HT_FIND(event_io_map, map, &_key); \
119 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
123 _HT_FIND_OR_INSERT(event_io_map, map_node, hashsocket, map, \
134 _HT_FOI_INSERT(map_node, map, &_key, _ent, ptr) \
156 /* Set the variable 'x' to the field in event_map 'map' with fields of type
159 #define GET_SIGNAL_SLOT(x, map, slot, type) \
160 (x) = (struct type *)((map)->entries[slot])
166 #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
168 if ((map)
202 evmap_make_space(struct event_signal_map *map, int slot, int msize) argument
421 struct event_signal_map *map = &base->sigmap; local
447 struct event_signal_map *map = &base->sigmap; local
468 struct event_signal_map *map = &base->sigmap; local
480 evmap_io_get_fdinfo(struct event_io_map *map, evutil_socket_t fd) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/
H A Drpcb_clnt.c157 struct rpcbind_args *map = data; local
159 rpcb_wake_rpcbind_waiters(map->r_xprt, map->r_status);
160 xprt_put(map->r_xprt);
161 kfree(map->r_addr);
162 kfree(map);
308 struct rpcbind_args map = { local
315 .rpc_argp = &map,
341 struct rpcbind_args *map = msg->rpc_argp; local
345 map
368 struct rpcbind_args *map = msg->rpc_argp; local
390 struct rpcbind_args *map = msg->rpc_argp; local
448 struct rpcbind_args map = { local
480 struct rpcbind_args map = { local
514 rpcb_call_async(struct rpc_clnt *rpcb_clnt, struct rpcbind_args *map, struct rpc_procinfo *proc) argument
568 static struct rpcbind_args *map; local
693 struct rpcbind_args *map = data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/
H A Drpcb_clnt.c157 struct rpcbind_args *map = data; local
159 rpcb_wake_rpcbind_waiters(map->r_xprt, map->r_status);
160 xprt_put(map->r_xprt);
161 kfree(map->r_addr);
162 kfree(map);
308 struct rpcbind_args map = { local
315 .rpc_argp = &map,
341 struct rpcbind_args *map = msg->rpc_argp; local
345 map
368 struct rpcbind_args *map = msg->rpc_argp; local
390 struct rpcbind_args *map = msg->rpc_argp; local
448 struct rpcbind_args map = { local
480 struct rpcbind_args map = { local
514 rpcb_call_async(struct rpc_clnt *rpcb_clnt, struct rpcbind_args *map, struct rpc_procinfo *proc) argument
568 static struct rpcbind_args *map; local
693 struct rpcbind_args *map = data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pcmcia/
H A Dvrc4173_cardu.c252 u_char map; local
254 map = io->map;
255 if (map > 1)
258 io->start = exca_readw(socket, IO_WIN_SA(map));
259 io->stop = exca_readw(socket, IO_WIN_EA(map));
263 io->flags = (window & IO_WIN_EN(map)) ? MAP_ACTIVE : 0;
264 if (ioctl & IO_WIN_DATA_AUTOSZ(map))
266 else if (ioctl & IO_WIN_DATA_16BIT(map))
277 u_char map; local
310 u_char map; local
345 u_char map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pcmcia/
H A Dvrc4173_cardu.c252 u_char map; local
254 map = io->map;
255 if (map > 1)
258 io->start = exca_readw(socket, IO_WIN_SA(map));
259 io->stop = exca_readw(socket, IO_WIN_EA(map));
263 io->flags = (window & IO_WIN_EN(map)) ? MAP_ACTIVE : 0;
264 if (ioctl & IO_WIN_DATA_AUTOSZ(map))
266 else if (ioctl & IO_WIN_DATA_16BIT(map))
277 u_char map; local
310 u_char map; local
345 u_char map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/debug/
H A Dmap.h1 // Debugging map implementation -*- C++ -*-
26 /** @file debug/map.h
41 /// Class std::map with safety/checking/debug instrumentation.
44 class map class in namespace:__debug
45 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
49 typedef __gnu_debug::_Safe_sequence<map> _Safe_base;
64 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, map>
66 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, map>
77 explicit map(const _Compare& __comp = _Compare(), function in class:__debug::map
82 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map
90 map(const map& __x) function in class:__debug::map
93 map(const _Base& __x) function in class:__debug::map
97 map(map&& __x) function in class:__debug::map
101 map(initializer_list<value_type> __l, function in class:__debug::map
422 operator ==(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
429 operator !=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
436 operator <(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
443 operator <=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
450 operator >=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
457 operator >(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
[all...]

Completed in 494 milliseconds

<<11121314151617181920>>