Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c2481 &targetProps); in listTarget()
2500 if (targetProps. in listTarget()
2503 targetProps. in listTarget()
2542 targetProps.tpgtNego); in listTarget()
2546 targetProps.tpgtConf); in listTarget()
2552 targetProps.isid[0], targetProps.isid[1], in listTarget()
2553 targetProps.isid[2], targetProps.isid[3], in listTarget()
2554 targetProps.isid[4], targetProps.isid[5]); in listTarget()
2832 &targetProps); in listTargetParam()
2868 targetProps.imaProps.name); in listTargetParam()
[all …]
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c2318 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()
2988 stmfTargetProperties targetProps; in onlineOfflineTarget() local
[all …]
/illumos-gate/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()
/illumos-gate/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()