Searched defs:targetProps (Results 1 - 4 of 4) sorted by relevance

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

Completed in 77 milliseconds