Lines Matching full:area
66 * @param[in/out] data FRU area data
83 * @brief Append checksum of the FRU area data
85 * @param[in/out] data FRU area data
96 * @brief Append padding bytes for the FRU area data
98 * @param[in/out] data FRU area data
112 * @param[in/out] fruAreaData FRU area info data
116 // This area needs to be padded to a multiple of 8 bytes (after checksum) in postFormatProcessing()
119 // Set size of data info area in postFormatProcessing()
123 // Finally add area checksum in postFormatProcessing()
129 * area data.
132 * @param[in,out] data FRU area data to be appended
157 * @brief Read property value from inventory and append to the FRU area data
161 * @param[in,out] data FRU area data to be appended
226 * @param[in/out] data FRU area to add the manfufacture date
264 * @param[in] infoAreaSize size of the FRU area to write
284 // Place data to define offset to area data section in buildCommonHeaderSection()
292 * @brief Builds the Chassis info area data section
294 * @param[in] propMap map of properties for chassis info area
295 * @return FruAreaData container with chassis info area
324 * @brief Builds the Board info area data section
326 * @param[in] propMap map of properties for board info area
327 * @return FruAreaData container with board info area
366 * @brief Builds the Product info area data section
368 * @param[in] propMap map of FRU properties for Board info area
369 * @return FruAreaData container with product info area data
416 // offset for the subsequent area offsets in buildFruAreaData()
464 // add chassis use area data in buildFruAreaData()
468 // add board area data in buildFruAreaData()
471 // add product use area data in buildFruAreaData()
474 // If area is smaller than the minimum size, pad it. This enables ipmitool in buildFruAreaData()