Searched refs:rc (Results 276 - 300 of 3200) sorted by last modified time

<<11121314151617181920>>

/linux-master/drivers/s390/char/
H A Dtape.h139 int rc; member in struct:tape_request
245 int rc; local
247 rc = tape_do_io(device, request);
249 return rc;
H A Draw3270.h27 int rc; /* return code for this request. */ member in struct:raw3270_request
H A Dcon3215.c784 int rc; local
786 rc = kstrtobool(buf, &drop);
787 if (!rc)
789 return rc ?: count;
1135 int rc; local
1137 rc = kstrtobool(str, &drop);
1138 if (!rc)
1140 return rc;
H A Dfs3270.c65 int rc; local
74 rc = wait_event_interruptible(fp->wait,
76 if (rc != 0)
79 rc = raw3270_start(view, rq);
80 if (rc == 0) {
84 } while (rc == -EACCES);
85 return rc;
105 if (rq->rc != 0 || rq->rescnt != 0) {
118 int rc; local
148 rc
244 ssize_t rc; local
290 ssize_t rc; local
328 int rc; local
427 int minor, rc = 0; local
544 int rc; local
[all...]
/linux-master/drivers/s390/block/
H A Ddcssblk.c51 long rc; local
54 rc = dax_direct_access(dax_dev, pgoff, nr_pages, DAX_ACCESS,
56 if (rc < 0)
57 return dax_mem2blk_err(rc);
237 int i, j, rc; local
272 rc = -EINVAL;
286 rc = -EINVAL;
291 rc = 0;
294 return rc;
303 int rc; local
350 int rc; local
552 int rc, i, j, num_of_segments; local
756 int rc, i; local
820 int rc; local
944 int rc, i, j, k; local
996 int rc; local
[all...]
H A Ddasd_fba.c119 int readonly, rc; local
145 rc = dasd_generic_read_dev_chars(device, DASD_FBA_MAGIC,
147 if (rc) {
149 "characteristics returned error %d", rc);
154 return rc;
185 int sb, rc; local
187 rc = dasd_check_blocksize(private->rdc_data.blk_size);
188 if (rc) {
191 return rc;
H A Ddasd_eer.c456 int rc = 0; local
463 rc = -EMEDIUMTYPE;
465 rc = -EBUSY;
467 if (rc)
473 rc = -ENOMEM;
505 return rc;
598 int tc,rc; local
630 rc = wait_event_interruptible(
633 if (rc)
634 return rc;
689 int rc; local
[all...]
H A Ddasd_eckd.c249 int rc; local
251 rc = get_phys_clock(&data->ep_sys_time);
256 if ((rc && !private->rdc_data.facilities.XRC_supported) ||
257 rc == -EOPNOTSUPP || rc == -EACCES)
269 return rc;
280 int rc = 0; local
318 rc = set_timestamp(ccw, data, device);
323 rc = set_timestamp(ccw, data, device);
331 rc
531 int rc = 0; local
873 int rc; local
1051 int rc; local
1106 int rc, path_err, pos; local
1241 int rc = -ENODEV; local
1284 int rc, pos; local
1508 int rc; local
1572 int rc; local
1666 int rc; local
1680 int rc; local
1766 int rc; local
1920 int rc; local
1950 int enable_pav, rc; local
2053 int rc, i; local
2498 int rc; local
2993 int rc; local
3117 bool rc = false; local
3184 int rc; local
3269 int rc; local
3483 int rc; local
3666 int rc = 0; local
3726 int rc; local
3857 int rc; local
3881 int rc = 0; local
4336 int rc = 0; local
5037 int rc; local
5092 int rc; local
5146 int rc; local
5201 int rc; local
5270 int rc; local
5332 int rc; local
5383 int rc; local
5818 int rc, old_base; local
5870 int rc; local
5952 int rc; local
6034 int rc, i; local
6070 int rc, i; local
6211 int rc; local
6273 int rc; local
6320 int rc; local
6728 int rc; local
[all...]
H A Ddasd_alias.c413 int rc; local
456 rc = dasd_sleep_on(cqr);
457 if (!rc)
462 rc = -EOPNOTSUPP;
471 return rc;
479 int i, rc; local
501 rc = read_unit_address_configuration(refdev, lcu);
502 if (rc)
503 return rc;
543 int rc; local
617 int rc; local
732 int rc = 0; local
[all...]
H A Ddasd.c227 int rc = 0; local
231 rc = dasd_gendisk_alloc(block);
232 if (rc)
233 return rc;
256 return rc;
264 int rc; local
267 rc = device->discipline->basic_to_known(device);
268 if (rc)
269 return rc;
278 rc
312 int rc = 0; local
384 int rc; local
438 int rc; local
458 int rc; local
493 int rc; local
528 int rc; local
924 int rc; local
1142 int rc = -EOPNOTSUPP; local
1315 int retries, rc; local
1373 int rc; local
2038 int rc; local
2066 int rc; local
2101 int rc; local
2256 int rc; local
2310 int rc; local
2416 int rc; local
2541 int rc; local
2560 int rc; local
2619 int rc = 0; local
2647 int rc; local
2961 int rc, i; local
2999 int rc; local
3058 blk_status_t rc = BLK_STS_OK; local
3148 int rc = 0; local
3247 int rc; local
3373 int rc; local
3487 int rc; local
3561 int max_count, open_count, rc; local
3884 int rc; local
4062 int rc; local
[all...]
/linux-master/drivers/reset/
H A Dcore.c668 struct reset_control *rc; local
686 list_for_each_entry(rc, &rstc->rcdev->reset_control_head, list) {
687 if (rstc != rc && rstc->id == rc->id) {
688 if (rc->acquired) {
H A Dreset-gpio.c11 struct reset_controller_dev rc; member in struct:reset_gpio_priv
16 *rc_to_reset_gpio(struct reset_controller_dev *rc) argument
18 return container_of(rc, struct reset_gpio_priv, rc);
21 static int reset_gpio_assert(struct reset_controller_dev *rc, unsigned long id) argument
23 struct reset_gpio_priv *priv = rc_to_reset_gpio(rc);
30 static int reset_gpio_deassert(struct reset_controller_dev *rc, argument
33 struct reset_gpio_priv *priv = rc_to_reset_gpio(rc);
40 static int reset_gpio_status(struct reset_controller_dev *rc, unsigned long id) argument
42 struct reset_gpio_priv *priv = rc_to_reset_gpio(rc);
[all...]
/linux-master/arch/s390/kernel/
H A Dsysinfo.c30 int rc = 0; local
37 "1: lhi %[rc],%[retval]\n"
40 : [r0] "+d" (r0), [rc] "+d" (rc)
46 return rc;
57 int lvl, rc; local
59 rc = __stsi(sysinfo, fc, sel1, sel2, &lvl);
60 if (rc)
61 return rc;
348 int rc local
[all...]
H A Dvtime.c387 int rc; local
394 rc = vtimer_pending(timer);
395 if (rc)
401 return rc;
/linux-master/arch/s390/include/asm/
H A Dptrace.h259 static inline void regs_set_return_value(struct pt_regs *regs, unsigned long rc) argument
261 regs->gprs[2] = rc;
H A Dfcx.h100 * @rc: Reason Code
106 u32 rc:8; member in struct:tsa_ddpc
191 * @rc: Reason Code. Can be one of %DCW_INTRG_RC_UNSPECIFIED,
207 u32 rc:8; member in struct:dcw_intrg_data
/linux-master/fs/dlm/
H A Dlock.c445 int rc; local
449 rc = rsb_cmp(r, name, len);
450 if (rc < 0)
452 else if (rc > 0)
469 int rc; local
476 rc = rsb_cmp(cur, rsb->res_name, rsb->res_length);
477 if (rc < 0)
479 else if (rc > 0)
5386 struct dlm_rsb *r, const struct dlm_rcom *rc)
5388 struct rcom_lock *rl = (struct rcom_lock *) rc
5385 receive_rcom_lock_args(struct dlm_ls *ls, struct dlm_lkb *lkb, struct dlm_rsb *r, const struct dlm_rcom *rc) argument
5436 dlm_recover_master_copy(struct dlm_ls *ls, const struct dlm_rcom *rc, __le32 *rl_remid, __le32 *rl_result) argument
5520 dlm_recover_process_copy(struct dlm_ls *ls, const struct dlm_rcom *rc, uint64_t seq) argument
[all...]
/linux-master/drivers/xen/events/
H A Devents_base.c817 int rc = 0; local
825 rc = HYPERVISOR_physdev_op(PHYSDEVOP_eoi, &eoi);
826 WARN_ON(rc);
865 int rc; local
874 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind_pirq);
875 if (rc != 0) {
883 rc = set_evtchn_to_irq(evtchn, info->irq);
884 if (rc)
890 rc = xen_evtchn_port_setup(evtchn);
891 if (rc)
1091 int rc; local
1151 int rc = -ENOENT; local
1327 int rc = -ENOENT; local
1634 int rc = HYPERVISOR_vcpu_op(VCPUOP_send_nmi, xen_vcpu_nr(cpu), local
1924 int pirq, rc, irq, gsi; local
2204 int rc; local
2305 int rc; local
[all...]
/linux-master/drivers/xen/
H A Devtchn.c203 int rc; local
219 rc = -EFBIG;
233 rc = wait_event_interruptible(u->evtchn_wait,
235 if (rc)
236 return rc;
257 rc = -EFAULT;
265 rc = bytes1 + bytes2;
269 return rc;
275 int rc, i; local
285 rc
378 int rc = 0; local
438 int rc; local
[all...]
H A Dballoon.c263 int nid, rc; local
322 rc = add_memory_resource(nid, resource, MHP_MERGE_RESOURCE);
326 if (rc) {
327 pr_warn("Cannot add additional memory (%i)\n", rc);
387 int rc; local
405 rc = xenmem_reservation_increase(nr_pages, frame_list);
406 if (rc <= 0)
409 for (i = 0; i < rc; i++) {
419 balloon_stats.current_pages += rc;
573 int rc; local
[all...]
/linux-master/drivers/watchdog/
H A Dit87_wdt.c266 int rc; local
268 rc = superio_enter();
269 if (rc)
270 return rc;
318 rc = superio_enter();
319 if (rc)
320 return rc;
351 rc = watchdog_register_device(&wdt_dev);
352 if (rc) {
353 pr_err("Cannot register watchdog device (err=%d)\n", rc);
[all...]
/linux-master/drivers/pcmcia/
H A Dds.c981 int rc; local
984 rc = pcmcia_dev_suspend(dev);
986 return rc;
991 int rc; local
994 rc = pcmcia_dev_resume(dev);
996 return rc;
/linux-master/drivers/irqchip/
H A Dirq-riscv-intc.c179 int rc; local
189 rc = set_handle_irq(&riscv_intc_aia_irq);
191 rc = set_handle_irq(&riscv_intc_irq);
193 if (rc) {
195 return rc;
214 int rc; local
216 rc = riscv_of_parent_hartid(node, &hartid);
217 if (rc < 0) {
/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c1503 int rc; local
1527 rc = srpt_get_desc_tbl(recv_ioctx, send_ioctx, srp_cmd, &dir,
1529 if (rc) {
1530 if (rc != -EAGAIN) {
1537 rc = target_init_cmd(cmd, ch->sess, &send_ioctx->sense_data[0],
1540 if (rc != 0) {
1541 pr_debug("target_submit_cmd() returned %d for tag %#llx\n", rc,
1594 int rc; local
1608 rc = target_submit_tmr(&send_ioctx->cmd, sess, NULL,
1612 if (rc !
[all...]
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_resp.c579 enum resp_states rc = RESPST_NONE; local
586 rc = RESPST_ERR_RKEY_VIOLATION;
594 return rc;
1275 enum resp_states rc; local
1292 rc = RESPST_PROCESS_FLUSH;
1297 rc = RESPST_CLEANUP;
1307 rc = RESPST_CLEANUP;
1320 rc = RESPST_CLEANUP;
1325 rc = RESPST_CLEANUP;
1342 rc
[all...]

Completed in 255 milliseconds

<<11121314151617181920>>