Home
last modified time | relevance | path

Searched refs:z_dump_object_error (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-2.7.6/kernel/
Duserspace_handler.c24 z_dump_object_error(ret, obj, ko, K_OBJ_ANY); in validate_any_object()
Duserspace.c592 void z_dump_object_error(int retval, const void *obj, struct z_object *ko, in z_dump_object_error() function
Dsched.c1667 z_dump_object_error(ret, thread, ko, K_OBJ_THREAD); in thread_obj_validate()
/Zephyr-Core-2.7.6/include/
Dsyscall_handler.h92 extern void z_dump_object_error(int retval, const void *obj,
457 z_dump_object_error(ret, obj, ko, otype); in z_obj_validation_check()
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/
Dsockets.c78 z_dump_object_error(ret, ctx, zo, K_OBJ_NET_SOCKET); in get_sock_vtable()
/Zephyr-Core-2.7.6/subsys/net/ip/
Dnet_if.c159 z_dump_object_error(ret, iface, zo, K_OBJ_NET_IF); in z_vrfy_net_if_get_by_index()