/Zephyr-Core-3.7.0/subsys/storage/flash_map/ |
D | flash_map_integrity.c | 61 return -ESRCH; in flash_area_check_int_sha256() 83 rc = -ESRCH; in flash_area_check_int_sha256() 96 rc = -ESRCH; in flash_area_check_int_sha256()
|
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | pthread.c | 800 ret = ESRCH; in pthread_cancel() 806 ret = ESRCH; in pthread_cancel() 842 ret = ESRCH; in pthread_setschedparam() 882 ret = ESRCH; in pthread_setschedprio() 955 ret = ESRCH; in pthread_getschedparam() 960 ret = ESRCH; in pthread_getschedparam() 1050 ret = ESRCH; in pthread_join() 1063 ret = ESRCH; in pthread_join() 1075 case ESRCH: in pthread_join() 1114 ret = ESRCH; in pthread_detach() [all …]
|
/Zephyr-Core-3.7.0/lib/libc/minimal/include/ |
D | errno.h | 41 #define ESRCH 3 /**< No such context */ macro
|
/Zephyr-Core-3.7.0/lib/libc/armstdc/include/ |
D | errno.h | 51 #define ESRCH 3 /**< No such context */ macro
|
/Zephyr-Core-3.7.0/tests/posix/common/src/ |
D | pthread.c | 274 zassert_equal(ret, ESRCH, "uninitialized getname!"); in ZTEST() 284 zassert_equal(ret, ESRCH, "uninitialized setname!"); in ZTEST() 371 zassert_equal(ret, ESRCH, "cancelled a terminated thread!"); in ZTEST() 550 zassert_equal(pthread_setschedprio(PTHREAD_INVALID, prio), ESRCH, "ESRCH was expected"); in test_pthread_setschedprio_fn()
|
/Zephyr-Core-3.7.0/drivers/net/ |
D | nsos_errno.c | 26 ERR(ESRCH),
|
/Zephyr-Core-3.7.0/tests/kernel/mem_protect/syscalls/src/ |
D | main.c | 99 return ESRCH; in z_impl_string_copy() 283 zassert_equal(ret, ESRCH, "got %d", ret); in ZTEST_USER()
|
/Zephyr-Core-3.7.0/subsys/net/lib/shell/ |
D | vlan.c | 31 if (ret != -ESRCH) { in iface_vlan_del_cb()
|
/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/dsa/ |
D | dsa.c | 67 return -ESRCH; in dsa_check_iface()
|
/Zephyr-Core-3.7.0/subsys/zbus/ |
D | zbus.c | 490 int err = -ESRCH; in zbus_obs_set_chan_notification_mask() 527 int err = -ESRCH; in zbus_obs_is_chan_notification_masked()
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | igmp.c | 295 return -ESRCH; in send_igmp_report() 377 return -ESRCH; in send_igmp_v3_report()
|
D | route.c | 1052 err = -ESRCH; in net_route_packet()
|
D | net_if.c | 1055 ret = -ESRCH; in net_if_config_ipv6_get() 1095 ret = -ESRCH; in net_if_config_ipv6_put() 3316 ret = -ESRCH; in net_if_config_ipv4_get() 3355 ret = -ESRCH; in net_if_config_ipv4_put()
|
/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/lldp/ |
D | lldp.c | 225 return -ESRCH; in lldp_check_iface()
|
/Zephyr-Core-3.7.0/tests/subsys/zbus/unittests/src/ |
D | main.c | 673 zassert_equal(-ESRCH, in ZTEST() 687 zassert_equal(-ESRCH, in ZTEST()
|
/Zephyr-Core-3.7.0/subsys/tracing/sysview/ |
D | SYSVIEW_Zephyr.txt | 12 NamedType ErrCodePosix *=%i 0=ESUCCESS -1=EPERM -2=ENOENT -3=ESRCH -4=EINTR …
|
/Zephyr-Core-3.7.0/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_senml_cbor.c | 938 return -ESRCH; in do_composite_read_op_senml_cbor() 1045 return -ESRCH; in do_composite_observe_parse_path_senml_cbor()
|
D | lwm2m_rw_senml_json.c | 1650 return -ESRCH; in do_composite_read_op_senml_json() 1685 return -ESRCH; in do_composite_observe_parse_path_senml_json()
|
/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/ |
D | vlan.c | 483 return -ESRCH; in net_eth_vlan_disable()
|
/Zephyr-Core-3.7.0/subsys/net/lib/http/ |
D | http_server_http1.c | 371 return -ESRCH; in handle_http1_dynamic_resource()
|
D | http_server_core.c | 223 return -ESRCH; in http_server_init()
|
D | http_server_http2.c | 663 return -ESRCH; in handle_http2_dynamic_resource()
|
/Zephyr-Core-3.7.0/tests/net/vlan/src/ |
D | main.c | 642 zassert_equal(ret, -ESRCH, "VLAN tag %d disabled for iface 1", in test_vlan_disable()
|
/Zephyr-Core-3.7.0/subsys/sip_svc/ |
D | sip_svc_subsys.c | 703 return -ESRCH; in sip_svc_send()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/ |
D | l2cap_br.c | 832 return -ESRCH; in l2cap_br_conn_req_reply()
|