Home
last modified time | relevance | path

Searched refs:STMF_ERROR_NOT_FOUND (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libstmf/common/
H A Dstmf.c334 ret = STMF_ERROR_NOT_FOUND; in groupIoctl()
822 ret = STMF_ERROR_NOT_FOUND; in stmfAddViewEntry()
947 ret = STMF_ERROR_NOT_FOUND; in stmfClearProviderData()
1573 return (STMF_ERROR_NOT_FOUND); in stmfDeleteLu()
1622 ret = STMF_ERROR_NOT_FOUND; in deleteDiskLu()
1664 return (STMF_ERROR_NOT_FOUND); in stmfLuStandby()
1749 return (STMF_ERROR_NOT_FOUND); in stmfModifyLu()
2031 if (persist && stmfRet == STMF_ERROR_NOT_FOUND) { in persistDiskGuid()
2164 return (STMF_ERROR_NOT_FOUND); in stmfGetLuResource()
2241 ret = STMF_ERROR_NOT_FOUND; in getDiskAllProps()
[all …]
H A Dlibstmf.h66 #define STMF_ERROR_NOT_FOUND (STMF_STATUS_ERROR | 0x02) macro
/titanic_41/usr/src/cmd/stmfproxy/aluaadm/
H A Daluaadm.c131 case STMF_ERROR_NOT_FOUND: in setLuStandbyFunc()
/titanic_41/usr/src/cmd/sbdadm/
H A Dsbdadm.c349 case STMF_ERROR_NOT_FOUND: in delete_lu()
654 case STMF_ERROR_NOT_FOUND: in print_lu_attr()
/titanic_41/usr/src/cmd/stmfadm/
H A Dstmfadm.c1389 case STMF_ERROR_NOT_FOUND: in deleteLuFunc()
1533 case STMF_ERROR_NOT_FOUND: in deleteHostGroupFunc()
1598 case STMF_ERROR_NOT_FOUND: in deleteTargetGroupFunc()
2075 case STMF_ERROR_NOT_FOUND: in printExtLuProps()
2560 case STMF_ERROR_NOT_FOUND: in listTargetFunc()
2879 case STMF_ERROR_NOT_FOUND: in onlineOfflineLu()
3016 case STMF_ERROR_NOT_FOUND: in onlineOfflineTarget()
3417 case STMF_ERROR_NOT_FOUND: in removeViewFunc()
/titanic_41/usr/src/lib/libsrpt/common/
H A Dlibsrpt.c76 } else if (ret == STMF_ERROR_NOT_FOUND) { in srpt_GetConfig()
/titanic_41/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c132 (ret == STMF_ERROR_NOT_FOUND)) { in it_config_load()