Lines Matching refs:targetProps
2315 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()
2988 stmfTargetProperties targetProps; in onlineOfflineTarget() local
3040 stmfRet = stmfGetTargetProperties(&devid, &targetProps); in onlineOfflineTarget()
3042 ret_state = targetProps.status; in onlineOfflineTarget()