Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c2390 SUN_IMA_TARGET_PROPERTIES targetProps; in listTarget() local
2481 &targetProps); in listTarget()
2497 if (targetNamesEqual(targetProps.imaProps.name, in listTarget()
2500 if (targetProps. in listTarget()
2503 targetProps. in listTarget()
2528 gettext("Target"), targetProps.imaProps.name); in listTarget()
2532 if (wslen(targetProps.imaProps.alias) > (size_t)0) { in listTarget()
2534 targetProps.imaProps.alias); in listTarget()
2539 if (targetProps.defaultTpgtNego != IMA_TRUE) { in listTarget()
2542 targetProps.tpgtNego); in listTarget()
[all …]
/titanic_50/usr/src/cmd/stmfadm/
H A Dstmfadm.c2315 printTargetProps(stmfTargetProperties *targetProps) in printTargetProps() argument
2318 switch (targetProps->status) { in printTargetProps()
2337 if (targetProps->providerName[0] != 0) { in printTargetProps()
2338 (void) printf("%s", targetProps->providerName); in printTargetProps()
2342 if (targetProps->alias[0] != 0) { in printTargetProps()
2343 (void) printf("%s", targetProps->alias); in printTargetProps()
2349 switch (targetProps->protocol) { in printTargetProps()
2556 stmfTargetProperties targetProps; in listTargetFunc() local
2624 &targetProps); in listTargetFunc()
2626 printTargetProps(&targetProps); in listTargetFunc()
[all …]
/titanic_50/usr/src/lib/libstmf/common/
H A Dlibstmf.h355 stmfTargetProperties *targetProps);
H A Dstmf.c4332 stmfGetTargetProperties(stmfDevid *devid, stmfTargetProperties *targetProps) in stmfGetTargetProperties() argument
4341 if (devid == NULL || targetProps == NULL) { in stmfGetTargetProperties()
4394 bcopy(targetProperties.tgt_provider_name, targetProps->providerName, in stmfGetTargetProperties()
4397 targetProps->status = STMF_TARGET_PORT_ONLINE; in stmfGetTargetProperties()
4399 targetProps->status = STMF_TARGET_PORT_OFFLINE; in stmfGetTargetProperties()
4401 targetProps->status = STMF_TARGET_PORT_ONLINING; in stmfGetTargetProperties()
4403 targetProps->status = STMF_TARGET_PORT_OFFLINING; in stmfGetTargetProperties()
4405 bcopy(targetProperties.tgt_alias, targetProps->alias, in stmfGetTargetProperties()
4406 sizeof (targetProps->alias)); in stmfGetTargetProperties()
4409 targetProps->protocol = scsiDevid->protocol_id; in stmfGetTargetProperties()
/titanic_50/usr/src/lib/libsun_ima/common/
H A Dima.c2043 IMA_TARGET_PROPERTIES targetProps; in IMA_GetAddressKeys() local
2049 status = getTargetProperties(targetOid, &targetProps); in IMA_GetAddressKeys()
2064 if (wcsncmp(pList->keys[j].name, targetProps.name, in IMA_GetAddressKeys()
2084 if (wcsncmp(pList->keys[j].name, targetProps.name, in IMA_GetAddressKeys()