Lines Matching full:fru
56 size_t start; // Fru Area Start offset
57 size_t size; // Fru Area Size
58 size_t end; // Fru Area end offset
59 size_t updateFieldLoc; // Fru Area update Field Location
129 /// \brief Find a FRU header.
141 /// \brief Read and validate FRU contents.
144 /// \return the FRU contents from the file and bool indicating if the FRU Header
149 /// \brief Validate an IPMI FRU common header
161 /// \param fruData - vector to store fru data
162 /// \param propertyName - fru property Name
163 /// \param fruAreaParams - struct to have fru Area parameters like length,
165 /// \return true if fru field is found, fruAreaParams like updateFieldLoc,
171 /// \brief Copy the fru Area fields and properties into restFRUAreaFieldsData.
172 /// restFRUAreaField is the rest of the fields in FRU area after the field that
174 /// \param fruData - vector to store fru data
175 /// \param propertyName - fru property Name
176 /// \param fruAreaParams - struct to have fru Area parameters like length
177 /// \param restFRUAreaFieldsData - vector to store fru Area Fields and
189 /// \param dbusInterfaceMap - Map to store fru device dbus path and interface
190 /// \param productName - fru device product name.
191 /// \return optional<int> highest index for fru device on success, return
199 /// \brief It does format fru data and find productName in the formatted
200 /// fru data and return productName.
202 /// \param formattedFRU - map that contains formatted FRU data