Home
last modified time | relevance | path

Searched refs:STMF_ERROR_NO_PROP_STANDBY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c2093 } else if (stmfRet == STMF_ERROR_NO_PROP_STANDBY) { in printExtLuProps()
2107 } else if (stmfRet == STMF_ERROR_NO_PROP_STANDBY) { in printExtLuProps()
2121 } else if (stmfRet == STMF_ERROR_NO_PROP_STANDBY) { in printExtLuProps()
2135 } else if (stmfRet == STMF_ERROR_NO_PROP_STANDBY) { in printExtLuProps()
2149 } else if (stmfRet == STMF_ERROR_NO_PROP_STANDBY) { in printExtLuProps()
2163 } else if (stmfRet == STMF_ERROR_NO_PROP_STANDBY) { in printExtLuProps()
2177 } else if (stmfRet == STMF_ERROR_NO_PROP_STANDBY) { in printExtLuProps()
2191 } else if (stmfRet == STMF_ERROR_NO_PROP_STANDBY) { in printExtLuProps()
2206 } else if (stmfRet == STMF_ERROR_NO_PROP_STANDBY) { in printExtLuProps()
2221 } else if (stmfRet == STMF_ERROR_NO_PROP_STANDBY) { in printExtLuProps()
/illumos-gate/usr/src/lib/libstmf/common/
H A Dlibstmf.h94 #define STMF_ERROR_NO_PROP_STANDBY (STMF_STATUS_ERROR | 0x24) macro
H A Dstmf.c2688 return (STMF_ERROR_NO_PROP_STANDBY); in getDiskProp()