Home
last modified time | relevance | path

Searched refs:targetProperties (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c4338 sioc_target_port_props_t targetProperties; in stmfGetTargetProperties() local
4357 targetProperties.tgt_id[IDENT_LENGTH_BYTE] = devid->identLength; in stmfGetTargetProperties()
4358 bcopy(&(devid->ident), &targetProperties.tgt_id[IDENT_LENGTH_BYTE + 1], in stmfGetTargetProperties()
4366 stmfIoctl.stmf_ibuf_size = sizeof (targetProperties.tgt_id); in stmfGetTargetProperties()
4367 stmfIoctl.stmf_ibuf = (uint64_t)(unsigned long)&targetProperties.tgt_id; in stmfGetTargetProperties()
4368 stmfIoctl.stmf_obuf = (uint64_t)(unsigned long)&targetProperties; in stmfGetTargetProperties()
4369 stmfIoctl.stmf_obuf_size = sizeof (targetProperties); in stmfGetTargetProperties()
4394 bcopy(targetProperties.tgt_provider_name, targetProps->providerName, in stmfGetTargetProperties()
4395 sizeof (targetProperties.tgt_provider_name)); in stmfGetTargetProperties()
4396 if (targetProperties.tgt_state == STMF_STATE_ONLINE) { in stmfGetTargetProperties()
[all …]