Lines Matching full:instance
3 #include <libpldm/instance-id.h>
15 * @brief Implementation of PLDM instance id as per DSP0240 v1.0.0
31 * @param[in] path - instance ID database path
54 /** @brief Allocate an instance ID for the given terminus
55 * @param[in] tid - the terminus ID the instance ID is associated with
56 * @return - PLDM instance id or -EAGAIN if there are no available instance
66 throw std::runtime_error("No free instance ids"); in next()
77 /** @brief Mark an instance id as unused
78 * @param[in] tid - the terminus ID the instance ID is associated with
79 * @param[in] instanceId - PLDM instance id to be freed
87 "Instance ID " + std::to_string(instanceId) + " for TID " + in free()