Searched refs:entry (Results 76 - 100 of 5444) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_proc.c26 static int snd_opl4_mem_proc_open(struct snd_info_entry *entry, argument
29 struct snd_opl4 *opl4 = entry->private_data;
41 static int snd_opl4_mem_proc_release(struct snd_info_entry *entry, argument
44 struct snd_opl4 *opl4 = entry->private_data;
52 static ssize_t snd_opl4_mem_proc_read(struct snd_info_entry *entry, argument
57 struct snd_opl4 *opl4 = entry->private_data;
72 static ssize_t snd_opl4_mem_proc_write(struct snd_info_entry *entry, argument
78 struct snd_opl4 *opl4 = entry->private_data;
102 struct snd_info_entry *entry; local
104 entry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dframe-unwind.c64 /* Find the end of the list and insert the new entry there. */
75 struct frame_unwind_table_entry *entry; local
77 /* Insert the new entry at the start of the list. */
78 entry = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind_table_entry);
79 entry->unwinder = unwinder;
80 entry->next = (*table->osabi_head);
81 (*table->osabi_head) = entry;
90 struct frame_unwind_table_entry *entry; local
91 for (entry = table->list; entry !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dframe-unwind.c64 /* Find the end of the list and insert the new entry there. */
75 struct frame_unwind_table_entry *entry; local
77 /* Insert the new entry at the start of the list. */
78 entry = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind_table_entry);
79 entry->unwinder = unwinder;
80 entry->next = (*table->osabi_head);
81 (*table->osabi_head) = entry;
90 struct frame_unwind_table_entry *entry; local
91 for (entry = table->list; entry !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dframe-unwind.c64 /* Find the end of the list and insert the new entry there. */
75 struct frame_unwind_table_entry *entry; local
77 /* Insert the new entry at the start of the list. */
78 entry = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind_table_entry);
79 entry->unwinder = unwinder;
80 entry->next = (*table->osabi_head);
81 (*table->osabi_head) = entry;
90 struct frame_unwind_table_entry *entry; local
91 for (entry = table->list; entry !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/seq/
H A Dseq_info.h27 void snd_seq_info_clients_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
28 void snd_seq_info_timer_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
29 void snd_seq_info_queues_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/seq/
H A Dseq_info.h27 void snd_seq_info_clients_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
28 void snd_seq_info_timer_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
29 void snd_seq_info_queues_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/kernel/
H A Dasm-offsets.c21 #define ENTRY(entry) DEFINE(PT_ ## entry, offsetof(struct pt_regs, entry))
41 #define ENTRY(entry) DEFINE(TI_ ## entry, offsetof(struct thread_info, entry))
47 #define ENTRY(entry) DEFINE(THREAD_ ## entry, offsetof(struct thread_struct, entry))
57 #define ENTRY(entry) DEFIN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/kernel/
H A Dasm-offsets.c21 #define ENTRY(entry) DEFINE(PT_ ## entry, offsetof(struct pt_regs, entry))
41 #define ENTRY(entry) DEFINE(TI_ ## entry, offsetof(struct thread_info, entry))
47 #define ENTRY(entry) DEFINE(THREAD_ ## entry, offsetof(struct thread_struct, entry))
57 #define ENTRY(entry) DEFIN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dxsym.c142 bfd_sym_file_reference *entry)
146 entry->fref_frte_index = bfd_getb16 (buf);
147 entry->fref_offset = bfd_getb32 (buf + 2);
309 bfd_sym_resources_table_entry *entry)
313 memcpy (&entry->rte_res_type, buf, 4);
314 entry->rte_res_number = bfd_getb16 (buf + 4);
315 entry->rte_nte_index = bfd_getb32 (buf + 6);
316 entry->rte_mte_first = bfd_getb16 (buf + 10);
317 entry->rte_mte_last = bfd_getb16 (buf + 12);
318 entry
140 bfd_sym_parse_file_reference_v32(unsigned char *buf, size_t len, bfd_sym_file_reference *entry) argument
307 bfd_sym_parse_resources_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_resources_table_entry *entry) argument
322 bfd_sym_parse_modules_table_entry_v33(unsigned char *buf, size_t len, bfd_sym_modules_table_entry *entry) argument
346 bfd_sym_parse_file_references_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_file_references_table_entry *entry) argument
376 bfd_sym_parse_contained_modules_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_modules_table_entry *entry) argument
401 bfd_sym_parse_contained_variables_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_variables_table_entry *entry) argument
453 bfd_sym_parse_contained_statements_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_statements_table_entry *entry) argument
484 bfd_sym_parse_contained_labels_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_labels_table_entry *entry) argument
517 bfd_sym_parse_type_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_type_table_entry *entry) argument
527 bfd_sym_fetch_resources_table_entry(bfd *abfd, bfd_sym_resources_table_entry *entry, unsigned long index) argument
578 bfd_sym_fetch_modules_table_entry(bfd *abfd, bfd_sym_modules_table_entry *entry, unsigned long index) argument
629 bfd_sym_fetch_file_references_table_entry(bfd *abfd, bfd_sym_file_references_table_entry *entry, unsigned long index) argument
679 bfd_sym_fetch_contained_modules_table_entry(bfd *abfd, bfd_sym_contained_modules_table_entry *entry, unsigned long index) argument
729 bfd_sym_fetch_contained_variables_table_entry(bfd *abfd, bfd_sym_contained_variables_table_entry *entry, unsigned long index) argument
779 bfd_sym_fetch_contained_statements_table_entry(bfd *abfd, bfd_sym_contained_statements_table_entry *entry, unsigned long index) argument
829 bfd_sym_fetch_contained_labels_table_entry(bfd *abfd, bfd_sym_contained_labels_table_entry *entry, unsigned long index) argument
879 bfd_sym_fetch_contained_types_table_entry(bfd *abfd, bfd_sym_contained_types_table_entry *entry, unsigned long index) argument
929 bfd_sym_fetch_file_references_index_table_entry(bfd *abfd, bfd_sym_file_references_index_table_entry *entry, unsigned long index) argument
979 bfd_sym_fetch_constant_pool_entry(bfd *abfd, bfd_sym_constant_pool_entry *entry, unsigned long index) argument
1029 bfd_sym_fetch_type_table_entry(bfd *abfd, bfd_sym_type_table_entry *entry, unsigned long index) argument
1076 bfd_sym_fetch_type_information_table_entry(bfd *abfd, bfd_sym_type_information_table_entry *entry, unsigned long offset) argument
1121 bfd_sym_fetch_type_table_information(bfd *abfd, bfd_sym_type_information_table_entry *entry, unsigned long index) argument
1166 bfd_sym_modules_table_entry entry; local
1233 bfd_sym_print_file_reference(bfd *abfd, FILE *f, bfd_sym_file_reference *entry) argument
1255 bfd_sym_print_resources_table_entry(bfd *abfd, FILE *f, bfd_sym_resources_table_entry *entry) argument
1267 bfd_sym_print_modules_table_entry(bfd *abfd, FILE *f, bfd_sym_modules_table_entry *entry) argument
1309 bfd_sym_print_file_references_table_entry(bfd *abfd, FILE *f, bfd_sym_file_references_table_entry *entry) argument
1341 bfd_sym_print_contained_modules_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_modules_table_entry *entry) argument
1362 bfd_sym_print_contained_variables_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_variables_table_entry *entry) argument
1412 bfd_sym_print_contained_statements_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_statements_table_entry *entry) argument
1438 bfd_sym_print_contained_labels_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_labels_table_entry *entry) argument
1786 bfd_sym_print_type_information_table_entry(bfd *abfd, FILE *f, bfd_sym_type_information_table_entry *entry) argument
1854 bfd_sym_display_name_table_entry(bfd *abfd, FILE *f, unsigned char *entry) argument
1915 bfd_sym_resources_table_entry entry; local
1941 bfd_sym_modules_table_entry entry; local
1967 bfd_sym_file_references_table_entry entry; local
1993 bfd_sym_contained_modules_table_entry entry; local
2019 bfd_sym_contained_variables_table_entry entry; local
2047 bfd_sym_contained_statements_table_entry entry; local
2073 bfd_sym_contained_labels_table_entry entry; local
2099 bfd_sym_contained_types_table_entry entry; local
2125 bfd_sym_file_references_index_table_entry entry; local
2151 bfd_sym_constant_pool_entry entry; local
2178 bfd_sym_type_information_table_entry entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dxsym.c142 bfd_sym_file_reference *entry)
146 entry->fref_frte_index = bfd_getb16 (buf);
147 entry->fref_offset = bfd_getb32 (buf + 2);
309 bfd_sym_resources_table_entry *entry)
313 memcpy (&entry->rte_res_type, buf, 4);
314 entry->rte_res_number = bfd_getb16 (buf + 4);
315 entry->rte_nte_index = bfd_getb32 (buf + 6);
316 entry->rte_mte_first = bfd_getb16 (buf + 10);
317 entry->rte_mte_last = bfd_getb16 (buf + 12);
318 entry
140 bfd_sym_parse_file_reference_v32(unsigned char *buf, size_t len, bfd_sym_file_reference *entry) argument
307 bfd_sym_parse_resources_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_resources_table_entry *entry) argument
322 bfd_sym_parse_modules_table_entry_v33(unsigned char *buf, size_t len, bfd_sym_modules_table_entry *entry) argument
346 bfd_sym_parse_file_references_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_file_references_table_entry *entry) argument
376 bfd_sym_parse_contained_modules_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_modules_table_entry *entry) argument
401 bfd_sym_parse_contained_variables_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_variables_table_entry *entry) argument
453 bfd_sym_parse_contained_statements_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_statements_table_entry *entry) argument
484 bfd_sym_parse_contained_labels_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_labels_table_entry *entry) argument
517 bfd_sym_parse_type_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_type_table_entry *entry) argument
527 bfd_sym_fetch_resources_table_entry(bfd *abfd, bfd_sym_resources_table_entry *entry, unsigned long index) argument
578 bfd_sym_fetch_modules_table_entry(bfd *abfd, bfd_sym_modules_table_entry *entry, unsigned long index) argument
629 bfd_sym_fetch_file_references_table_entry(bfd *abfd, bfd_sym_file_references_table_entry *entry, unsigned long index) argument
679 bfd_sym_fetch_contained_modules_table_entry(bfd *abfd, bfd_sym_contained_modules_table_entry *entry, unsigned long index) argument
729 bfd_sym_fetch_contained_variables_table_entry(bfd *abfd, bfd_sym_contained_variables_table_entry *entry, unsigned long index) argument
779 bfd_sym_fetch_contained_statements_table_entry(bfd *abfd, bfd_sym_contained_statements_table_entry *entry, unsigned long index) argument
829 bfd_sym_fetch_contained_labels_table_entry(bfd *abfd, bfd_sym_contained_labels_table_entry *entry, unsigned long index) argument
879 bfd_sym_fetch_contained_types_table_entry(bfd *abfd, bfd_sym_contained_types_table_entry *entry, unsigned long index) argument
929 bfd_sym_fetch_file_references_index_table_entry(bfd *abfd, bfd_sym_file_references_index_table_entry *entry, unsigned long index) argument
979 bfd_sym_fetch_constant_pool_entry(bfd *abfd, bfd_sym_constant_pool_entry *entry, unsigned long index) argument
1029 bfd_sym_fetch_type_table_entry(bfd *abfd, bfd_sym_type_table_entry *entry, unsigned long index) argument
1076 bfd_sym_fetch_type_information_table_entry(bfd *abfd, bfd_sym_type_information_table_entry *entry, unsigned long offset) argument
1121 bfd_sym_fetch_type_table_information(bfd *abfd, bfd_sym_type_information_table_entry *entry, unsigned long index) argument
1166 bfd_sym_modules_table_entry entry; local
1233 bfd_sym_print_file_reference(bfd *abfd, FILE *f, bfd_sym_file_reference *entry) argument
1255 bfd_sym_print_resources_table_entry(bfd *abfd, FILE *f, bfd_sym_resources_table_entry *entry) argument
1267 bfd_sym_print_modules_table_entry(bfd *abfd, FILE *f, bfd_sym_modules_table_entry *entry) argument
1309 bfd_sym_print_file_references_table_entry(bfd *abfd, FILE *f, bfd_sym_file_references_table_entry *entry) argument
1341 bfd_sym_print_contained_modules_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_modules_table_entry *entry) argument
1362 bfd_sym_print_contained_variables_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_variables_table_entry *entry) argument
1412 bfd_sym_print_contained_statements_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_statements_table_entry *entry) argument
1438 bfd_sym_print_contained_labels_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_labels_table_entry *entry) argument
1786 bfd_sym_print_type_information_table_entry(bfd *abfd, FILE *f, bfd_sym_type_information_table_entry *entry) argument
1854 bfd_sym_display_name_table_entry(bfd *abfd, FILE *f, unsigned char *entry) argument
1915 bfd_sym_resources_table_entry entry; local
1941 bfd_sym_modules_table_entry entry; local
1967 bfd_sym_file_references_table_entry entry; local
1993 bfd_sym_contained_modules_table_entry entry; local
2019 bfd_sym_contained_variables_table_entry entry; local
2047 bfd_sym_contained_statements_table_entry entry; local
2073 bfd_sym_contained_labels_table_entry entry; local
2099 bfd_sym_contained_types_table_entry entry; local
2125 bfd_sym_file_references_index_table_entry entry; local
2151 bfd_sym_constant_pool_entry entry; local
2178 bfd_sym_type_information_table_entry entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dxsym.c142 bfd_sym_file_reference *entry)
146 entry->fref_frte_index = bfd_getb16 (buf);
147 entry->fref_offset = bfd_getb32 (buf + 2);
309 bfd_sym_resources_table_entry *entry)
313 memcpy (&entry->rte_res_type, buf, 4);
314 entry->rte_res_number = bfd_getb16 (buf + 4);
315 entry->rte_nte_index = bfd_getb32 (buf + 6);
316 entry->rte_mte_first = bfd_getb16 (buf + 10);
317 entry->rte_mte_last = bfd_getb16 (buf + 12);
318 entry
140 bfd_sym_parse_file_reference_v32(unsigned char *buf, size_t len, bfd_sym_file_reference *entry) argument
307 bfd_sym_parse_resources_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_resources_table_entry *entry) argument
322 bfd_sym_parse_modules_table_entry_v33(unsigned char *buf, size_t len, bfd_sym_modules_table_entry *entry) argument
346 bfd_sym_parse_file_references_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_file_references_table_entry *entry) argument
376 bfd_sym_parse_contained_modules_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_modules_table_entry *entry) argument
401 bfd_sym_parse_contained_variables_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_variables_table_entry *entry) argument
453 bfd_sym_parse_contained_statements_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_statements_table_entry *entry) argument
484 bfd_sym_parse_contained_labels_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_labels_table_entry *entry) argument
517 bfd_sym_parse_type_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_type_table_entry *entry) argument
527 bfd_sym_fetch_resources_table_entry(bfd *abfd, bfd_sym_resources_table_entry *entry, unsigned long index) argument
578 bfd_sym_fetch_modules_table_entry(bfd *abfd, bfd_sym_modules_table_entry *entry, unsigned long index) argument
629 bfd_sym_fetch_file_references_table_entry(bfd *abfd, bfd_sym_file_references_table_entry *entry, unsigned long index) argument
679 bfd_sym_fetch_contained_modules_table_entry(bfd *abfd, bfd_sym_contained_modules_table_entry *entry, unsigned long index) argument
729 bfd_sym_fetch_contained_variables_table_entry(bfd *abfd, bfd_sym_contained_variables_table_entry *entry, unsigned long index) argument
779 bfd_sym_fetch_contained_statements_table_entry(bfd *abfd, bfd_sym_contained_statements_table_entry *entry, unsigned long index) argument
829 bfd_sym_fetch_contained_labels_table_entry(bfd *abfd, bfd_sym_contained_labels_table_entry *entry, unsigned long index) argument
879 bfd_sym_fetch_contained_types_table_entry(bfd *abfd, bfd_sym_contained_types_table_entry *entry, unsigned long index) argument
929 bfd_sym_fetch_file_references_index_table_entry(bfd *abfd, bfd_sym_file_references_index_table_entry *entry, unsigned long index) argument
979 bfd_sym_fetch_constant_pool_entry(bfd *abfd, bfd_sym_constant_pool_entry *entry, unsigned long index) argument
1029 bfd_sym_fetch_type_table_entry(bfd *abfd, bfd_sym_type_table_entry *entry, unsigned long index) argument
1076 bfd_sym_fetch_type_information_table_entry(bfd *abfd, bfd_sym_type_information_table_entry *entry, unsigned long offset) argument
1121 bfd_sym_fetch_type_table_information(bfd *abfd, bfd_sym_type_information_table_entry *entry, unsigned long index) argument
1166 bfd_sym_modules_table_entry entry; local
1233 bfd_sym_print_file_reference(bfd *abfd, FILE *f, bfd_sym_file_reference *entry) argument
1255 bfd_sym_print_resources_table_entry(bfd *abfd, FILE *f, bfd_sym_resources_table_entry *entry) argument
1267 bfd_sym_print_modules_table_entry(bfd *abfd, FILE *f, bfd_sym_modules_table_entry *entry) argument
1309 bfd_sym_print_file_references_table_entry(bfd *abfd, FILE *f, bfd_sym_file_references_table_entry *entry) argument
1341 bfd_sym_print_contained_modules_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_modules_table_entry *entry) argument
1362 bfd_sym_print_contained_variables_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_variables_table_entry *entry) argument
1412 bfd_sym_print_contained_statements_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_statements_table_entry *entry) argument
1438 bfd_sym_print_contained_labels_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_labels_table_entry *entry) argument
1786 bfd_sym_print_type_information_table_entry(bfd *abfd, FILE *f, bfd_sym_type_information_table_entry *entry) argument
1854 bfd_sym_display_name_table_entry(bfd *abfd, FILE *f, unsigned char *entry) argument
1915 bfd_sym_resources_table_entry entry; local
1941 bfd_sym_modules_table_entry entry; local
1967 bfd_sym_file_references_table_entry entry; local
1993 bfd_sym_contained_modules_table_entry entry; local
2019 bfd_sym_contained_variables_table_entry entry; local
2047 bfd_sym_contained_statements_table_entry entry; local
2073 bfd_sym_contained_labels_table_entry entry; local
2099 bfd_sym_contained_types_table_entry entry; local
2125 bfd_sym_file_references_index_table_entry entry; local
2151 bfd_sym_constant_pool_entry entry; local
2178 bfd_sym_type_information_table_entry entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/mISDN/
H A Ddsp_pipeline.c81 struct dsp_element_entry *entry = local
83 list_del(&entry->list);
84 kfree(entry);
89 struct dsp_element_entry *entry; local
95 entry = kzalloc(sizeof(struct dsp_element_entry), GFP_ATOMIC);
96 if (!entry)
99 entry->elem = elem;
101 entry->dev.class = elements_class;
102 entry->dev.release = mISDN_dsp_dev_release;
103 dev_set_drvdata(&entry
140 struct dsp_element_entry *entry, *n; local
175 struct dsp_element_entry *entry, *n; local
209 struct dsp_pipeline_entry *entry, *n; local
239 struct dsp_element_entry *entry, *n; local
340 struct dsp_pipeline_entry *entry; local
353 struct dsp_pipeline_entry *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_pipeline.c81 struct dsp_element_entry *entry = local
83 list_del(&entry->list);
84 kfree(entry);
89 struct dsp_element_entry *entry; local
95 entry = kzalloc(sizeof(struct dsp_element_entry), GFP_ATOMIC);
96 if (!entry)
99 entry->elem = elem;
101 entry->dev.class = elements_class;
102 entry->dev.release = mISDN_dsp_dev_release;
103 dev_set_drvdata(&entry
140 struct dsp_element_entry *entry, *n; local
175 struct dsp_element_entry *entry, *n; local
209 struct dsp_pipeline_entry *entry, *n; local
239 struct dsp_element_entry *entry, *n; local
340 struct dsp_pipeline_entry *entry; local
353 struct dsp_pipeline_entry *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c37 struct ttm_validate_buffer *entry; local
39 list_for_each_entry(entry, list, head) {
40 struct ttm_buffer_object *bo = entry->bo;
41 if (!entry->reserved)
44 entry->reserved = false;
64 struct ttm_validate_buffer *entry; local
68 list_for_each_entry(entry, list, head) {
69 struct ttm_buffer_object *bo = entry->bo;
71 entry->reserved = false;
84 entry
99 struct ttm_validate_buffer *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c37 struct ttm_validate_buffer *entry; local
39 list_for_each_entry(entry, list, head) {
40 struct ttm_buffer_object *bo = entry->bo;
41 if (!entry->reserved)
44 entry->reserved = false;
64 struct ttm_validate_buffer *entry; local
68 list_for_each_entry(entry, list, head) {
69 struct ttm_buffer_object *bo = entry->bo;
71 entry->reserved = false;
84 entry
99 struct ttm_validate_buffer *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dperfcount.c48 struct smb_perfcount_module *entry = modules; local
50 while (entry) {
51 if (strcmp(entry->name, name)==0)
52 return entry;
54 entry = entry->next;
62 struct smb_perfcount_module *entry = modules; local
85 entry = SMB_XMALLOC_P(struct smb_perfcount_module);
86 entry->name = smb_xstrdup(name);
87 entry
103 const struct smb_perfcount_module *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dperfcount.c48 struct smb_perfcount_module *entry = modules; local
50 while (entry) {
51 if (strcmp(entry->name, name)==0)
52 return entry;
54 entry = entry->next;
62 struct smb_perfcount_module *entry = modules; local
85 entry = SMB_XMALLOC_P(struct smb_perfcount_module);
86 entry->name = smb_xstrdup(name);
87 entry
103 const struct smb_perfcount_module *entry; 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 Dperfcount.c48 struct smb_perfcount_module *entry = modules; local
50 while (entry) {
51 if (strcmp(entry->name, name)==0)
52 return entry;
54 entry = entry->next;
62 struct smb_perfcount_module *entry = modules; local
85 entry = SMB_XMALLOC_P(struct smb_perfcount_module);
86 entry->name = smb_xstrdup(name);
87 entry
103 const struct smb_perfcount_module *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libexif/libexif/olympus/
H A Dmnote-olympus-entry.c1 /* mnote-olympus-entry.c
22 #include "mnote-olympus-entry.h"
30 #include <libexif/exif-entry.h>
269 mnote_olympus_entry_get_value (MnoteOlympusEntry *entry, char *v, unsigned int maxlen) argument
280 if (!entry)
286 if ((!entry->data) && (entry->components > 0))
289 switch (entry->tag) {
293 CF (entry->format, EXIF_FORMAT_UNDEFINED, v, maxlen);
294 CC (entry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libexif/libexif/olympus/
H A Dmnote-olympus-entry.c1 /* mnote-olympus-entry.c
22 #include "mnote-olympus-entry.h"
30 #include <libexif/exif-entry.h>
269 mnote_olympus_entry_get_value (MnoteOlympusEntry *entry, char *v, unsigned int maxlen) argument
280 if (!entry)
286 if ((!entry->data) && (entry->components > 0))
289 switch (entry->tag) {
293 CF (entry->format, EXIF_FORMAT_UNDEFINED, v, maxlen);
294 CC (entry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libexif/libexif/olympus/
H A Dmnote-olympus-entry.c1 /* mnote-olympus-entry.c
22 #include "mnote-olympus-entry.h"
30 #include <libexif/exif-entry.h>
269 mnote_olympus_entry_get_value (MnoteOlympusEntry *entry, char *v, unsigned int maxlen) argument
280 if (!entry)
286 if ((!entry->data) && (entry->components > 0))
289 switch (entry->tag) {
293 CF (entry->format, EXIF_FORMAT_UNDEFINED, v, maxlen);
294 CC (entry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dasync.c88 struct async_entry *entry; local
91 entry = list_first_entry(running,
93 return entry->cookie;
96 list_for_each_entry(entry, &async_pending, list)
97 if (entry->running == running)
98 return entry->cookie;
115 * pick the first pending entry and run it
119 struct async_entry *entry = local
126 list_move_tail(&entry->list, entry
161 struct async_entry *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dasync.c88 struct async_entry *entry; local
91 entry = list_first_entry(running,
93 return entry->cookie;
96 list_for_each_entry(entry, &async_pending, list)
97 if (entry->running == running)
98 return entry->cookie;
115 * pick the first pending entry and run it
119 struct async_entry *entry = local
126 list_move_tail(&entry->list, entry
161 struct async_entry *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/acl/
H A Dcache.c49 cacheduser_t *entry; local
54 if ((entry = namecache[i]) != NULL) {
56 tmp = localtime(&entry->creationtime);
64 entry->name,
65 uuid_bin2string(entry->uuid),
66 (entry->type & UUID_ENOENT) == UUID_ENOENT ? "[negative]" : "",
67 uuidtype[entry->type & UUIDTYPESTR_MASK],
69 } while ((entry = entry->next) != NULL);
74 if ((entry
205 cacheduser_t *entry; local
255 cacheduser_t *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/acl/
H A Dcache.c49 cacheduser_t *entry; local
54 if ((entry = namecache[i]) != NULL) {
56 tmp = localtime(&entry->creationtime);
64 entry->name,
65 uuid_bin2string(entry->uuid),
66 (entry->type & UUID_ENOENT) == UUID_ENOENT ? "[negative]" : "",
67 uuidtype[entry->type & UUIDTYPESTR_MASK],
69 } while ((entry = entry->next) != NULL);
74 if ((entry
205 cacheduser_t *entry; local
255 cacheduser_t *entry; local
[all...]

Completed in 188 milliseconds

1234567891011>>