Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c810 (void) memset(&luProps, 0, in listLogicalUnit()
816 &luProps); in listLogicalUnit()
896 (void) memset(&luProps, 0, in listLogicalUnit()
902 &luProps); in listLogicalUnit()
1144 displayArray(luProps.deviceFileName, sizeof (luProps.deviceFileName)); in listIndividualLogicalUnit()
1214 (void) memset(&luProps, 0, in showLogicalUnit()
1218 luOid, &luProps); in showLogicalUnit()
1291 displayArray(luProps.deviceFileName, sizeof (luProps.deviceFileName)); in showIndividualLogicalUnit()
1297 displayArray(luProps.vendor, in showIndividualLogicalUnit()
1308 displayArray(luProps.name, sizeof (luProps.name)); in showIndividualLogicalUnit()
[all …]
H A Dmpathadm.h60 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps);
63 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps, MP_PLUGIN_PROPERTIES);
/illumos-gate/usr/src/cmd/sbdadm/
H A Dsbdadm.c550 stmfLogicalUnitProperties luProps; in list_lus() local
583 &luProps); in list_lus()
589 if (strcmp(luProps.providerName, "sbd") == 0) { in list_lus()
603 &luProps); in list_lus()
609 if (strcmp(luProps.providerName, "sbd") == 0) { in list_lus()
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c1903 stmfLogicalUnitProperties luProps; in listLuFunc() local
2003 &(luList->guid[j]), &luProps); in listLuFunc()
2005 printLuProps(&luProps); in listLuFunc()
2269 switch (luProps->status) { in printLuProps()
2285 sizeof (luProps->providerName)); in printLuProps()
2293 if (luProps->providerName[0] != 0) { in printLuProps()
2300 if (luProps->alias[0] != 0) { in printLuProps()
2301 (void) printf("%s", luProps->alias); in printLuProps()
2834 stmfLogicalUnitProperties luProps; in onlineOfflineLu() local
2904 &luProps); in onlineOfflineLu()
[all …]
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c1559 stmfLogicalUnitProperties luProps; in stmfDeleteLu() local
1570 if (strcmp(luProps.providerName, "sbd") == 0) { in stmfDeleteLu()
1650 stmfLogicalUnitProperties luProps; in stmfLuStandby() local
1735 stmfLogicalUnitProperties luProps; in stmfModifyLu() local
2150 stmfLogicalUnitProperties luProps; in stmfGetLuResource() local
4586 if (lu == NULL || luProps == NULL) { in stmfGetLogicalUnitProperties()
4627 luProps->status = in stmfGetLogicalUnitProperties()
4652 luProps->status = STMF_LOGICAL_UNIT_ONLINE; in stmfGetLogicalUnitProperties()
4654 luProps->status = STMF_LOGICAL_UNIT_OFFLINE; in stmfGetLogicalUnitProperties()
4656 luProps->status = STMF_LOGICAL_UNIT_ONLINING; in stmfGetLogicalUnitProperties()
[all …]
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c1747 IMA_LU_PROPERTIES luProps; in IMA_LuInquiry() local
1784 status = getLuProperties(deviceId, &luProps); in IMA_LuInquiry()
1788 uscsi.iu_oid = (uint32_t)luProps.associatedTargetOid. in IMA_LuInquiry()
1790 uscsi.iu_lun = luProps.targetLun; in IMA_LuInquiry()
1837 IMA_LU_PROPERTIES luProps; in IMA_LuReadCapacity() local
1886 status = getLuProperties(deviceId, &luProps); in IMA_LuReadCapacity()
1890 uscsi.iu_oid = (uint32_t)luProps.associatedTargetOid. in IMA_LuReadCapacity()
1892 uscsi.iu_lun = luProps.targetLun; in IMA_LuReadCapacity()
1941 IMA_LU_PROPERTIES luProps; in IMA_LuReportLuns() local
1978 status = getLuProperties(deviceId, &luProps); in IMA_LuReportLuns()
[all …]