Searched refs:rename_list (Results 1 - 11 of 11) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-sh-symbian.c108 static symbol_rename * rename_list = NULL; variable
122 for (node = rename_list; node; node = node->next)
163 node->next = rename_list;
166 rename_list = node;
460 for (ptr = rename_list; ptr; ptr = ptr->next)
602 for (ptr = rename_list; ptr; ptr = ptr->next)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-sh-symbian.c108 static symbol_rename * rename_list = NULL; variable
122 for (node = rename_list; node; node = node->next)
163 node->next = rename_list;
166 rename_list = node;
460 for (ptr = rename_list; ptr; ptr = ptr->next)
602 for (ptr = rename_list; ptr; ptr = ptr->next)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf32-sh-symbian.c108 static symbol_rename * rename_list = NULL; variable
122 for (node = rename_list; node; node = node->next)
163 node->next = rename_list;
166 rename_list = node;
460 for (ptr = rename_list; ptr; ptr = ptr->next)
602 for (ptr = rename_list; ptr; ptr = ptr->next)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/ubi/
H A Dcdev.c681 struct list_head rename_list; local
722 INIT_LIST_HEAD(&rename_list);
752 list_add_tail(&re->list, &rename_list);
757 if (list_empty(&rename_list))
761 list_for_each_entry(re, &rename_list, list) {
771 list_for_each_entry(re1, &rename_list, list) {
810 list_add(&re1->list, &rename_list);
816 err = ubi_rename_volumes(ubi, &rename_list);
820 list_for_each_entry_safe(re, re1, &rename_list, list) {
H A Dubi.h483 struct list_head *rename_list);
490 int ubi_rename_volumes(struct ubi_device *ubi, struct list_head *rename_list);
H A Dvtbl.c121 * @rename_list: list of &struct ubi_rename_entry objects
128 struct list_head *rename_list)
134 list_for_each_entry(re, rename_list, list) {
127 ubi_vtbl_rename_volumes(struct ubi_device *ubi, struct list_head *rename_list) argument
H A Dvmt.c603 * @rename_list: list of &struct ubi_rename_entry objects
609 int ubi_rename_volumes(struct ubi_device *ubi, struct list_head *rename_list) argument
614 err = ubi_vtbl_rename_volumes(ubi, rename_list);
618 list_for_each_entry(re, rename_list, list) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dcdev.c681 struct list_head rename_list; local
722 INIT_LIST_HEAD(&rename_list);
752 list_add_tail(&re->list, &rename_list);
757 if (list_empty(&rename_list))
761 list_for_each_entry(re, &rename_list, list) {
771 list_for_each_entry(re1, &rename_list, list) {
810 list_add(&re1->list, &rename_list);
816 err = ubi_rename_volumes(ubi, &rename_list);
820 list_for_each_entry_safe(re, re1, &rename_list, list) {
H A Dubi.h483 struct list_head *rename_list);
490 int ubi_rename_volumes(struct ubi_device *ubi, struct list_head *rename_list);
H A Dvtbl.c121 * @rename_list: list of &struct ubi_rename_entry objects
128 struct list_head *rename_list)
134 list_for_each_entry(re, rename_list, list) {
127 ubi_vtbl_rename_volumes(struct ubi_device *ubi, struct list_head *rename_list) argument
H A Dvmt.c603 * @rename_list: list of &struct ubi_rename_entry objects
609 int ubi_rename_volumes(struct ubi_device *ubi, struct list_head *rename_list) argument
614 err = ubi_vtbl_rename_volumes(ubi, rename_list);
618 list_for_each_entry(re, rename_list, list) {

Completed in 142 milliseconds