/Zephyr-latest/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-latest/lib/posix/options/ |
D | pthread.c | 820 int ret = ESRCH; in pthread_cancel() 828 ret = ESRCH; in pthread_cancel() 834 ret = ESRCH; in pthread_cancel() 859 int ret = ESRCH; in pthread_setschedparam() 871 ret = ESRCH; in pthread_setschedparam() 908 ret = ESRCH; in pthread_setschedprio() 912 ret = ESRCH; in pthread_setschedprio() 976 int ret = ESRCH; in pthread_getschedparam() 986 ret = ESRCH; in pthread_getschedparam() 991 ret = ESRCH; in pthread_getschedparam() [all …]
|
/Zephyr-latest/lib/libc/armstdc/include/ |
D | errno.h | 51 #define ESRCH 3 /**< No such context */ macro
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | errno.h | 41 #define ESRCH 3 /**< No such context */ macro
|
/Zephyr-latest/tests/posix/common/src/ |
D | pthread.c | 282 zassert_equal(ret, ESRCH, "uninitialized getname!"); in ZTEST() 292 zassert_equal(ret, ESRCH, "uninitialized setname!"); in ZTEST() 379 zassert_equal(ret, ESRCH, "cancelled a terminated thread!"); in ZTEST() 598 zassert_equal(pthread_setschedprio(PTHREAD_INVALID, prio), ESRCH, "ESRCH was expected"); in test_pthread_setschedprio_fn()
|
/Zephyr-latest/drivers/net/ |
D | nsos_errno.c | 26 ERR(ESRCH),
|
/Zephyr-latest/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-latest/subsys/net/lib/shell/ |
D | vlan.c | 31 if (ret != -ESRCH) { in iface_vlan_del_cb()
|
/Zephyr-latest/subsys/net/l2/ethernet/dsa/ |
D | dsa.c | 67 return -ESRCH; in dsa_check_iface()
|
/Zephyr-latest/subsys/zbus/ |
D | zbus.c | 536 int err = -ESRCH; in zbus_obs_set_chan_notification_mask() 573 int err = -ESRCH; in zbus_obs_is_chan_notification_masked()
|
/Zephyr-latest/subsys/net/ip/ |
D | igmp.c | 292 return -ESRCH; in send_igmp_report() 374 return -ESRCH; in send_igmp_v3_report()
|
D | route.c | 1054 err = -ESRCH; in net_route_packet()
|
D | net_if.c | 1081 ret = -ESRCH; in net_if_config_ipv6_get() 1121 ret = -ESRCH; in net_if_config_ipv6_put() 3407 ret = -ESRCH; in net_if_config_ipv4_get() 3446 ret = -ESRCH; in net_if_config_ipv4_put()
|
/Zephyr-latest/subsys/net/l2/ethernet/lldp/ |
D | lldp.c | 225 return -ESRCH; in lldp_check_iface()
|
/Zephyr-latest/tests/subsys/zbus/unittests/src/ |
D | main.c | 673 zassert_equal(-ESRCH, in ZTEST() 687 zassert_equal(-ESRCH, in ZTEST()
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | SYSVIEW_Zephyr.txt | 12 NamedType ErrCodePosix *=%i 0=ESUCCESS -1=EPERM -2=ENOENT -3=ESRCH -4=EINTR …
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_senml_cbor.c | 950 return -ESRCH; in do_composite_read_op_senml_cbor() 1057 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-latest/subsys/net/l2/ethernet/ |
D | vlan.c | 482 return -ESRCH; in net_eth_vlan_disable()
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_core.c | 249 return -ESRCH; in http_server_init()
|
D | http_server_http1.c | 492 return -ESRCH; in handle_http1_dynamic_resource()
|
D | http_server_http2.c | 716 return -ESRCH; in handle_http2_dynamic_resource()
|
/Zephyr-latest/subsys/sip_svc/ |
D | sip_svc_subsys.c | 703 return -ESRCH; in sip_svc_send()
|
/Zephyr-latest/tests/net/vlan/src/ |
D | main.c | 692 zassert_equal(ret, -ESRCH, "VLAN tag %d disabled for iface 1", in test_vlan_disable()
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_cap.c | 752 if (err == -ESRCH) { in btp_cap_broadcast_adv_stop()
|