Searched refs:targetProperties (Results 1 – 1 of 1) sorted by relevance
4336 sioc_target_port_props_t targetProperties; in stmfGetTargetProperties() local4355 targetProperties.tgt_id[IDENT_LENGTH_BYTE] = devid->identLength; in stmfGetTargetProperties()4356 bcopy(&(devid->ident), &targetProperties.tgt_id[IDENT_LENGTH_BYTE + 1], in stmfGetTargetProperties()4364 stmfIoctl.stmf_ibuf_size = sizeof (targetProperties.tgt_id); in stmfGetTargetProperties()4365 stmfIoctl.stmf_ibuf = (uint64_t)(unsigned long)&targetProperties.tgt_id; in stmfGetTargetProperties()4366 stmfIoctl.stmf_obuf = (uint64_t)(unsigned long)&targetProperties; in stmfGetTargetProperties()4367 stmfIoctl.stmf_obuf_size = sizeof (targetProperties); in stmfGetTargetProperties()4392 bcopy(targetProperties.tgt_provider_name, targetProps->providerName, in stmfGetTargetProperties()4393 sizeof (targetProperties.tgt_provider_name)); in stmfGetTargetProperties()4394 if (targetProperties.tgt_state == STMF_STATE_ONLINE) { in stmfGetTargetProperties()[all …]