Lines Matching defs:rc
140 int rc = EINVAL;
197 rc = mount(dev, dir, type, flags, opts);
198 if ((rc != EACCES && rc != EROFS) || (flags & MS_RDONLY)) break;
199 if (rc == EROFS && fd == -1) {
223 if (rc && errno == ENOTBLK) {
231 rc = xpclose(pid, pipe);
232 if (!rc && len > 1) {
239 error_msg("losetup failed %d", rc);
246 if (!rc) break;