Searched refs:luProps (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mpathadm/ |
H A D | mpathadm.c | 739 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; in listLogicalUnit() local 810 (void) memset(&luProps, 0, in listLogicalUnit() 816 &luProps); in listLogicalUnit() 825 if (listIndividualLogicalUnit(luOid, luProps) in listLogicalUnit() 896 (void) memset(&luProps, 0, in listLogicalUnit() 902 &luProps); in listLogicalUnit() 921 luProps.deviceFileName); in listLogicalUnit() 937 compareLUName(optionList->optarg, luProps.name)) { in listLogicalUnit() 1014 if (listIndividualLogicalUnit(luOid, luProps) in listLogicalUnit() 1136 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps) in listIndividualLogicalUnit() argument [all …]
|
H A D | mpathadm.h | 60 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps); 63 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps, MP_PLUGIN_PROPERTIES);
|
/illumos-gate/usr/src/cmd/sbdadm/ |
H A D | sbdadm.c | 550 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 D | stmfadm.c | 79 static void printLuProps(stmfLogicalUnitProperties *luProps); 1903 stmfLogicalUnitProperties luProps; in listLuFunc() local 2003 &(luList->guid[j]), &luProps); in listLuFunc() 2005 printLuProps(&luProps); in listLuFunc() 2266 printLuProps(stmfLogicalUnitProperties *luProps) in printLuProps() argument 2269 switch (luProps->status) { in printLuProps() 2284 (void) strncpy(luProps->providerName, "unregistered", in printLuProps() 2285 sizeof (luProps->providerName)); in printLuProps() 2293 if (luProps->providerName[0] != 0) { in printLuProps() 2294 (void) printf("%s", luProps->providerName); in printLuProps() [all …]
|
/illumos-gate/usr/src/lib/libstmf/common/ |
H A D | stmf.c | 1559 stmfLogicalUnitProperties luProps; in stmfDeleteLu() local 1566 if ((ret = stmfGetLogicalUnitProperties(luGuid, &luProps)) in stmfDeleteLu() 1570 if (strcmp(luProps.providerName, "sbd") == 0) { in stmfDeleteLu() 1572 } else if (luProps.status == STMF_LOGICAL_UNIT_UNREGISTERED) { in stmfDeleteLu() 1650 stmfLogicalUnitProperties luProps; in stmfLuStandby() local 1657 if ((ret = stmfGetLogicalUnitProperties(luGuid, &luProps)) in stmfLuStandby() 1661 if (strcmp(luProps.providerName, "sbd") == 0) { in stmfLuStandby() 1663 } else if (luProps.status == STMF_LOGICAL_UNIT_UNREGISTERED) { in stmfLuStandby() 1735 stmfLogicalUnitProperties luProps; in stmfModifyLu() local 1742 if ((ret = stmfGetLogicalUnitProperties(luGuid, &luProps)) in stmfModifyLu() [all …]
|
/illumos-gate/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 1747 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 …]
|