Lines Matching refs:error
1078 * warning, increment it, and return an error). Then carry out an idle
1116 * warning, increment it, and return an error). Then carry out a suspend,
1243 * error returned by the failing supplier activation will be returned in that
1251 int error = 0;
1260 * error if it is enabled already and working.
1265 error = -EAGAIN;
1269 if (error)
1270 return error;
1281 error = rpm_get_suppliers(dev);
1282 if (error)
1310 error = -EBUSY;
1317 if (error) {
1325 if (!error)
1344 return error;