Searched refs:first_error (Results 1 – 7 of 7) sorted by relevance
89 inv_error_t result,first_error; in inv_execute_mpl_start_notification() local92 first_error = INV_SUCCESS; in inv_execute_mpl_start_notification()96 if (result && (first_error == INV_SUCCESS)) { in inv_execute_mpl_start_notification()97 first_error = result; in inv_execute_mpl_start_notification()100 return first_error; in inv_execute_mpl_start_notification()
1130 inv_error_t result, first_error; in inv_execute_on_data() local1155 first_error = INV_SUCCESS; in inv_execute_on_data()1160 if (result && !first_error) { in inv_execute_on_data()1161 first_error = result; in inv_execute_on_data()1168 return first_error; in inv_execute_on_data()
1358 inv_error_t result, first_error; in inv_execute_on_data() local1382 first_error = INV_SUCCESS; in inv_execute_on_data()1387 if (result && !first_error) { in inv_execute_on_data()1388 first_error = result; in inv_execute_on_data()1395 return first_error; in inv_execute_on_data()
201 if (error_basep) *error_basep = info->codes->first_error; in XNVCTRLQueryExtension()
95 *errorBase = info->codes->first_error; in VA_DRI2QueryExtension()
108 *error_basep = info->codes->first_error;