Home
last modified time | relevance | path

Searched refs:rc2 (Results 1 – 41 of 41) sorted by relevance

/linux-4.4.14/fs/ecryptfs/
Dread_write.c200 int rc2; in ecryptfs_write() local
202 rc2 = ecryptfs_write_inode_size_to_metadata( in ecryptfs_write()
204 if (rc2) { in ecryptfs_write()
207 "rc = [%d]\n", rc2); in ecryptfs_write()
209 rc = rc2; in ecryptfs_write()
/linux-4.4.14/drivers/net/ethernet/sfc/
Def10_sriov.c540 int rc = 0, rc2 = 0; in efx_ef10_sriov_set_vf_vlan() local
605 rc2 = efx_ef10_vport_add_mac(efx, vf->vport_id, vf->mac); in efx_ef10_sriov_set_vf_vlan()
606 if (rc2) { in efx_ef10_sriov_set_vf_vlan()
613 rc2 = efx_ef10_evb_port_assign(efx, vf->vport_id, vf_i); in efx_ef10_sriov_set_vf_vlan()
614 if (rc2) in efx_ef10_sriov_set_vf_vlan()
621 rc2 = efx_ef10_vadaptor_alloc(vf->efx, EVB_PORT_ID_ASSIGNED); in efx_ef10_sriov_set_vf_vlan()
622 if (rc2) in efx_ef10_sriov_set_vf_vlan()
628 rc2 = vf->efx->type->filter_table_probe(vf->efx); in efx_ef10_sriov_set_vf_vlan()
629 if (rc2) in efx_ef10_sriov_set_vf_vlan()
636 rc2 = efx_net_open(vf->efx->net_dev); in efx_ef10_sriov_set_vf_vlan()
[all …]
Dsiena.c98 int rc, rc2; in siena_test_chip() local
116 rc2 = efx_reset_up(efx, reset_method, rc == 0); in siena_test_chip()
117 return rc ? rc : rc2; in siena_test_chip()
Defx.c771 int rc, rc2; in efx_realloc_channels() local
851 rc2 = efx_soft_enable_interrupts(efx); in efx_realloc_channels()
852 if (rc2) { in efx_realloc_channels()
853 rc = rc ? rc : rc2; in efx_realloc_channels()
2586 int rc, rc2; in efx_reset() local
2620 rc2 = efx_reset_up(efx, method, !disabled); in efx_reset()
2621 if (rc2) { in efx_reset()
2624 rc = rc2; in efx_reset()
Def10.c4098 int rc, rc2; in efx_ef10_vport_set_mac_address() local
4125 rc2 = efx_ef10_vport_add_mac(efx, nic_data->vport_id, mac_old); in efx_ef10_vport_set_mac_address()
4126 if (rc2) { in efx_ef10_vport_set_mac_address()
4134 rc2 = efx_ef10_vadaptor_alloc(efx, nic_data->vport_id); in efx_ef10_vport_set_mac_address()
4135 if (rc2) in efx_ef10_vport_set_mac_address()
4139 rc2 = efx_ef10_filter_table_probe(efx); in efx_ef10_vport_set_mac_address()
4141 if (rc2) in efx_ef10_vport_set_mac_address()
4144 rc2 = efx_net_open(efx->net_dev); in efx_ef10_vport_set_mac_address()
4145 if (rc2) in efx_ef10_vport_set_mac_address()
4157 return rc ? rc : rc2; in efx_ef10_vport_set_mac_address()
[all …]
Dfalcon.c1897 int rc, rc2; in falcon_b0_test_chip() local
1919 rc2 = efx_reset_up(efx, reset_method, rc == 0); in falcon_b0_test_chip()
1920 return rc ? rc : rc2; in falcon_b0_test_chip()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c1586 int rc2; in lnet_ping_target_init() local
1637 rc2 = LNetMEUnlink(meh); in lnet_ping_target_init()
1638 LASSERT(rc2 == 0); in lnet_ping_target_init()
1640 rc2 = LNetEQFree(the_lnet.ln_ping_target_eq); in lnet_ping_target_init()
1641 LASSERT(rc2 == 0); in lnet_ping_target_init()
1701 int rc2; in lnet_ping() local
1746 rc2 = LNetMDUnlink(mdh); in lnet_ping()
1747 LASSERT(rc2 == 0); in lnet_ping()
1759 rc2 = LNetEQPoll(&eqh, 1, timeout_ms, &event, &which); in lnet_ping()
1764 CDEBUG(D_NET, "poll %d(%d %d)%s\n", rc2, in lnet_ping()
[all …]
Dacceptor.c440 long rc2; in lnet_acceptor_start() local
457 rc2 = PTR_ERR(kthread_run(lnet_acceptor, in lnet_acceptor_start()
460 if (IS_ERR_VALUE(rc2)) { in lnet_acceptor_start()
461 CERROR("Can't start acceptor thread: %ld\n", rc2); in lnet_acceptor_start()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c88 int rc2; in ptl_send_buf() local
94 rc2 = LNetMDUnlink(*mdh); in ptl_send_buf()
95 LASSERTF(rc2 == 0, "rc2 = %d\n", rc2); in ptl_send_buf()
118 int rc2; in ptlrpc_register_bulk() local
194 rc2 = LNetMEUnlink(me_h); in ptlrpc_register_bulk()
195 LASSERT(rc2 == 0); in ptlrpc_register_bulk()
487 int rc2; in ptl_send_rpc() local
660 rc2 = LNetMEUnlink(reply_me_h); in ptl_send_rpc()
661 LASSERT(rc2 == 0); in ptl_send_rpc()
Dptlrpcd.c283 int rc2; in ptlrpcd_check() local
304 rc2 = lu_env_refill(env); in ptlrpcd_check()
305 if (rc2 != 0) { in ptlrpcd_check()
316 CERROR("Failure to refill session: %d\n", rc2); in ptlrpcd_check()
Dnrs.c1190 int rc2; in ptlrpc_nrs_policy_register() local
1207 rc2 = nrs_policy_unregister_locked(desc); in ptlrpc_nrs_policy_register()
1211 LASSERT(rc2 == 0); in ptlrpc_nrs_policy_register()
1230 rc2 = nrs_policy_unregister_locked(desc); in ptlrpc_nrs_policy_register()
1234 LASSERT(rc2 == 0); in ptlrpc_nrs_policy_register()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dxattr.c544 int rc = 0, rc2 = 0; in ll_listxattr() local
585 rc2 = -1; in ll_listxattr()
587 rc2 = ll_dir_getstripe(inode, &lmm, &lmmsize, &request); in ll_listxattr()
590 if (rc2 < 0) { in ll_listxattr()
591 rc2 = 0; in ll_listxattr()
609 rc2 = total_len; in ll_listxattr()
613 rc = rc + rc2; in ll_listxattr()
Dfile.c750 int rc2; in ll_lease_open() local
860 rc2 = ll_close_inode_openhandle(sbi->ll_md_exp, inode, och, NULL); in ll_lease_open()
861 if (rc2) in ll_lease_open()
862 CERROR("Close openhandle returned %d\n", rc2); in ll_lease_open()
2663 int rc2 = 0; in ll_file_flock() local
2755 rc2 = locks_lock_file_wait(file, file_lock); in ll_file_flock()
2757 if (rc2 && file_lock->fl_type != F_UNLCK) { in ll_file_flock()
2761 rc = rc2; in ll_file_flock()
/linux-4.4.14/security/selinux/
Davc.c1017 int rc = 0, rc2; in avc_has_extended_perms() local
1071 rc2 = avc_xperms_audit(ssid, tsid, tclass, requested, in avc_has_extended_perms()
1073 if (rc2) in avc_has_extended_perms()
1074 return rc2; in avc_has_extended_perms()
1146 int rc, rc2; in avc_has_perm() local
1150 rc2 = avc_audit(ssid, tsid, tclass, requested, &avd, rc, auditdata, 0); in avc_has_perm()
1151 if (rc2) in avc_has_perm()
1152 return rc2; in avc_has_perm()
1161 int rc, rc2; in avc_has_perm_flags() local
1165 rc2 = avc_audit(ssid, tsid, tclass, requested, &avd, rc, in avc_has_perm_flags()
[all …]
Dhooks.c1592 int rc2 = avc_audit(sid, sid, sclass, av, &avd, rc, &ad, 0); in cred_has_capability() local
1593 if (rc2) in cred_has_capability()
1594 return rc2; in cred_has_capability()
2895 int rc, rc2; in selinux_inode_permission() local
2922 rc2 = audit_inode_permission(inode, perms, audited, denied, rc, flags); in selinux_inode_permission()
2923 if (rc2) in selinux_inode_permission()
2924 return rc2; in selinux_inode_permission()
/linux-4.4.14/drivers/ide/
Dqd65xx.c426 int rc1, rc2 = -ENODEV; in qd65xx_init() local
433 rc2 = qd_probe(0xb0); in qd65xx_init()
435 if (rc1 < 0 && rc2 < 0) in qd65xx_init()
/linux-4.4.14/drivers/net/ethernet/ibm/
Dibmveth.c777 int rc1 = 0, rc2 = 0; in ibmveth_set_csum_offload() local
852 rc2 = ibmveth_open(dev); in ibmveth_set_csum_offload()
854 return rc1 ? rc1 : rc2; in ibmveth_set_csum_offload()
862 int rc1 = 0, rc2 = 0; in ibmveth_set_tso() local
914 rc2 = ibmveth_open(dev); in ibmveth_set_tso()
916 return rc1 ? rc1 : rc2; in ibmveth_set_tso()
925 int rc1 = 0, rc2 = 0; in ibmveth_set_features() local
935 rc2 = ibmveth_set_tso(dev, large_send); in ibmveth_set_features()
936 if (rc2 && !adapter->large_send) in ibmveth_set_features()
941 return rc1 ? rc1 : rc2; in ibmveth_set_features()
/linux-4.4.14/net/llc/
Dllc_conn.c461 int rc2 = (*next_action)(sk, skb); in llc_exec_conn_trans_actions() local
463 if (rc2 == 2) { in llc_exec_conn_trans_actions()
464 rc = rc2; in llc_exec_conn_trans_actions()
466 } else if (rc2) in llc_exec_conn_trans_actions()
/linux-4.4.14/arch/mips/kvm/
D00README.txt24 …Linux-3.7-rc2 based SMP guest hangs due to the following code sequence in the generated TLB handle…
/linux-4.4.14/Documentation/
Dapplying-patches.txt373 # moving from 2.6.12-git1 to 2.6.13-rc2-git3
377 $ patch -p1 < ../patch-2.6.13-rc2 # apply the 2.6.13-rc2 patch
378 # the kernel is now 2.6.13-rc2
379 $ patch -p1 < ../patch-2.6.13-rc2-git3 # apply the 2.6.13-rc2-git3 patch
380 # the kernel is now 2.6.13-rc2-git3
382 $ mv linux-2.6.12-git1 linux-2.6.13-rc2-git3 # rename source dir
Dstatic-keys.txt252 performance improvement. Testing done on 3.3.0-rc2:
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c790 int rc2; in echo_device_alloc() local
792 rc2 = echo_client_cleanup(obd); in echo_device_alloc()
793 if (rc2) in echo_device_alloc()
795 obd->obd_name, rc2); in echo_device_alloc()
1521 int rc2; in echo_client_page_debug_check() local
1533 rc2 = block_debug_check("test_brw", in echo_client_page_debug_check()
1536 if (rc2 != 0) { in echo_client_page_debug_check()
1538 rc = rc2; in echo_client_page_debug_check()
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1411 int rc2; in mgc_process_recover_log() local
1415 rc2 = mgc_apply_recover_logs(obd, cld, res->mcr_offset, ptr, in mgc_process_recover_log()
1419 if (rc2 < 0) { in mgc_process_recover_log()
1421 cld->cld_logname, rc2); in mgc_process_recover_log()
/linux-4.4.14/Documentation/scsi/
Dlpfc.txt59 is contained in the 2.6.10-rc2 (and later) patch kits. As such, this
DChangeLog.megaraid558 Older Version : megaraid 2.20.0.rc2 and 2.00.3
DChangeLog.lpfc8 * Fixed build warning for 2.6.12-rc2 kernels: mempool_alloc now
449 clean;make ADVANCED=1 on SMP x86, 2.6.10-rc2 on RHEL 4 Beta
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c541 int i, rc = 0, rc2; in class_notify_sptlrpc_conf() local
565 rc2 = obd_set_info_async(NULL, obd->obd_self_export, in class_notify_sptlrpc_conf()
568 rc = rc ? rc : rc2; in class_notify_sptlrpc_conf()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h1232 int rc2; in obd_notify_observer() local
1245 rc2 = onu->onu_upcall(observer, observed, ev, in obd_notify_observer()
1248 rc2 = 0; in obd_notify_observer()
1250 return rc1 ? rc1 : rc2; in obd_notify_observer()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c310 int rc2; in kiblnd_handle_rx() local
325 rc2 = conn->ibc_credits; in kiblnd_handle_rx()
330 rc2, credits, in kiblnd_handle_rx()
418 rc2 = kiblnd_init_rdma(conn, tx, IBLND_MSG_PUT_DONE, in kiblnd_handle_rx()
422 if (rc2 < 0) in kiblnd_handle_rx()
424 libcfs_nid2str(conn->ibc_peer->ibp_nid), rc2); in kiblnd_handle_rx()
/linux-4.4.14/drivers/s390/net/
Dqeth_l2_main.c1273 int rc = 0, rc2 = 0, rc3 = 0; in __qeth_l2_set_offline() local
1290 rc2 = ccw_device_set_offline(CARD_WDEV(card)); in __qeth_l2_set_offline()
1293 rc = (rc2) ? rc2 : rc3; in __qeth_l2_set_offline()
Dqeth_core_main.c1606 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_halt_channels() local
1610 rc2 = qeth_halt_channel(&card->write); in qeth_halt_channels()
1614 if (rc2) in qeth_halt_channels()
1615 return rc2; in qeth_halt_channels()
1621 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_clear_channels() local
1625 rc2 = qeth_clear_channel(&card->write); in qeth_clear_channels()
1629 if (rc2) in qeth_clear_channels()
1630 return rc2; in qeth_clear_channels()
Dqeth_l3_main.c3382 int rc = 0, rc2 = 0, rc3 = 0; in __qeth_l3_set_offline() local
3404 rc2 = ccw_device_set_offline(CARD_WDEV(card)); in __qeth_l3_set_offline()
3407 rc = (rc2) ? rc2 : rc3; in __qeth_l3_set_offline()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c562 int rc2; in lmv_check_connect() local
570 rc2 = obd_disconnect(tgt->ltd_exp); in lmv_check_connect()
571 if (rc2) { in lmv_check_connect()
573 tgt->ltd_uuid.uuid, i, rc2); in lmv_check_connect()
/linux-4.4.14/Documentation/power/
Dvideo.txt68 http://dev.gentoo.org/~marineam/patch-radeonfb-2.6.11-rc2-mm2.
/linux-4.4.14/arch/xtensa/configs/
Dcommon_defconfig3 # Linux kernel version: 2.6.11-rc2
/linux-4.4.14/Documentation/networking/
Dnetdev-FAQ.txt44 content, rc2 is released. This repeats on a roughly weekly basis
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h1586 uint64_t rc2:4; member
1592 uint64_t rc2:4;
/linux-4.4.14/Documentation/development-process/
D2.Process73 January 21 2.6.38-rc2
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_init.c6849 int length, i, rc = 0, rc2; in lpfc_sli4_read_config() local
6963 rc2 = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL); in lpfc_sli4_read_config()
6968 if (rc2 || shdr_status || shdr_add_status) { in lpfc_sli4_read_config()
/linux-4.4.14/Documentation/trace/
Dftrace.txt10 Written for: 2.6.28-rc2
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3887 /etc/rc2.d/S10sysklogd: line 49: 93 Terminated