Lines Matching refs:obj
103 if (inst[i].obj && ac_data[i].obj_id == obj_id && in obj_inst_to_index()
115 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in available_obj_inst_id()
142 if (avail < 0 && !inst[index].obj) { in access_control_add()
286 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in access_control_check_access()
324 struct lwm2m_engine_obj *obj; in add_existing_objects() local
326 SYS_SLIST_FOR_EACH_CONTAINER(lwm2m_engine_obj_list(), obj, node) { in add_existing_objects()
327 access_control_add_obj(obj->obj_id, -1); in add_existing_objects()
334 access_control_add(obj_inst->obj->obj_id, obj_inst->obj_inst_id, -1); in add_existing_objects()
358 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in write_validate_cb()
385 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in ac_create()
393 if (avail < 0 && !inst[index].obj) { in ac_create()