Home
last modified time | relevance | path

Searched refs:ESRCH (Results 101 – 125 of 206) sorted by relevance

123456789

/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dserv.py308 if err.errno == errno.ESRCH:
/openbmc/linux/net/xfrm/
H A Dxfrm_user.c838 err = -ESRCH; in xfrm_user_state_lookup()
849 err = -ESRCH; in xfrm_user_state_lookup()
866 int err = -ESRCH; in xfrm_del_sa()
1550 int err = -ESRCH; in xfrm_get_sa()
2379 if (err == -ESRCH) /* empty table */ in xfrm_flush_sa()
2486 return -ESRCH; in xfrm_get_ae()
2544 return -ESRCH; in xfrm_new_ae()
2585 if (err == -ESRCH) /* empty table */ in xfrm_flush_policy()
H A Dxfrm_policy.c1848 err = -ESRCH; in xfrm_policy_flush()
1888 err = -ESRCH; in xfrm_dev_policy_flush()
1973 int ret = -ESRCH; in xfrm_policy_match()
2111 if (err != -ESRCH) in __xfrm_policy_eval_candidates()
2183 if (err == -ESRCH) in xfrm_policy_lookup_bytype()
2268 } else if (err == -ESRCH) { in xfrm_sk_policy_lookup()
2486 } else if (error == -ESRCH) { in xfrm_tmpl_resolve_one()
/openbmc/linux/net/ipv4/
H A Dtcp_metrics.c868 ret = -ESRCH; in tcp_metrics_nl_cmd_get()
964 return -ESRCH; in tcp_metrics_nl_cmd_del()
/openbmc/linux/fs/xfs/scrub/
H A Drepair.c728 case -ESRCH: in xrep_ino_dqattach()
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-sva.c105 err = -ESRCH; in arm_smmu_alloc_shared_cd()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c512 return -ESRCH; in vmw_overlay_claim()
H A Dvmwgfx_bo.c615 return -ESRCH; in vmw_user_bo_lookup()
/openbmc/qemu/hw/i386/kvm/
H A Dxen_gnttab.c218 return -ESRCH; in xen_gnttab_get_version_op()
/openbmc/linux/fs/ocfs2/
H A Dquota_global.c885 status = -ESRCH; in ocfs2_get_next_id()
903 if (status && status != -ENOENT && status != -ESRCH) in ocfs2_get_next_id()
/openbmc/linux/net/l2tp/
H A Dl2tp_netlink.c120 if (ret == -ESRCH) in l2tp_tunnel_notify()
148 if (ret == -ESRCH) in l2tp_session_notify()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c1048 return -ESRCH; in kgd2kfd_quiesce_mm()
1068 return -ESRCH; in kgd2kfd_resume_mm()
/openbmc/linux/net/netlink/
H A Dgenetlink.c1774 else if (err != -ESRCH) in genlmsg_mcast()
1784 else if (err != -ESRCH) in genlmsg_mcast()
1786 return delivered ? 0 : -ESRCH; in genlmsg_mcast()
/openbmc/linux/arch/arm/common/
H A DbL_switcher.c358 return -ESRCH; in bL_switch_request_cb()
/openbmc/qemu/system/
H A Dcpus.c480 if (err && err != ESRCH) { in cpus_kick_thread()
/openbmc/linux/drivers/android/
H A Dbinder_alloc.c309 return vma ? -ENOMEM : -ESRCH; in binder_update_page_range()
390 return ERR_PTR(-ESRCH); in binder_alloc_new_buf_locked()
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c366 EXPECT_EQ(errno, ESRCH); in TEST_F()
/openbmc/linux/fs/quota/
H A Dquota.c112 return -ESRCH; in quota_getfmt()
133 return -ESRCH; in quota_getinfo()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dvas-window.c1369 return ERR_PTR(-ESRCH); in vas_pswid_to_window()
1375 return ERR_PTR(-ESRCH); in vas_pswid_to_window()
/openbmc/linux/kernel/futex/
H A Dpi.c373 return -ESRCH; in handle_exit_race()
/openbmc/linux/net/mptcp/
H A Dpm_userspace.c545 err = -ESRCH; in mptcp_nl_cmd_sf_destroy()
/openbmc/linux/net/ipv6/ila/
H A Dila_xlat.c479 ret = -ESRCH; in ila_xlat_nl_cmd_get_mapping()
/openbmc/linux/kernel/
H A Dkallsyms.c235 return -ESRCH; in kallsyms_lookup_names()
/openbmc/linux/drivers/power/supply/
H A Dds2760_battery.c754 retval = -ESRCH; in w1_ds2760_add_slave()
/openbmc/linux/drivers/isdn/capi/
H A Dkcapi.c882 retval = -ESRCH; in capi20_manufacturer()

123456789