Lines Matching refs:nextRange

469 			else if (res->nextRange)  in update_resources()
470 res = res->nextRange; in update_resources()
527 res = res->nextRange; in fix_me()
659 res->nextRange = NULL; in ibmphp_add_resource()
673 res_cur = res_cur->nextRange; in ibmphp_add_resource()
679 res_prev->nextRange = res; in ibmphp_add_resource()
681 res->nextRange = NULL; in ibmphp_add_resource()
694 res->nextRange = res_prev->nextRange; in ibmphp_add_resource()
695 res_prev->nextRange = NULL; in ibmphp_add_resource()
713 res_prev->nextRange = res; in ibmphp_add_resource()
716 res->nextRange = NULL; in ibmphp_add_resource()
725 res->nextRange = bus_cur->firstIO; in ibmphp_add_resource()
729 res->nextRange = bus_cur->firstMem; in ibmphp_add_resource()
733 res->nextRange = bus_cur->firstPFMem; in ibmphp_add_resource()
739 res_prev->nextRange = res; in ibmphp_add_resource()
741 res->nextRange = res_cur; in ibmphp_add_resource()
803 res_cur = res_cur->nextRange; in ibmphp_remove_resource()
826 mem_cur = mem_cur->nextRange; in ibmphp_remove_resource()
845 res_cur = res_cur->nextRange; in ibmphp_remove_resource()
870 } else if (res_cur->nextRange) { in ibmphp_remove_resource()
873 bus_cur->firstIO = res_cur->nextRange; in ibmphp_remove_resource()
876 bus_cur->firstMem = res_cur->nextRange; in ibmphp_remove_resource()
879 bus_cur->firstPFMem = res_cur->nextRange; in ibmphp_remove_resource()
902 res_prev->nextRange = res_cur->next; in ibmphp_remove_resource()
903 } else if (res_cur->nextRange) { in ibmphp_remove_resource()
905 res_prev->nextRange = res_cur->nextRange; in ibmphp_remove_resource()
908 res_prev->nextRange = NULL; in ibmphp_remove_resource()
1184 res_cur = res_cur->nextRange; in ibmphp_check_resource()
1367 res_cur = res_cur->nextRange; in ibmphp_remove_bus()
1380 res_cur = res_cur->nextRange; in ibmphp_remove_bus()
1393 res_cur = res_cur->nextRange; in ibmphp_remove_bus()
1515 res_cur = res_cur->nextRange; in ibmphp_find_resource()
1603 res_cur = res_cur->nextRange; in ibmphp_free_resources()
1616 res_cur = res_cur->nextRange; in ibmphp_free_resources()
1629 res_cur = res_cur->nextRange; in ibmphp_free_resources()
1814 else if (res->nextRange) in ibmphp_print_test()
1815 res = res->nextRange; in ibmphp_print_test()
1829 else if (res->nextRange) in ibmphp_print_test()
1830 res = res->nextRange; in ibmphp_print_test()
1844 else if (res->nextRange) in ibmphp_print_test()
1845 res = res->nextRange; in ibmphp_print_test()