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

/illumos-gate/usr/src/cmd/sbdadm/
H A Dsbdadm.c549 stmfLogicalUnitProperties luProps; local
582 &luProps);
588 if (strcmp(luProps.providerName, "sbd") == 0) {
602 &luProps);
608 if (strcmp(luProps.providerName, "sbd") == 0) {
/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c738 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; local
809 (void) memset(&luProps, 0,
815 &luProps);
824 if (listIndividualLogicalUnit(luOid, luProps)
895 (void) memset(&luProps, 0,
901 &luProps);
920 luProps.deviceFileName);
936 compareLUName(optionList->optarg, luProps.name)) {
1013 if (listIndividualLogicalUnit(luOid, luProps)
1129 * luProps
1134 listIndividualLogicalUnit(MP_OID luOid, MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps) argument
1202 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; local
1274 showIndividualLogicalUnit(MP_OID luOid, MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps, MP_PLUGIN_PROPERTIES pluginProps) argument
1639 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; local
1754 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; local
2449 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; local
[all...]
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c79 static void printLuProps(stmfLogicalUnitProperties *luProps);
1903 stmfLogicalUnitProperties luProps; local
2003 &(luList->guid[j]), &luProps);
2005 printLuProps(&luProps);
2266 printLuProps(stmfLogicalUnitProperties *luProps) argument
2269 switch (luProps->status) {
2284 (void) strncpy(luProps->providerName, "unregistered",
2285 sizeof (luProps->providerName));
2293 if (luProps->providerName[0] != 0) {
2294 (void) printf("%s", luProps
2834 stmfLogicalUnitProperties luProps; local
[all...]
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c1559 stmfLogicalUnitProperties luProps; local
1566 if ((ret = stmfGetLogicalUnitProperties(luGuid, &luProps))
1570 if (strcmp(luProps.providerName, "sbd") == 0) {
1572 } else if (luProps.status == STMF_LOGICAL_UNIT_UNREGISTERED) {
1650 stmfLogicalUnitProperties luProps; local
1657 if ((ret = stmfGetLogicalUnitProperties(luGuid, &luProps))
1661 if (strcmp(luProps.providerName, "sbd") == 0) {
1663 } else if (luProps.status == STMF_LOGICAL_UNIT_UNREGISTERED) {
1735 stmfLogicalUnitProperties luProps; local
1742 if ((ret = stmfGetLogicalUnitProperties(luGuid, &luProps))
2150 stmfLogicalUnitProperties luProps; local
4575 stmfGetLogicalUnitProperties(stmfGuid *lu, stmfLogicalUnitProperties *luProps) argument
[all...]
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c1747 IMA_LU_PROPERTIES luProps; local
1784 status = getLuProperties(deviceId, &luProps);
1788 uscsi.iu_oid = (uint32_t)luProps.associatedTargetOid.
1790 uscsi.iu_lun = luProps.targetLun;
1837 IMA_LU_PROPERTIES luProps; local
1886 status = getLuProperties(deviceId, &luProps);
1890 uscsi.iu_oid = (uint32_t)luProps.associatedTargetOid.
1892 uscsi.iu_lun = luProps.targetLun;
1941 IMA_LU_PROPERTIES luProps; local
1978 status = getLuProperties(deviceId, &luProps);
[all...]

Completed in 179 milliseconds