Searched refs:fLuProps (Results 1 – 1 of 1) sorted by relevance
4584 sioc_lu_props_t fLuProps; in stmfGetLogicalUnitProperties() local4611 stmfIoctl.stmf_obuf = (uint64_t)(unsigned long)&fLuProps; in stmfGetLogicalUnitProperties()4612 stmfIoctl.stmf_obuf_size = sizeof (fLuProps); in stmfGetLogicalUnitProperties()4649 bcopy(fLuProps.lu_provider_name, luProps->providerName, in stmfGetLogicalUnitProperties()4650 sizeof (fLuProps.lu_provider_name)); in stmfGetLogicalUnitProperties()4651 if (fLuProps.lu_state == STMF_STATE_ONLINE) { in stmfGetLogicalUnitProperties()4653 } else if (fLuProps.lu_state == STMF_STATE_OFFLINE) { in stmfGetLogicalUnitProperties()4655 } else if (fLuProps.lu_state == STMF_STATE_ONLINING) { in stmfGetLogicalUnitProperties()4657 } else if (fLuProps.lu_state == STMF_STATE_OFFLINING) { in stmfGetLogicalUnitProperties()4660 bcopy(fLuProps.lu_alias, luProps->alias, sizeof (luProps->alias)); in stmfGetLogicalUnitProperties()