Searched refs:first_error (Results 1 – 8 of 8) 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()
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()
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()
178 code -= codes->first_error; \
719 CARD8 first_error; member
172 int first_error; /* first error number for the extension */ member
832 CARD8 first_error; member