Searched refs:path_to_objs (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/subsys/net/lib/lwm2m/ | 
| D | lwm2m_registry.c | 367 int path_to_objs(const struct lwm2m_obj_path *path, struct lwm2m_engine_obj_inst **obj_inst,  in path_to_objs()  function 448 	ret = path_to_objs(path, NULL, &obj_field, NULL, NULL);  in is_string() 473 	ret = path_to_objs(path, NULL, NULL, NULL, &res_inst);  in lwm2m_set_res_buf() 558 	ret = path_to_objs(path, &obj_inst, &obj_field, &res, &res_inst);  in lwm2m_engine_set() 831 	ret = path_to_objs(path, NULL, NULL, NULL, &res_inst);  in lwm2m_get_res_buf() 879 	ret = path_to_objs(path, &obj_inst, &obj_field, &res, &res_inst);  in lwm2m_engine_get() 1086 	return path_to_objs(path, NULL, NULL, res, NULL);  in lwm2m_get_resource() 1172 	ret = path_to_objs(path, NULL, NULL, &r, &r_i);  in lwm2m_engine_get_create_res_inst() 1210 	ret = path_to_objs(path, NULL, NULL, &res, &res_inst);  in lwm2m_create_res_inst() 1241 	ret = path_to_objs(path, NULL, NULL, NULL, &res_inst);  in lwm2m_delete_res_inst() [all …] 
 | 
| D | lwm2m_registry.h | 147 int path_to_objs(const struct lwm2m_obj_path *path, struct lwm2m_engine_obj_inst **obj_inst,
  | 
| D | lwm2m_observation.c | 294 		ret = path_to_objs(path, NULL, NULL, NULL, &res_inst);  in engine_observe_get_attributes() 1006 		ret = path_to_objs(path, NULL, NULL, &res, NULL);  in lwm2m_get_path_reference_ptr() 1015 		ret = path_to_objs(path, NULL, NULL, NULL, &res_inst);  in lwm2m_get_path_reference_ptr()
  | 
| D | lwm2m_message_handling.c | 2298 	ret = path_to_objs(&msg->path, &obj_inst, NULL, &res, NULL);  in lwm2m_exec_handler()
  |