Searched defs:response_header (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp100 * response_header - reference to the response message header
110 const UINT32 command, const PTHI_MESSAGE_HEADER &response_header,
117 } else if (response_size != (response_header.Length + sizeof(PTHI_MESSAGE_HEADER))) {
119 } else if (response_header.Command.cmd.val != command) {
121 } else if (response_header.Reserved != 0) {
123 } else if (response_header.Version.MajorNumber != AMT_MAJOR_VERSION
124 || response_header.Version.MinorNumber < AMT_MINOR_VERSION) {
109 _verifyResponseHeader( const UINT32 command, const PTHI_MESSAGE_HEADER &response_header, UINT32 response_size) argument

Completed in 62 milliseconds