Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/speex/
H A Dspeexdsp_1.2.0.bb22 # speexdsp was split off from speex in 1.2rc2. Older versions of speex can't
24 RCONFLICTS:${PN} = "speex (< 1.2rc2)"
25 RCONFLICTS:${PN}-dbg = "speex-dbg (< 1.2rc2)"
26 RCONFLICTS:${PN}-dev = "speex-dev (< 1.2rc2)"
27 RCONFLICTS:${PN}-staticdev = "speex-staticdev (< 1.2rc2)"
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dread_write.c188 int rc2; in ecryptfs_write() local
190 rc2 = ecryptfs_write_inode_size_to_metadata( in ecryptfs_write()
192 if (rc2) { in ecryptfs_write()
195 "rc = [%d]\n", rc2); in ecryptfs_write()
197 rc = rc2; in ecryptfs_write()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Def10_sriov.c566 int rc = 0, rc2 = 0; in efx_ef10_sriov_set_vf_vlan() local
631 rc2 = efx_ef10_vport_add_mac(efx, vf->vport_id, vf->mac); in efx_ef10_sriov_set_vf_vlan()
632 if (rc2) { in efx_ef10_sriov_set_vf_vlan()
639 rc2 = efx_ef10_evb_port_assign(efx, vf->vport_id, vf_i); in efx_ef10_sriov_set_vf_vlan()
640 if (rc2) in efx_ef10_sriov_set_vf_vlan()
647 rc2 = efx_ef10_vadaptor_alloc(vf->efx, EVB_PORT_ID_ASSIGNED); in efx_ef10_sriov_set_vf_vlan()
648 if (rc2) in efx_ef10_sriov_set_vf_vlan()
654 rc2 = vf->efx->type->filter_table_probe(vf->efx); in efx_ef10_sriov_set_vf_vlan()
655 if (rc2) in efx_ef10_sriov_set_vf_vlan()
661 rc2 = efx_net_open(vf->efx->net_dev); in efx_ef10_sriov_set_vf_vlan()
[all …]
H A Def10.c3190 int rc, rc2; in efx_ef10_vport_set_mac_address() local
3217 rc2 = efx_ef10_vport_add_mac(efx, efx->vport_id, mac_old); in efx_ef10_vport_set_mac_address()
3218 if (rc2) { in efx_ef10_vport_set_mac_address()
3226 rc2 = efx_ef10_vadaptor_alloc(efx, efx->vport_id); in efx_ef10_vport_set_mac_address()
3227 if (rc2) in efx_ef10_vport_set_mac_address()
3231 rc2 = efx_ef10_filter_table_probe(efx); in efx_ef10_vport_set_mac_address()
3233 if (rc2) in efx_ef10_vport_set_mac_address()
3236 rc2 = efx_net_open(efx->net_dev); in efx_ef10_vport_set_mac_address()
3237 if (rc2) in efx_ef10_vport_set_mac_address()
3249 return rc ? rc : rc2; in efx_ef10_vport_set_mac_address()
[all …]
H A Defx_common.c813 int rc, rc2 = 0; in efx_reset() local
853 rc2 = efx_reset_up(efx, method, !disabled); in efx_reset()
854 if (rc2) { in efx_reset()
857 rc = rc2; in efx_reset()
/OK3568_Linux_fs/buildroot/package/alsamixergui/
H A Dalsamixergui.hash1 …t.debian.org/archive/debian/20141023T043132Z/pool/main/a/alsamixergui/alsamixergui_0.9.0rc2-1-9.dsc
2 md5 af942a41b81ba27e2e4d0a1e1ab0decb alsamixergui_0.9.0rc2-1.orig.tar.gz
H A Dalsamixergui.mk7 ALSAMIXERGUI_VERSION = 0.9.0rc2-1
/OK3568_Linux_fs/kernel/security/selinux/
H A Davc.c1062 int rc = 0, rc2; in avc_has_extended_perms() local
1118 rc2 = avc_xperms_audit(state, ssid, tsid, tclass, requested, in avc_has_extended_perms()
1120 if (rc2) in avc_has_extended_perms()
1121 return rc2; in avc_has_extended_perms()
1196 int rc, rc2; in avc_has_perm() local
1201 rc2 = avc_audit(state, ssid, tsid, tclass, requested, &avd, rc, in avc_has_perm()
1203 if (rc2) in avc_has_perm()
1204 return rc2; in avc_has_perm()
1214 int rc, rc2; in avc_has_perm_flags() local
1220 rc2 = avc_audit(state, ssid, tsid, tclass, requested, &avd, rc, in avc_has_perm_flags()
[all …]
/OK3568_Linux_fs/buildroot/configs/
H A Dmicrochip_sama5d2_icp_mmc_defconfig20 …ARBALL_LOCATION="$(call github,linux4sam,at91bootstrap,v4.0.0-rc2)/at91bootstrap-v4.0.0-rc2.tar.gz"
H A Dmicrochip_sama5d2_icp_mmc_dev_defconfig63 …ARBALL_LOCATION="$(call github,linux4sam,at91bootstrap,v4.0.0-rc2)/at91bootstrap-v4.0.0-rc2.tar.gz"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A Dcollectd.init194 rc2="$?"
195 case "$rc2" in
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c120 int rc2 = htab_remove_mapping(start, start + page_size, in hash__vmemmap_create_mapping() local
123 BUG_ON(rc2 && (rc2 != -ENOENT)); in hash__vmemmap_create_mapping()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dqd65xx.c427 int rc1, rc2 = -ENODEV; in qd65xx_init() local
434 rc2 = qd_probe(0xb0); in qd65xx_init()
436 if (rc1 < 0 && rc2 < 0) in qd65xx_init()
/OK3568_Linux_fs/u-boot/board/bosch/shc/
H A DREADME79 U-Boot SPL 2016.05-rc2-00016-gf23b960-dirty (Apr 26 2016 - 09:02:18)
105 U-Boot 2016.05-rc2-00016-gf23b960-dirty (Apr 26 2016 - 09:02:18 +0200)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/
H A Dibmveth.c776 int rc1 = 0, rc2 = 0; in ibmveth_set_csum_offload() local
850 rc2 = ibmveth_open(dev); in ibmveth_set_csum_offload()
852 return rc1 ? rc1 : rc2; in ibmveth_set_csum_offload()
860 int rc1 = 0, rc2 = 0; in ibmveth_set_tso() local
912 rc2 = ibmveth_open(dev); in ibmveth_set_tso()
914 return rc1 ? rc1 : rc2; in ibmveth_set_tso()
923 int rc1 = 0, rc2 = 0; in ibmveth_set_features() local
934 rc2 = ibmveth_set_tso(dev, large_send); in ibmveth_set_features()
935 if (rc2 && !adapter->large_send) in ibmveth_set_features()
940 return rc1 ? rc1 : rc2; in ibmveth_set_features()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/libnet/
H A Dlibnet_1.2-rc3.bb9 PROVIDES = "libnet-1.2rc2"
/OK3568_Linux_fs/buildroot/support/kconfig/
H A DREADME.buildroot1 This is a copy of the kconfig code in the kernel (currently 4.17-rc2) tweaked
/OK3568_Linux_fs/kernel/net/llc/
H A Dllc_conn.c442 int rc2 = (*next_action)(sk, skb); in llc_exec_conn_trans_actions() local
444 if (rc2 == 2) { in llc_exec_conn_trans_actions()
445 rc = rc2; in llc_exec_conn_trans_actions()
447 } else if (rc2) in llc_exec_conn_trans_actions()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrokdecode/
H A Dpython39.patch26 2.24.0.rc2
/OK3568_Linux_fs/buildroot/package/libsigrokdecode/
H A D0001-configure-ac-Add-support-for-Python-3-9.patch27 2.24.0.rc2
/OK3568_Linux_fs/u-boot/doc/SPI/
H A DREADME.ftssp010_spi_test4 U-Boot 2014.01-rc2-g3444b6f (Dec 20 2013 - 10:58:40)
/OK3568_Linux_fs/buildroot/package/icu/
H A D0003-link-icudata-as-data-only.patch34 2.0.0.rc2
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-selinux-disable3 KernelVersion: 2.6.12-rc2 (predates git)
H A Dsysfs-selinux-checkreqprot3 KernelVersion: 2.6.12-rc2 (predates git)
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A D2.Process.rst63 二月 18 4.16-rc2

123