Home
last modified time | relevance | path

Searched refs:IMA_ERROR_OBJECT_NOT_FOUND (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c151 status = IMA_ERROR_OBJECT_NOT_FOUND; in getSolarisNodeProps()
213 status = IMA_ERROR_OBJECT_NOT_FOUND; in setSolarisSharedNodeName()
250 status = IMA_ERROR_OBJECT_NOT_FOUND; in setSolarisSharedNodeAlias()
828 status = IMA_ERROR_OBJECT_NOT_FOUND; in IMA_GetPluginProperties()
913 status = IMA_ERROR_OBJECT_NOT_FOUND; in IMA_GetAssociatedPluginOid()
980 status = IMA_ERROR_OBJECT_NOT_FOUND; in IMA_GetObjectType()
1089 status = IMA_ERROR_OBJECT_NOT_FOUND; in IMA_GetNodeProperties()
1178 status = IMA_ERROR_OBJECT_NOT_FOUND; in IMA_SetNodeName()
1326 status = IMA_ERROR_OBJECT_NOT_FOUND; in IMA_SetNodeAlias()
1553 status = IMA_ERROR_OBJECT_NOT_FOUND; in IMA_GetLhbaProperties()
[all …]
H A Dsunima-lib.c64 status = IMA_ERROR_OBJECT_NOT_FOUND; in SUN_IMA_SetTunableProperties()
107 status = IMA_ERROR_OBJECT_NOT_FOUND; in SUN_IMA_GetTunableProperties()
H A Dima.h261 #define IMA_ERROR_OBJECT_NOT_FOUND MAKE_IMA_ERROR(0x40000003) macro
294 IMA_ERROR_OBJECT_NOT_FOUND = 0xC0000003, enumerator
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c865 return (IMA_ERROR_OBJECT_NOT_FOUND); in IMA_GetStaticDiscoveryTargetOidList()
957 return (IMA_ERROR_OBJECT_NOT_FOUND); in IMA_RemoveDiscoveryAddress()
993 return (IMA_ERROR_OBJECT_NOT_FOUND); in IMA_RemoveDiscoveryAddress()
1196 return (IMA_ERROR_OBJECT_NOT_FOUND); in IMA_GetDiscoveryAddressProperties()
1232 return (IMA_ERROR_OBJECT_NOT_FOUND); in IMA_GetDiscoveryAddressProperties()
1585 return (IMA_ERROR_OBJECT_NOT_FOUND); in IMA_GetLuOid()
2728 return (IMA_ERROR_OBJECT_NOT_FOUND); in IMA_GetPhbaProperties()
2737 return (IMA_ERROR_OBJECT_NOT_FOUND); in IMA_GetPhbaStatus()
2746 return (IMA_ERROR_OBJECT_NOT_FOUND); in IMA_GetPhbaDownloadProperties()
2756 return (IMA_ERROR_OBJECT_NOT_FOUND); in IMA_IsPhbaDownloadFile()
[all …]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c307 return (IMA_ERROR_OBJECT_NOT_FOUND); in SUN_IMA_GetStaticTargetProperties()
793 return (IMA_ERROR_OBJECT_NOT_FOUND); in SUN_IMA_GetInitiatorRadiusAccess()
1230 return (IMA_ERROR_OBJECT_NOT_FOUND); in SUN_IMA_GetLuProperties()
2512 return (IMA_ERROR_OBJECT_NOT_FOUND); in SUN_IMA_RemoveDiscoveryAddress()
2569 return (IMA_ERROR_OBJECT_NOT_FOUND); in SUN_IMA_RemoveDiscoveryAddress()
2895 return_status = IMA_ERROR_OBJECT_NOT_FOUND; in SUN_IMA_RetrieveISNSServerTargets()
H A Discsiadm_main.c494 case IMA_ERROR_OBJECT_NOT_FOUND: in printLibError()
591 printLibError(IMA_ERROR_OBJECT_NOT_FOUND); in sunInitiatorFind()
1742 } else if (status == IMA_ERROR_OBJECT_NOT_FOUND) { in listNode()
2091 IMA_ERROR_OBJECT_NOT_FOUND) { in listISNSServerAddress()
4435 if (status == IMA_ERROR_OBJECT_NOT_FOUND) { in removeAddress()
4531 if (status == IMA_ERROR_OBJECT_NOT_FOUND) { in removeStaticConfig()