Lines Matching full:keyword
211 // Got the offset to VTOC, skip past record header and keyword header in readTOC()
215 // Skip past the RT keyword, which contains in readTOC()
231 // PT keyword; vpdBuffer is now pointing at the first character of the in readTOC()
242 // length of PT keyword in readTOC()
258 // Look at each entry in the PT keyword. In the entry, in readPT()
300 // Note keyword name in readKeywords()
307 // Check if the Keyword is '#kw' in readKeywords()
310 // Jump past keyword name in readKeywords()
318 // Note keyword data length in readKeywords()
323 // Jump past 2Byte keyword length in readKeywords()
328 // Note keyword data length in readKeywords()
331 // Jump past keyword length in readKeywords()
340 // Jump past keyword data length in readKeywords()
352 // Skip past the RT keyword, which contains in processRecord()
369 // Add entry for this record (and contained keyword:value pairs) in processRecord()
412 const types::Record& i_recordName, const types::Keyword& i_keywordName, in getKeywordValueFromRecord()
438 // Iterate through the keywords until the last keyword PF is found. in getKeywordValueFromRecord()
441 // First character required for #D keyword check in getKeywordValueFromRecord()
446 // Get the keyword's data length in getKeywordValueFromRecord()
464 // Return keyword's value to the caller in getKeywordValueFromRecord()
470 // next keyword search in getKeywordValueFromRecord()
473 // next keyword name in getKeywordValueFromRecord()
479 // Keyword not found in getKeywordValueFromRecord()
480 throw std::runtime_error("Given keyword not found."); in getKeywordValueFromRecord()
486 // Get VTOC's PT keyword value. in getRecordDetailsFromVTOC()
490 // Parse through VTOC PT keyword value to find the record which we are in getRecordDetailsFromVTOC()
501 // Record found in VTOC PT keyword. Get offset in getRecordDetailsFromVTOC()
534 // Extract record and keyword from i_paramsToReadData in readKeywordFromHardware()
536 types::Keyword l_keyword; in readKeywordFromHardware()
551 // Read keyword's value from vector in readKeywordFromHardware()
586 // Get record offset from VTOC's PT keyword value. in readKeywordFromHardware()
592 throw std::runtime_error("Record not found in VTOC PT keyword."); in readKeywordFromHardware()
595 // Get the given keyword's value in readKeywordFromHardware()
629 const types::Record& i_recordName, const types::Keyword& i_keywordName, in setKeywordValueInRecord()
659 // Iterate through the keywords until the last keyword PF is found. in setKeywordValueInRecord()
662 // First character required for #D keyword check in setKeywordValueInRecord()
667 // Find the keyword's data length in setKeywordValueInRecord()
685 // Before writing the keyword's value, get the maximum size that can in setKeywordValueInRecord()
692 // Set the keyword's value on vector. This is required to update the in setKeywordValueInRecord()
699 // Set the keyword's value on hardware in setKeywordValueInRecord()
712 // next keyword search in setKeywordValueInRecord()
715 // next keyword name in setKeywordValueInRecord()
721 // Keyword not found in setKeywordValueInRecord()
723 "Keyword " + i_keywordName + " not found in record " + i_recordName)); in setKeywordValueInRecord()
734 types::Keyword l_keywordName; in writeKeywordOnHardware()
737 // Extract record, keyword and value from i_paramsToWriteData in writeKeywordOnHardware()
763 "Write operation not allowed as the given keyword's data length is 0."); in writeKeywordOnHardware()
781 throw(DataException("Record not found in VTOC PT keyword.")); in writeKeywordOnHardware()
784 // Create a local copy of m_vpdVector to perform keyword update and ecc in writeKeywordOnHardware()
788 // write keyword's value on hardware in writeKeywordOnHardware()