Lines Matching refs:ovcs_id
1941 int id, ret, defers, ovcs_id; in of_unittest_destroy_tracked_overlays() local
1954 ovcs_id = id + overlay_first_id; in of_unittest_destroy_tracked_overlays()
1955 ret = of_overlay_remove(&ovcs_id); in of_unittest_destroy_tracked_overlays()
1994 int ret, ovcs_id; in of_unittest_apply_overlay_check() local
2005 ovcs_id = 0; in of_unittest_apply_overlay_check()
2006 ret = of_unittest_apply_overlay(overlay_nr, &ovcs_id); in of_unittest_apply_overlay_check()
2029 int ret, ovcs_id, save_id; in of_unittest_apply_revert_overlay_check() local
2041 ovcs_id = 0; in of_unittest_apply_revert_overlay_check()
2042 ret = of_unittest_apply_overlay(overlay_nr, &ovcs_id); in of_unittest_apply_revert_overlay_check()
2057 save_id = ovcs_id; in of_unittest_apply_revert_overlay_check()
2058 ret = of_overlay_remove(&ovcs_id); in of_unittest_apply_revert_overlay_check()
2192 int i, ov_id[2], ovcs_id; in of_unittest_overlay_6() local
2219 ret = overlay_data_apply(overlay_name, &ovcs_id); in of_unittest_overlay_6()
2225 ov_id[0] = ovcs_id; in of_unittest_overlay_6()
2236 ret = overlay_data_apply(overlay_name, &ovcs_id); in of_unittest_overlay_6()
2242 ov_id[1] = ovcs_id; in of_unittest_overlay_6()
2263 ovcs_id = ov_id[i]; in of_unittest_overlay_6()
2264 if (of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_6()
2294 int i, ov_id[2], ovcs_id; in of_unittest_overlay_8() local
2306 ret = overlay_data_apply(overlay_name, &ovcs_id); in of_unittest_overlay_8()
2316 ov_id[0] = ovcs_id; in of_unittest_overlay_8()
2325 ret = overlay_data_apply(overlay_name, &ovcs_id); in of_unittest_overlay_8()
2335 ov_id[1] = ovcs_id; in of_unittest_overlay_8()
2339 ovcs_id = ov_id[0]; in of_unittest_overlay_8()
2347 ret = of_overlay_remove(&ovcs_id); in of_unittest_overlay_8()
2365 ovcs_id = ov_id[i]; in of_unittest_overlay_8()
2366 if (of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_8()