Lines Matching refs:nextRange
494 else if (res->nextRange) in update_resources()
495 res = res->nextRange; in update_resources()
552 res = res->nextRange; in fix_me()
684 res->nextRange = NULL; in ibmphp_add_resource()
698 res_cur = res_cur->nextRange; in ibmphp_add_resource()
704 res_prev->nextRange = res; in ibmphp_add_resource()
706 res->nextRange = NULL; in ibmphp_add_resource()
719 res->nextRange = res_prev->nextRange; in ibmphp_add_resource()
720 res_prev->nextRange = NULL; in ibmphp_add_resource()
738 res_prev->nextRange = res; in ibmphp_add_resource()
741 res->nextRange = NULL; in ibmphp_add_resource()
750 res->nextRange = bus_cur->firstIO; in ibmphp_add_resource()
754 res->nextRange = bus_cur->firstMem; in ibmphp_add_resource()
758 res->nextRange = bus_cur->firstPFMem; in ibmphp_add_resource()
764 res_prev->nextRange = res; in ibmphp_add_resource()
766 res->nextRange = res_cur; in ibmphp_add_resource()
828 res_cur = res_cur->nextRange; in ibmphp_remove_resource()
851 mem_cur = mem_cur->nextRange; in ibmphp_remove_resource()
870 res_cur = res_cur->nextRange; in ibmphp_remove_resource()
895 } else if (res_cur->nextRange) { in ibmphp_remove_resource()
898 bus_cur->firstIO = res_cur->nextRange; in ibmphp_remove_resource()
901 bus_cur->firstMem = res_cur->nextRange; in ibmphp_remove_resource()
904 bus_cur->firstPFMem = res_cur->nextRange; in ibmphp_remove_resource()
927 res_prev->nextRange = res_cur->next; in ibmphp_remove_resource()
928 } else if (res_cur->nextRange) { in ibmphp_remove_resource()
930 res_prev->nextRange = res_cur->nextRange; in ibmphp_remove_resource()
933 res_prev->nextRange = NULL; in ibmphp_remove_resource()
1209 res_cur = res_cur->nextRange; in ibmphp_check_resource()
1392 res_cur = res_cur->nextRange; in ibmphp_remove_bus()
1405 res_cur = res_cur->nextRange; in ibmphp_remove_bus()
1418 res_cur = res_cur->nextRange; in ibmphp_remove_bus()
1540 res_cur = res_cur->nextRange; in ibmphp_find_resource()
1631 res_cur = res_cur->nextRange; in ibmphp_free_resources()
1644 res_cur = res_cur->nextRange; in ibmphp_free_resources()
1657 res_cur = res_cur->nextRange; in ibmphp_free_resources()
1851 else if (res->nextRange) in ibmphp_print_test()
1852 res = res->nextRange; in ibmphp_print_test()
1866 else if (res->nextRange) in ibmphp_print_test()
1867 res = res->nextRange; in ibmphp_print_test()
1881 else if (res->nextRange) in ibmphp_print_test()
1882 res = res->nextRange; in ibmphp_print_test()