Home
last modified time | relevance | path

Searched refs:PT_STATUS_SUCCESS (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/lms/heci/
H A DFWULCommand.cpp130 if (((FWU_MSG_REPLY_HEADER *)readBuffer)->Status != PT_STATUS_SUCCESS) in GetFWUVersionAndInfo()
167 if (((FWU_MSG_REPLY_HEADER *)readBuffer)->Status != PT_STATUS_SUCCESS) in GetFWUVersionAndInfo()
191 if (((FWU_MSG_REPLY_HEADER_V3 *)readBuffer)->Status != PT_STATUS_SUCCESS) in GetFWUVersionAndInfo()
H A DStatusCodeDefinitions.h47 #define PT_STATUS_SUCCESS 0x0 macro