Lines Matching refs:nextRange

491 			else if (res->nextRange)  in update_resources()
492 res = res->nextRange; in update_resources()
549 res = res->nextRange; in fix_me()
681 res->nextRange = NULL; in ibmphp_add_resource()
695 res_cur = res_cur->nextRange; in ibmphp_add_resource()
701 res_prev->nextRange = res; in ibmphp_add_resource()
703 res->nextRange = NULL; in ibmphp_add_resource()
716 res->nextRange = res_prev->nextRange; in ibmphp_add_resource()
717 res_prev->nextRange = NULL; in ibmphp_add_resource()
735 res_prev->nextRange = res; in ibmphp_add_resource()
738 res->nextRange = NULL; in ibmphp_add_resource()
747 res->nextRange = bus_cur->firstIO; in ibmphp_add_resource()
751 res->nextRange = bus_cur->firstMem; in ibmphp_add_resource()
755 res->nextRange = bus_cur->firstPFMem; in ibmphp_add_resource()
761 res_prev->nextRange = res; in ibmphp_add_resource()
763 res->nextRange = res_cur; in ibmphp_add_resource()
825 res_cur = res_cur->nextRange; in ibmphp_remove_resource()
848 mem_cur = mem_cur->nextRange; in ibmphp_remove_resource()
867 res_cur = res_cur->nextRange; in ibmphp_remove_resource()
892 } else if (res_cur->nextRange) { in ibmphp_remove_resource()
895 bus_cur->firstIO = res_cur->nextRange; in ibmphp_remove_resource()
898 bus_cur->firstMem = res_cur->nextRange; in ibmphp_remove_resource()
901 bus_cur->firstPFMem = res_cur->nextRange; in ibmphp_remove_resource()
924 res_prev->nextRange = res_cur->next; in ibmphp_remove_resource()
925 } else if (res_cur->nextRange) { in ibmphp_remove_resource()
927 res_prev->nextRange = res_cur->nextRange; in ibmphp_remove_resource()
930 res_prev->nextRange = NULL; in ibmphp_remove_resource()
1206 res_cur = res_cur->nextRange; in ibmphp_check_resource()
1389 res_cur = res_cur->nextRange; in ibmphp_remove_bus()
1402 res_cur = res_cur->nextRange; in ibmphp_remove_bus()
1415 res_cur = res_cur->nextRange; in ibmphp_remove_bus()
1537 res_cur = res_cur->nextRange; in ibmphp_find_resource()
1628 res_cur = res_cur->nextRange; in ibmphp_free_resources()
1641 res_cur = res_cur->nextRange; in ibmphp_free_resources()
1654 res_cur = res_cur->nextRange; in ibmphp_free_resources()
1848 else if (res->nextRange) in ibmphp_print_test()
1849 res = res->nextRange; in ibmphp_print_test()
1863 else if (res->nextRange) in ibmphp_print_test()
1864 res = res->nextRange; in ibmphp_print_test()
1878 else if (res->nextRange) in ibmphp_print_test()
1879 res = res->nextRange; in ibmphp_print_test()