Searched refs:next (Results 201 - 225 of 12498) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dcap.c31 cap_mapping *next; member in struct:_cap_mapping
55 while (current_map->next != NULL) {
56 if (current_map->external != current_map->next->external + 1)
58 current_map = current_map->next;
60 ASSERT(current_map->next == NULL);
78 current_map = current_map->next;
92 current_map = current_map->next;
108 new_map->next = db->mappings;
125 *current_map = delete->next;
129 current_map = &(*current_map)->next;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dcap.c31 cap_mapping *next; member in struct:_cap_mapping
55 while (current_map->next != NULL) {
56 if (current_map->external != current_map->next->external + 1)
58 current_map = current_map->next;
60 ASSERT(current_map->next == NULL);
78 current_map = current_map->next;
92 current_map = current_map->next;
108 new_map->next = db->mappings;
125 *current_map = delete->next;
129 current_map = &(*current_map)->next;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/security/secfrw/utils/
H A Dbcm_llist.c25 * You must create your list with the next pointer as the first element in the
36 struct list * next; member in struct:list
51 pnew->next = *head;
81 *head = plist->next;
83 pprev->next = plist->next;
90 plist = plist->next;
124 *head = plist->next;
126 pprev->next = plist->next;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dcap.c31 cap_mapping *next; member in struct:_cap_mapping
55 while (current_map->next != NULL) {
56 if (current_map->external != current_map->next->external + 1)
58 current_map = current_map->next;
60 ASSERT(current_map->next == NULL);
78 current_map = current_map->next;
92 current_map = current_map->next;
108 new_map->next = db->mappings;
125 *current_map = delete->next;
129 current_map = &(*current_map)->next;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dobjalloc.c61 struct objalloc_chunk *next; member in struct:objalloc_chunk
103 chunk->next = NULL;
141 chunk->next = (struct objalloc_chunk *) o->chunks;
155 chunk->next = (struct objalloc_chunk *) o->chunks;
177 struct objalloc_chunk *next; local
179 next = l->next;
181 l = next;
199 for (p = (struct objalloc_chunk *) o->chunks; p != NULL; p = p->next)
234 struct objalloc_chunk *next; local
276 struct objalloc_chunk *next; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dobjalloc.c61 struct objalloc_chunk *next; member in struct:objalloc_chunk
103 chunk->next = NULL;
141 chunk->next = (struct objalloc_chunk *) o->chunks;
155 chunk->next = (struct objalloc_chunk *) o->chunks;
177 struct objalloc_chunk *next; local
179 next = l->next;
181 l = next;
199 for (p = (struct objalloc_chunk *) o->chunks; p != NULL; p = p->next)
234 struct objalloc_chunk *next; local
276 struct objalloc_chunk *next; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dobjalloc.c61 struct objalloc_chunk *next; member in struct:objalloc_chunk
103 chunk->next = NULL;
141 chunk->next = (struct objalloc_chunk *) o->chunks;
155 chunk->next = (struct objalloc_chunk *) o->chunks;
177 struct objalloc_chunk *next; local
179 next = l->next;
181 l = next;
199 for (p = (struct objalloc_chunk *) o->chunks; p != NULL; p = p->next)
234 struct objalloc_chunk *next; local
276 struct objalloc_chunk *next; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctimap.c31 entry->next = entry->addr;
53 pos = head->next;
60 entry->next = pos_ent->addr;
62 pre_ent->next = entry->addr;
71 struct list_head *next, *pre, *head; local
80 next = (entry->list.next == head) ? head->next : entry->list.next;
84 entry->next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/ctxfi/
H A Dctimap.c31 entry->next = entry->addr;
53 pos = head->next;
60 entry->next = pos_ent->addr;
62 pre_ent->next = entry->addr;
71 struct list_head *next, *pre, *head; local
80 next = (entry->list.next == head) ? head->next : entry->list.next;
84 entry->next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/liblzma/simple/
H A Dsimple_coder.c28 if (coder->next.code == NULL) {
37 // Call the next coder in the chain to provide us some data.
39 // the next filter in the chain will do it for us (since
41 const lzma_ret ret = coder->next.code(
42 coder->next.coder, allocator,
120 // restarted if the next filter in the chain returns e.g.
144 // the next coder in the chain (if any) was successful.
206 lzma_next_end(&coder->next, allocator);
218 // No update support, just call the next filter in the chain.
220 &coder->next, allocato
225 lzma_simple_coder_init(lzma_next_coder *next, lzma_allocator *allocator, const lzma_filter_info *filters, size_t (*filter)(lzma_simple *simple, uint32_t now_pos, bool is_encoder, uint8_t *buffer, size_t size), size_t simple_size, size_t unfiltered_max, uint32_t alignment, bool is_encoder) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/mm/
H A Dsram-alloc.c30 struct sram_piece *next; member in struct:sram_piece
77 per_cpu(free_l1_ssram_head, cpu).next =
79 if (!per_cpu(free_l1_ssram_head, cpu).next) {
84 per_cpu(free_l1_ssram_head, cpu).next->paddr = (void *)get_l1_scratch_start_cpu(cpu) + reserve;
85 per_cpu(free_l1_ssram_head, cpu).next->size = L1_SCRATCH_LENGTH - reserve;
86 per_cpu(free_l1_ssram_head, cpu).next->pid = 0;
87 per_cpu(free_l1_ssram_head, cpu).next->next = NULL;
89 per_cpu(used_l1_ssram_head, cpu).next = NULL;
105 per_cpu(free_l1_data_A_sram_head, cpu).next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/mm/
H A Dsram-alloc.c30 struct sram_piece *next; member in struct:sram_piece
77 per_cpu(free_l1_ssram_head, cpu).next =
79 if (!per_cpu(free_l1_ssram_head, cpu).next) {
84 per_cpu(free_l1_ssram_head, cpu).next->paddr = (void *)get_l1_scratch_start_cpu(cpu) + reserve;
85 per_cpu(free_l1_ssram_head, cpu).next->size = L1_SCRATCH_LENGTH - reserve;
86 per_cpu(free_l1_ssram_head, cpu).next->pid = 0;
87 per_cpu(free_l1_ssram_head, cpu).next->next = NULL;
89 per_cpu(used_l1_ssram_head, cpu).next = NULL;
105 per_cpu(free_l1_data_A_sram_head, cpu).next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/igmpproxy/src/
H A Dcallout.c42 struct timeOutQueue *next; // Next event in queue member in struct:timeOutQueue
46 int time; // Time offset for next event
67 queue = queue->next;
83 for (ptr = queue; ptr; ptr = ptr->next) {
97 last->next = NULL;
102 _queue = _queue->next;
145 node->next = 0;
161 node->next = ptr;
166 prev->next = node;
178 ptr = ptr->next;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dnetconf.h79 struct _netconf_match_t *next, *prev; member in struct:_netconf_match_t
119 struct _netconf_fw_t *next, *prev \
176 #define netconf_list_init(head) ((head)->next = (head)->prev = (head))
178 #define netconf_list_empty(head) ((head)->next == (head))
181 (head)->next->prev = (new); \
182 (new)->next = (head)->next; \
184 (head)->next = (new); \
188 (old)->next->prev = (old)->prev; \
189 (old)->prev->next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/p6064/include/
H A Dreginit.s49 b .next
59 b .next
63 b .next
71 b .next
76 b .next
90 b .next
94 b .next
98 b .next
103 b .next
122 b .next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/igmpproxy/src/
H A Dcallout.c42 struct timeOutQueue *next; // Next event in queue member in struct:timeOutQueue
46 int time; // Time offset for next event
67 queue = queue->next;
83 for (ptr = queue; ptr; ptr = ptr->next) {
97 last->next = NULL;
102 _queue = _queue->next;
145 node->next = 0;
161 node->next = ptr;
166 prev->next = node;
178 ptr = ptr->next;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dnetconf.h79 struct _netconf_match_t *next, *prev; member in struct:_netconf_match_t
119 struct _netconf_fw_t *next, *prev \
176 #define netconf_list_init(head) ((head)->next = (head)->prev = (head))
178 #define netconf_list_empty(head) ((head)->next == (head))
181 (head)->next->prev = (new); \
182 (new)->next = (head)->next; \
184 (head)->next = (new); \
188 (old)->next->prev = (old)->prev; \
189 (old)->prev->next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dnetconf.h79 struct _netconf_match_t *next, *prev; member in struct:_netconf_match_t
119 struct _netconf_fw_t *next, *prev \
176 #define netconf_list_init(head) ((head)->next = (head)->prev = (head))
178 #define netconf_list_empty(head) ((head)->next == (head))
181 (head)->next->prev = (new); \
182 (new)->next = (head)->next; \
184 (head)->next = (new); \
188 (old)->next->prev = (old)->prev; \
189 (old)->prev->next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/igmpproxy/src/
H A Dcallout.c42 struct timeOutQueue *next; // Next event in queue member in struct:timeOutQueue
46 int time; // Time offset for next event
67 queue = queue->next;
83 for (ptr = queue; ptr; ptr = ptr->next) {
97 last->next = NULL;
102 _queue = _queue->next;
145 node->next = 0;
161 node->next = ptr;
166 prev->next = node;
178 ptr = ptr->next;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/liblzma/common/
H A Dfilter_buffer_decoder.c27 lzma_next_coder next = LZMA_NEXT_CODER_INIT;
28 return_if_error(lzma_raw_decoder_init(&next, allocator, filters));
36 lzma_ret ret = next.code(next.coder, allocator, in, in_pos, in_size,
68 (void)next.code(next.coder, allocator,
84 lzma_next_end(&next, allocator);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/include/asm/
H A Dmmu_context.h121 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
126 if (prev != next) {
127 cpu_ran_vm(cpu, next);
128 activate_context(next, cpu);
129 PTBR = (unsigned long) next->pgd;
130 } else if (!cpu_maybe_ran_vm(cpu, next)) {
131 activate_context(next, cpu);
136 #define activate_mm(prev, next) switch_mm((prev), (next), NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pnp/isapnp/
H A Dcompat.c33 list = from ? from->global_list.next : pnp_cards.next;
40 list = list->next;
56 list = pnp_global.next;
58 list = from->global_list.next;
66 list = list->next;
71 list = card->devices.next;
73 list = from->card_list.next;
82 list = list->next;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pnp/isapnp/
H A Dcompat.c33 list = from ? from->global_list.next : pnp_cards.next;
40 list = list->next;
56 list = pnp_global.next;
58 list = from->global_list.next;
66 list = list->next;
71 list = card->devices.next;
73 list = from->card_list.next;
82 list = list->next;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dmmu_context.h121 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
126 if (prev != next) {
127 cpu_ran_vm(cpu, next);
128 activate_context(next, cpu);
129 PTBR = (unsigned long) next->pgd;
130 } else if (!cpu_maybe_ran_vm(cpu, next)) {
131 activate_context(next, cpu);
136 #define activate_mm(prev, next) switch_mm((prev), (next), NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/smbwrapper/
H A Dsmbw.h32 struct smbw_server *next, *prev; member in struct:smbw_server
48 struct smbw_file *next, *prev; member in struct:smbw_file
55 struct smbw_dir *next, *prev; member in struct:smbw_dir

Completed in 242 milliseconds

1234567891011>>