Lines Matching full:instance

12  * @brief Main access control logic. Checks if the server with instance id @p server_obj_inst are
13 * allowed to do @p operation on the object instance of object id @p obj_id
14 * and object instance id @p obj_inst_id. If access control is enabled, this should
17 * @param obj_id object id of the object instance having its rights checked.
18 * @param obj_inst_id object instance id of the object instance having its rights checked.
19 * @param server_obj_inst object instance id of the server attempting to do the operation.
31 * @brief Creates an access control object instance. Should be called every
32 * time an object instance is created.
34 * @param obj_id object id of the object instance getting an access control.
35 * @param obj_inst_id object instance id of the object instance getting access control.
36 * @param server_obj_inst_id object instance id of the server creating the object instance.
41 * @brief Creates an access control object instance for objects. Should be called if servers should
45 * @param server_obj_inst_id object instance id of the server creating the access control
46 * object instance.
51 * @brief Removes the access control instance that contains the access rights concerning
52 * the object instance of object id @p obj_id and object instance id @p obj_inst_id.
54 * automatically any time an object instance is unregistered/deleted.
56 * @param obj_id object id of the object instance getting removed.
57 * @param obj_inst_id object instance id of the object instance getting removed.
62 * @brief Removes the access control instance that contains the access rights concerning