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

/osnet-11/usr/src/lib/libsun_ima/common/
H A Dima.c1733 IMA_LU_PROPERTIES luProps; local
1770 status = getLuProperties(deviceId, &luProps);
1774 uscsi.iu_oid = (uint32_t)luProps.associatedTargetOid.
1776 uscsi.iu_lun = luProps.targetLun;
1823 IMA_LU_PROPERTIES luProps; local
1872 status = getLuProperties(deviceId, &luProps);
1876 uscsi.iu_oid = (uint32_t)luProps.associatedTargetOid.
1878 uscsi.iu_lun = luProps.targetLun;
1927 IMA_LU_PROPERTIES luProps; local
1964 status = getLuProperties(deviceId, &luProps);
[all...]
/osnet-11/usr/src/lib/libstmf/common/
H A Dstmf.c2106 stmfLogicalUnitProperties luProps; local
2113 if ((ret = stmfGetLogicalUnitProperties(luGuid, &luProps))
2117 if (strcmp(luProps.providerName, "sbd") == 0) {
2119 } else if (luProps.status == STMF_LOGICAL_UNIT_UNREGISTERED) {
2197 stmfLogicalUnitProperties luProps; local
2204 if ((ret = stmfGetLogicalUnitProperties(luGuid, &luProps))
2208 if (strcmp(luProps.providerName, "sbd") == 0) {
2210 } else if (luProps.status == STMF_LOGICAL_UNIT_UNREGISTERED) {
2282 stmfLogicalUnitProperties luProps; local
2289 if ((ret = stmfGetLogicalUnitProperties(luGuid, &luProps))
2709 stmfLogicalUnitProperties luProps; local
5354 stmfGetLogicalUnitProperties(stmfGuid *lu, stmfLogicalUnitProperties *luProps) argument
[all...]

Completed in 26 milliseconds