ic_type
if (entry->ic_type == IPMI_CACHE_FRU &&
entry->ic_type = IPMI_CACHE_FRU;
if (entry->ic_type == IPMI_CACHE_SENSOR &&
entry->ic_type = IPMI_CACHE_SENSOR;
if (entry->ic_type == IPMI_CACHE_FRU)
if (entry->ic_type == IPMI_CACHE_SENSOR)
ipmi_cache_type_t ic_type;
ctl->ic_type = SBD_COMP_NONE;
ctl->ic_type = SBD_COMP_UNKNOWN;
ctl->ic_type = type;
ctl->ic_type = SBD_COMP_NONE;
ctl->ic_type = SBD_COMP_UNKNOWN;
reg->ic_type = i2csim_ctrls[i].isc_type;
reg->ic_type = I2C_CTRL_TYPE_SMBUS;
reg->ic_type = I2C_CTRL_TYPE_SMBUS;
i2c_ctrl_type_t ic_type;
bool smbus = ctrl->ic_type == I2C_CTRL_TYPE_SMBUS;
switch (reg->ic_type) {
ctrl->ic_type = reg->ic_type;
bcopy(&ctrl->ic_type, buf, sizeof (uint32_t));
iser_conn->ic_type = ISER_CONN_TYPE_TGT;
if (iser_chan->ic_conn->ic_type == ISER_CONN_TYPE_TGT) {
if (iser_conn->ic_type != ISER_CONN_TYPE_TGT) {
if (iser_conn->ic_type != ISER_CONN_TYPE_INI) {
iser_conn->ic_type = ISER_CONN_TYPE_INI;
if ((ic->ic_type == ISER_CONN_TYPE_TGT) &&
i2c_ctrl_type_t ic_type;
iser_conn_type_t ic_type;