Lines Matching defs:error
1213 * error returned by the failing supplier activation will be returned in that
1220 int error = 0;
1229 * error if it is enabled already and working.
1234 error = -EAGAIN;
1238 if (error)
1239 return error;
1250 error = rpm_get_suppliers(dev);
1251 if (error)
1279 error = -EBUSY;
1286 if (error) {
1294 if (!error)
1313 return error;